@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Oct 13 17:59:13 CEST 2016") public interface Bill extends TopiaEntity, ListenableTopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COMPANY |
static String |
PROPERTY_COST |
static String |
PROPERTY_DATE |
static String |
PROPERTY_PAID |
static String |
PROPERTY_STORE |
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Modifier and Type | Method and Description |
|---|---|
Company |
getCompany() |
int |
getCost() |
Date |
getDate() |
Boolean |
getPaid() |
Store |
getStore() |
void |
setCompany(Company company) |
void |
setCost(int cost) |
void |
setDate(Date date) |
void |
setPaid(Boolean paid) |
void |
setStore(Store store) |
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionaddPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String PROPERTY_COST
static final String PROPERTY_DATE
static final String PROPERTY_PAID
static final String PROPERTY_STORE
static final String PROPERTY_COMPANY
void setCost(int cost)
int getCost()
void setDate(Date date)
Date getDate()
void setPaid(Boolean paid)
Boolean getPaid()
void setStore(Store store)
Store getStore()
void setCompany(Company company)
Company getCompany()
Copyright © 2004–2016 CodeLutin. All rights reserved.