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.FrenchCompanyProperty, TopiaTestQueryHelper.NaturalizedEntityProperty, TopiaTestQueryHelper.Party2Property, TopiaTestQueryHelper.PersonneProperty, TopiaTestQueryHelper.PersonProperty, TopiaTestQueryHelper.PetProperty, TopiaTestQueryHelper.ProductProperty, TopiaTestQueryHelper.QueriedEntityProperty, TopiaTestQueryHelper.RaceProperty, TopiaTestQueryHelper.SIRENProperty, TopiaTestQueryHelper.SIRETProperty, 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()
           
 
Method Summary
 String $alias()
           
 String $property(String propertyName)
           
abstract  String defaultAlias()
           
abstract  Class<E> getEntityClass()
           
protected  void setAlias(String alias)
           
 String topiaCreateDate()
           
 String topiaId()
           
 String 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()
Method Detail

setAlias

protected void setAlias(String alias)

$alias

public String $alias()

$property

public String $property(String propertyName)

topiaCreateDate

public String topiaCreateDate()

topiaId

public String topiaId()

topiaVersion

public String topiaVersion()

getEntityClass

public abstract Class<E> getEntityClass()

defaultAlias

public abstract String defaultAlias()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.