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 COMPANY
           
static String COST
           
static String DATE
           
static String PAID
           
static String STORE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 Company getCompany()
          getCompany : Retourne la valeur de l'attribut company.
 int getCost()
          getCost :
 Date getDate()
          getDate :
 Boolean getPaid()
          getPaid :
 Store getStore()
          getStore : Retourne la valeur de l'attribut store.
 Boolean isPaid()
          isPaid :
 void setCompany(Company value)
          setCompany :
 void setCost(int cost)
          setCost :
 void setDate(Date date)
          setDate :
 void setPaid(Boolean paid)
          setPaid :
 void setStore(Store value)
          setStore :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

COST

static final String COST
See Also:
Constant Field Values

DATE

static final String DATE
See Also:
Constant Field Values

PAID

static final String PAID
See Also:
Constant Field Values

STORE

static final String STORE
See Also:
Constant Field Values

COMPANY

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

setCost

void setCost(int cost)
setCost :

Parameters:
cost - La valeur de l'attribut cost à positionner.

getCost

int getCost()
getCost :

Returns:
int

setDate

void setDate(Date date)
setDate :

Parameters:
date - La valeur de l'attribut date à positionner.

getDate

Date getDate()
getDate :

Returns:
Date

setPaid

void setPaid(Boolean paid)
setPaid :

Parameters:
paid - La valeur de l'attribut paid à positionner.

getPaid

Boolean getPaid()
getPaid :

Returns:
Boolean

isPaid

Boolean isPaid()
isPaid :

Returns:
Boolean

setStore

void setStore(Store value)
setStore :

Parameters:
value - La valeur de l'attribut store à positionner.

getStore

Store getStore()
getStore : Retourne la valeur de l'attribut store.

Returns:
Store

setCompany

void setCompany(Company value)
setCompany :

Parameters:
value - La valeur de l'attribut company à positionner.

getCompany

Company getCompany()
getCompany : Retourne la valeur de l'attribut company.

Returns:
Company


Copyright © 2004-2010 CodeLutin. All Rights Reserved.