org.nuiton.topiatest
Interface Company

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
CompanyAbstract, CompanyImpl

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


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
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllDepartment(Collection<Department> department)
           
 void addAllEmploye(Collection<Employe> employe)
           
 void addAllStoreBill(Collection<Bill> storeBill)
           
 void addDepartment(Department department)
           
 void addEmploye(Employe employe)
           
 void addStoreBill(Bill storeBill)
           
 void clearDepartment()
           
 void clearEmploye()
           
 void clearStoreBill()
           
 Collection<Department> getDepartment()
           
 Department getDepartmentByTopiaId(String topiaId)
           
 Collection<Employe> getEmploye()
           
 Employe getEmployeByTopiaId(String topiaId)
           
 String getName()
           
 int getSiret()
           
 Collection<Bill> getStoreBill()
           
 Bill getStoreBill(Store store)
           
 Bill getStoreBillByTopiaId(String topiaId)
           
 boolean isDepartmentEmpty()
           
 boolean isEmployeEmpty()
           
 boolean isStoreBillEmpty()
           
 void removeDepartment(Department department)
           
 void removeEmploye(Employe employe)
           
 void removeStoreBill(Bill storeBill)
           
 void setDepartment(Collection<Department> department)
           
 void setEmploye(Collection<Employe> employe)
           
 void setName(String name)
           
 void setSiret(int siret)
           
 void setStoreBill(Collection<Bill> storeBill)
           
 int sizeDepartment()
           
 int sizeEmploye()
           
 int sizeStoreBill()
           
 
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_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_SIRET

static final String PROPERTY_SIRET
See Also:
Constant Field Values

PROPERTY_EMPLOYE

static final String PROPERTY_EMPLOYE
See Also:
Constant Field Values

PROPERTY_STORE_BILL

static final String PROPERTY_STORE_BILL
See Also:
Constant Field Values

PROPERTY_DEPARTMENT

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

setName

void setName(String name)

getName

String getName()

setSiret

void setSiret(int siret)

getSiret

int getSiret()

addEmploye

void addEmploye(Employe employe)

addAllEmploye

void addAllEmploye(Collection<Employe> employe)

setEmploye

void setEmploye(Collection<Employe> employe)

removeEmploye

void removeEmploye(Employe employe)

clearEmploye

void clearEmploye()

getEmploye

Collection<Employe> getEmploye()

getEmployeByTopiaId

Employe getEmployeByTopiaId(String topiaId)

sizeEmploye

int sizeEmploye()

isEmployeEmpty

boolean isEmployeEmpty()

addStoreBill

void addStoreBill(Bill storeBill)

addAllStoreBill

void addAllStoreBill(Collection<Bill> storeBill)

setStoreBill

void setStoreBill(Collection<Bill> storeBill)

removeStoreBill

void removeStoreBill(Bill storeBill)

clearStoreBill

void clearStoreBill()

getStoreBill

Collection<Bill> getStoreBill()

getStoreBillByTopiaId

Bill getStoreBillByTopiaId(String topiaId)

getStoreBill

Bill getStoreBill(Store store)

sizeStoreBill

int sizeStoreBill()

isStoreBillEmpty

boolean isStoreBillEmpty()

addDepartment

void addDepartment(Department department)

addAllDepartment

void addAllDepartment(Collection<Department> department)

setDepartment

void setDepartment(Collection<Department> department)

removeDepartment

void removeDepartment(Department department)

clearDepartment

void clearDepartment()

getDepartment

Collection<Department> getDepartment()

getDepartmentByTopiaId

Department getDepartmentByTopiaId(String topiaId)

sizeDepartment

int sizeDepartment()

isDepartmentEmpty

boolean isDepartmentEmpty()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.