org.nuiton.topia
Class TopiaTestQueryHelper.EntityProperty<E>

java.lang.Object
  extended by org.nuiton.topia.TopiaTestQueryHelper.EntityProperty<E>
Direct Known Subclasses:
TopiaTestQueryHelper.AddressProperty, TopiaTestQueryHelper.BillProperty, TopiaTestQueryHelper.CompanyProperty, TopiaTestQueryHelper.Contact2Property, TopiaTestQueryHelper.DepartmentProperty, TopiaTestQueryHelper.EmployeProperty, TopiaTestQueryHelper.ExtraDAOEntityProperty, TopiaTestQueryHelper.NaturalizedEntityProperty, TopiaTestQueryHelper.Party2Property, TopiaTestQueryHelper.PersonneProperty, TopiaTestQueryHelper.PersonProperty, TopiaTestQueryHelper.PetProperty, TopiaTestQueryHelper.ProductProperty, TopiaTestQueryHelper.QueriedEntityProperty, TopiaTestQueryHelper.RaceProperty, TopiaTestQueryHelper.StoreProperty, TopiaTestQueryHelper.Telephone2Property, TopiaTestQueryHelper.TypeProperty
Enclosing class:
TopiaTestQueryHelper

public abstract static class TopiaTestQueryHelper.EntityProperty<E>
extends Object


Field Summary
protected  String alias
           
protected  Map<String,String> propertiesCache
           
 
Constructor Summary
TopiaTestQueryHelper.EntityProperty()
          EntityProperty :
 
Method Summary
 String $alias()
          $alias :
 String $property(String propertyName)
          $property :
abstract  String defaultAlias()
          defaultAlias :
abstract  Class<E> getEntityClass()
          getEntityClass :
protected  void setAlias(String alias)
          setAlias :
 String topiaCreateDate()
          topiaCreateDate :
 String topiaId()
          topiaId :
 String topiaVersion()
          topiaVersion :
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected String alias

propertiesCache

protected Map<String,String> propertiesCache
Constructor Detail

TopiaTestQueryHelper.EntityProperty

public TopiaTestQueryHelper.EntityProperty()
EntityProperty :

Method Detail

setAlias

protected void setAlias(String alias)
setAlias :

Parameters:
alias -

$alias

public String $alias()
$alias :

Returns:
String

$property

public String $property(String propertyName)
$property :

Parameters:
propertyName -
Returns:
String

topiaCreateDate

public String topiaCreateDate()
topiaCreateDate :

Returns:
String

topiaId

public String topiaId()
topiaId :

Returns:
String

topiaVersion

public String topiaVersion()
topiaVersion :

Returns:
String

getEntityClass

public abstract Class<E> getEntityClass()
getEntityClass :

Returns:
Class

defaultAlias

public abstract String defaultAlias()
defaultAlias :

Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.