org.nuiton.topia
Class TopiaTestQueryHelper.BillProperty

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

public static class TopiaTestQueryHelper.BillProperty
extends TopiaTestQueryHelper.EntityProperty<Bill>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.BillProperty()
           
 
Method Summary
 String company()
           
 TopiaTestQueryHelper.BillProperty companyBillProperty()
           
 String cost()
           
 String date()
           
 String defaultAlias()
           
 Class<Bill> getEntityClass()
           
 String paid()
           
 String store()
           
 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.BillProperty

protected TopiaTestQueryHelper.BillProperty()
Method Detail

getEntityClass

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

defaultAlias

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

cost

public String cost()

date

public String date()

paid

public String paid()

store

public String store()

storeBillProperty

public TopiaTestQueryHelper.BillProperty storeBillProperty()

company

public String company()

companyBillProperty

public TopiaTestQueryHelper.BillProperty companyBillProperty()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.