org.nuiton.topiatest
Interface Bill

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
BillAbstract, BillImpl

public interface Bill
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_COMPANY
           
static String PROPERTY_COST
           
static String PROPERTY_DATE
           
static String PROPERTY_PAID
           
static String PROPERTY_STORE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 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)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_COST

static final String PROPERTY_COST
See Also:
Constant Field Values

PROPERTY_DATE

static final String PROPERTY_DATE
See Also:
Constant Field Values

PROPERTY_PAID

static final String PROPERTY_PAID
See Also:
Constant Field Values

PROPERTY_STORE

static final String PROPERTY_STORE
See Also:
Constant Field Values

PROPERTY_COMPANY

static final String PROPERTY_COMPANY
See Also:
Constant Field Values
Method Detail

setCost

void setCost(int cost)

getCost

int getCost()

setDate

void setDate(Date date)

getDate

Date getDate()

setPaid

void setPaid(Boolean paid)

getPaid

Boolean getPaid()

setStore

void setStore(Store store)

getStore

Store getStore()

setCompany

void setCompany(Company company)

getCompany

Company getCompany()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.