Interface Company
- All Superinterfaces:
ListenableBean,ListenableTopiaEntity,Serializable,TopiaEntity
- All Known Implementing Classes:
CompanyAbstract,CompanyImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllDepartment(Iterable<Department> department) voidaddAllEmploye(Iterable<Employe> employe) voidaddAllStoreBill(Iterable<Bill> storeBill) voidaddDepartment(Department department) voidaddEmploye(int index, Employe employe) voidaddEmploye(Employe employe) voidaddStoreBill(Bill storeBill) voidvoidvoidbooleancontainsDepartment(Department department) booleancontainsEmploye(Employe employe) booleancontainsStoreBill(Bill storeBill) getDepartmentByTopiaId(String topiaId) getEmploye(int index) getEmployeByTopiaId(String topiaId) getName()intgetSiret()getStoreBillByTopiaId(String topiaId) booleanbooleanbooleanbooleanbooleanbooleanvoidremoveDepartment(Department department) voidremoveEmploye(int index) voidremoveEmploye(Employe employe) voidremoveStoreBill(Bill storeBill) voidsetDepartment(Collection<Department> department) voidsetEmploye(List<Employe> employe) voidvoidsetSiret(int siret) voidsetStoreBill(Collection<Bill> storeBill) intintintMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_SIRET
- See Also:
-
PROPERTY_EMPLOYE
- See Also:
-
PROPERTY_STORE_BILL
- See Also:
-
PROPERTY_DEPARTMENT
- See Also:
-
-
Method Details
-
setName
-
getName
String getName() -
setSiret
void setSiret(int siret) -
getSiret
int getSiret() -
addEmploye
-
addEmploye
-
addAllEmploye
-
setEmploye
-
removeEmploye
-
removeEmploye
void removeEmploye(int index) -
clearEmploye
void clearEmploye() -
getEmploye
-
getEmploye
-
getEmployeByTopiaId
-
getEmployeTopiaIds
-
sizeEmploye
int sizeEmploye() -
isEmployeEmpty
boolean isEmployeEmpty() -
isEmployeNotEmpty
boolean isEmployeNotEmpty() -
containsEmploye
-
addStoreBill
-
addAllStoreBill
-
setStoreBill
-
removeStoreBill
-
clearStoreBill
void clearStoreBill() -
getStoreBill
Collection<Bill> getStoreBill() -
getStoreBillByTopiaId
-
getStoreBillTopiaIds
Collection<String> getStoreBillTopiaIds() -
sizeStoreBill
int sizeStoreBill() -
isStoreBillEmpty
boolean isStoreBillEmpty() -
isStoreBillNotEmpty
boolean isStoreBillNotEmpty() -
containsStoreBill
-
addDepartment
-
addAllDepartment
-
setDepartment
-
removeDepartment
-
clearDepartment
void clearDepartment() -
getDepartment
Collection<Department> getDepartment() -
getDepartmentByTopiaId
-
getDepartmentTopiaIds
Collection<String> getDepartmentTopiaIds() -
sizeDepartment
int sizeDepartment() -
isDepartmentEmpty
boolean isDepartmentEmpty() -
isDepartmentNotEmpty
boolean isDepartmentNotEmpty() -
containsDepartment
-