org.nuiton.topia
Class TopiaTestQueryHelper.PersonneProperty

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

public static class TopiaTestQueryHelper.PersonneProperty
extends TopiaTestQueryHelper.EntityProperty<Personne>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.PersonneProperty()
          PersonneProperty :
 
Method Summary
 String address()
          address :
 TopiaTestQueryHelper.AddressProperty addressProperty()
          addressProperty :
 String defaultAlias()
          defaultAlias :
 String gender()
          gender :
 Class<Personne> getEntityClass()
          getEntityClass :
 String name()
          name :
 String otherNames()
          otherNames :
 
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.PersonneProperty

protected TopiaTestQueryHelper.PersonneProperty()
PersonneProperty :

Method Detail

getEntityClass

public Class<Personne> getEntityClass()
getEntityClass :

Specified by:
getEntityClass in class TopiaTestQueryHelper.EntityProperty<Personne>
Returns:
Class

defaultAlias

public String defaultAlias()
defaultAlias :

Specified by:
defaultAlias in class TopiaTestQueryHelper.EntityProperty<Personne>
Returns:
String

name

public String name()
name :

Returns:
String

otherNames

public String otherNames()
otherNames :

Returns:
String

gender

public String gender()
gender :

Returns:
String

address

public String address()
address :

Returns:
String

addressProperty

public TopiaTestQueryHelper.AddressProperty addressProperty()
addressProperty :

Returns:
AddressProperty


Copyright © 2004-2010 CodeLutin. All Rights Reserved.