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
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| 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 |
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
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.