@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Thu Aug 13 08:24:30 CEST 2015") public abstract class CompanyAbstract extends org.nuiton.topia.persistence.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
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_DEPARTMENT, PROPERTY_EMPLOYE, PROPERTY_NAME, PROPERTY_SIRET, PROPERTY_STORE_BILL| Constructor and Description |
|---|
CompanyAbstract() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected int siret
protected Collection<Employe> employe
protected Collection<Bill> storeBill
protected Collection<Department> department
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.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<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2004–2015 CodeLutin. All rights reserved.