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()
          CompanyProperty :
 
Method Summary
 String defaultAlias()
          defaultAlias :
 String department()
          department :
 String employe()
          employe :
 Class<Company> getEntityClass()
          getEntityClass :
 String name()
          name :
 String siret()
          siret :
 String storeBill()
          storeBill :
 TopiaTestQueryHelper.BillProperty storeBillProperty()
          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()
CompanyProperty :

Method Detail

getEntityClass

public Class<Company> getEntityClass()
getEntityClass :

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

defaultAlias

public String defaultAlias()
defaultAlias :

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

name

public String name()
name :

Returns:
String

siret

public String siret()
siret :

Returns:
String

employe

public String employe()
employe :

Returns:
String

storeBill

public String storeBill()
storeBill :

Returns:
String

storeBillProperty

public TopiaTestQueryHelper.BillProperty storeBillProperty()
storeBillProperty :

Returns:
BillProperty

department

public String department()
department :

Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.