org.nuiton.topia
Class TopiaTestQueryHelper.PersonProperty

java.lang.Object
  extended by org.nuiton.topia.TopiaTestQueryHelper.EntityProperty<Person>
      extended by org.nuiton.topia.TopiaTestQueryHelper.PersonProperty
Enclosing class:
TopiaTestQueryHelper

public static class TopiaTestQueryHelper.PersonProperty
extends TopiaTestQueryHelper.EntityProperty<Person>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.PersonProperty()
           
 
Method Summary
 String defaultAlias()
           
 String firstname()
           
 Class<Person> getEntityClass()
           
 String name()
           
 String pet()
           
 
Methods inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
$alias, $property, setAlias, topiaCreateDate, topiaId, topiaVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopiaTestQueryHelper.PersonProperty

protected TopiaTestQueryHelper.PersonProperty()
Method Detail

getEntityClass

public Class<Person> getEntityClass()
Specified by:
getEntityClass in class TopiaTestQueryHelper.EntityProperty<Person>

defaultAlias

public String defaultAlias()
Specified by:
defaultAlias in class TopiaTestQueryHelper.EntityProperty<Person>

name

public String name()

firstname

public String firstname()

pet

public String pet()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.