|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Company
| Field Summary | |
|---|---|
static String |
PROPERTY_DEPARTMENT
|
static String |
PROPERTY_EMPLOYE
|
static String |
PROPERTY_NAME
|
static String |
PROPERTY_SIRET
|
static String |
PROPERTY_STORE_BILL
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllDepartment(Collection<Department> department)
addAllDepartment : |
void |
addAllEmploye(Collection<Employe> employe)
addAllEmploye : |
void |
addAllStoreBill(Collection<Bill> storeBill)
addAllStoreBill : |
void |
addDepartment(Department department)
addDepartment : |
void |
addEmploye(Employe employe)
addEmploye : |
void |
addStoreBill(Bill storeBill)
addStoreBill : |
void |
clearDepartment()
clearDepartment : |
void |
clearEmploye()
clearEmploye : |
void |
clearStoreBill()
clearStoreBill : |
Collection<Department> |
getDepartment()
getDepartment : Retourne la collection. |
Department |
getDepartmentByTopiaId(String topiaId)
getDepartmentByTopiaId : Recupère l'attribut department à partir de son topiaId |
Collection<Employe> |
getEmploye()
getEmploye : Retourne la collection. |
Employe |
getEmployeByTopiaId(String topiaId)
getEmployeByTopiaId : Recupère l'attribut employe à partir de son topiaId |
String |
getName()
getName : |
int |
getSiret()
getSiret : |
Collection<Bill> |
getStoreBill()
getStoreBill : Retourne la collection. |
Bill |
getStoreBill(Store store)
getStoreBill : |
Bill |
getStoreBillByTopiaId(String topiaId)
getStoreBillByTopiaId : Recupère l'attribut storeBill à partir de son topiaId |
boolean |
isDepartmentEmpty()
isDepartmentEmpty : Retourne true si la collection department est vide. |
boolean |
isEmployeEmpty()
isEmployeEmpty : Retourne true si la collection employe est vide. |
boolean |
isStoreBillEmpty()
isStoreBillEmpty : Retourne true si la collection storeBill est vide. |
void |
removeDepartment(Department department)
removeDepartment : |
void |
removeEmploye(Employe employe)
removeEmploye : |
void |
removeStoreBill(Bill storeBill)
removeStoreBill : |
void |
setDepartment(Collection<Department> department)
setDepartment : |
void |
setEmploye(Collection<Employe> employe)
setEmploye : |
void |
setName(String name)
setName : |
void |
setSiret(int siret)
setSiret : |
void |
setStoreBill(Collection<Bill> storeBill)
setStoreBill : |
int |
sizeDepartment()
sizeDepartment : Retourne le nombre d'éléments de la collection department |
int |
sizeEmploye()
sizeEmploye : Retourne le nombre d'éléments de la collection employe |
int |
sizeStoreBill()
sizeStoreBill : Retourne le nombre d'éléments de la collection storeBill |
| 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 |
|---|
static final String PROPERTY_NAME
static final String PROPERTY_SIRET
static final String PROPERTY_EMPLOYE
static final String PROPERTY_STORE_BILL
static final String PROPERTY_DEPARTMENT
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut à positionner.String getName()
void setSiret(int siret)
siret - La valeur de l'attribut à positionner.int getSiret()
void addEmploye(Employe employe)
employe - L'instance de org.nuiton.topiatest.Employe à ajoutervoid addAllEmploye(Collection<Employe> employe)
employe - Les instances de org.nuiton.topiatest.Employe à ajoutervoid setEmploye(Collection<Employe> employe)
employe - La valeur de l'attribut à positionner.void removeEmploye(Employe employe)
employe - L'instance de org.nuiton.topiatest.Employe à retirervoid clearEmploye()
Collection<Employe> getEmploye()
Employe getEmployeByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeEmploye()
boolean isEmployeEmpty()
true si la collection employe est vide.
void addStoreBill(Bill storeBill)
storeBill - L'instance de org.nuiton.topiatest.Bill à ajoutervoid addAllStoreBill(Collection<Bill> storeBill)
storeBill - Les instances de org.nuiton.topiatest.Bill à ajoutervoid setStoreBill(Collection<Bill> storeBill)
storeBill - La valeur de l'attribut à positionner.void removeStoreBill(Bill storeBill)
storeBill - L'instance de org.nuiton.topiatest.Bill à retirervoid clearStoreBill()
Collection<Bill> getStoreBill()
Bill getStoreBillByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
Bill getStoreBill(Store store)
store -
int sizeStoreBill()
boolean isStoreBillEmpty()
true si la collection storeBill est vide.
void addDepartment(Department department)
department - L'instance de org.nuiton.topiatest.Department à ajoutervoid addAllDepartment(Collection<Department> department)
department - Les instances de org.nuiton.topiatest.Department à ajoutervoid setDepartment(Collection<Department> department)
department - La valeur de l'attribut à positionner.void removeDepartment(Department department)
department - L'instance de org.nuiton.topiatest.Department à retirervoid clearDepartment()
Collection<Department> getDepartment()
Department getDepartmentByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeDepartment()
boolean isDepartmentEmpty()
true si la collection department est vide.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||