org.nuiton.topia
Class TopiaTestQueryHelper.PetProperty

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

public static class TopiaTestQueryHelper.PetProperty
extends TopiaTestQueryHelper.EntityProperty<Pet>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.PetProperty()
           
 
Method Summary
 String defaultAlias()
           
 Class<Pet> getEntityClass()
           
 String name()
           
 String person()
           
 TopiaTestQueryHelper.PersonProperty personProperty()
           
 String race()
           
 TopiaTestQueryHelper.RaceProperty raceProperty()
           
 String type()
           
 
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.PetProperty

protected TopiaTestQueryHelper.PetProperty()
Method Detail

getEntityClass

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

defaultAlias

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

name

public String name()

type

public String type()

person

public String person()

personProperty

public TopiaTestQueryHelper.PersonProperty personProperty()

race

public String race()

raceProperty

public TopiaTestQueryHelper.RaceProperty raceProperty()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.