@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Sun May 24 17:12:52 UTC 2015") public abstract class CompanyAbstract extends TopiaEntityAbstract implements Company
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Department> |
department
Nom de l'attribut en BD : department
|
protected Collection<Employe> |
employe
Nom de l'attribut en BD : employe
|
protected String |
name
Nom de l'attribut en BD : name
|
protected int |
siret
Nom de l'attribut en BD : siret
|
protected Collection<Bill> |
storeBill
Nom de l'attribut en BD : store
|
PROPERTY_DEPARTMENT, PROPERTY_EMPLOYE, PROPERTY_NAME, PROPERTY_SIRET, PROPERTY_STORE_BILL| Constructor and Description |
|---|
CompanyAbstract() |
protected String name
protected int siret
protected Collection<Employe> employe
protected Collection<Bill> storeBill
protected Collection<Department> department
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
TopiaExceptionpublic void addEmploye(Employe employe)
addEmploye in interface Companypublic void addAllEmploye(Collection<Employe> employe)
addAllEmploye in interface Companypublic void setEmploye(Collection<Employe> employe)
setEmploye in interface Companypublic void removeEmploye(Employe employe)
removeEmploye in interface Companypublic void clearEmploye()
clearEmploye in interface Companypublic Collection<Employe> getEmploye()
getEmploye in interface Companypublic Employe getEmployeByTopiaId(String topiaId)
getEmployeByTopiaId in interface Companypublic int sizeEmploye()
sizeEmploye in interface Companypublic boolean isEmployeEmpty()
isEmployeEmpty in interface Companypublic void addStoreBill(Bill storeBill)
addStoreBill in interface Companypublic void addAllStoreBill(Collection<Bill> storeBill)
addAllStoreBill in interface Companypublic void setStoreBill(Collection<Bill> storeBill)
setStoreBill in interface Companypublic void removeStoreBill(Bill storeBill)
removeStoreBill in interface Companypublic void clearStoreBill()
clearStoreBill in interface Companypublic Collection<Bill> getStoreBill()
getStoreBill in interface Companypublic Bill getStoreBillByTopiaId(String topiaId)
getStoreBillByTopiaId in interface Companypublic Bill getStoreBill(Store store)
getStoreBill in interface Companypublic int sizeStoreBill()
sizeStoreBill in interface Companypublic boolean isStoreBillEmpty()
isStoreBillEmpty in interface Companypublic void addDepartment(Department department)
addDepartment in interface Companypublic void addAllDepartment(Collection<Department> department)
addAllDepartment in interface Companypublic void setDepartment(Collection<Department> department)
setDepartment in interface Companypublic void removeDepartment(Department department)
removeDepartment in interface Companypublic void clearDepartment()
clearDepartment in interface Companypublic Collection<Department> getDepartment()
getDepartment in interface Companypublic Department getDepartmentByTopiaId(String topiaId)
getDepartmentByTopiaId in interface Companypublic int sizeDepartment()
sizeDepartment in interface Companypublic boolean isDepartmentEmpty()
isDepartmentEmpty in interface Companypublic List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2015 CodeLutin. All rights reserved.