org.nuiton.topia
Class TopiaTestQueryHelper.CompanyProperty

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

public static class TopiaTestQueryHelper.CompanyProperty
extends TopiaTestQueryHelper.EntityProperty<Company>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.CompanyProperty()
           
 
Method Summary
 String defaultAlias()
           
 String department()
           
 String employe()
           
 Class<Company> getEntityClass()
           
 String name()
           
 String siret()
           
 String storeBill()
           
 TopiaTestQueryHelper.BillProperty storeBillProperty()
           
 
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.CompanyProperty

protected TopiaTestQueryHelper.CompanyProperty()
Method Detail

getEntityClass

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

defaultAlias

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

name

public String name()

siret

public String siret()

employe

public String employe()

storeBill

public String storeBill()

storeBillProperty

public TopiaTestQueryHelper.BillProperty storeBillProperty()

department

public String department()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.