|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.CompanyAbstract
public abstract class CompanyAbstract
| Field Summary | |
|---|---|
java.util.Collection<Department> |
department
|
java.util.Collection<Employe> |
employe
|
java.lang.String |
name
|
java.util.Collection<Bill> |
storeBill
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topiatest.Company |
|---|
DEPARTMENT, EMPLOYE, NAME, STORE_BILL |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
CompanyAbstract()
|
|
| Method Summary | |
|---|---|
java.util.List<org.nuiton.topia.persistence.TopiaEntity> |
accept()
accept : |
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
addAllDepartment(java.util.Collection<Department> values)
addAllDepartment : |
void |
addAllEmploye(java.util.Collection<Employe> values)
addAllEmploye : |
void |
addAllStoreBill(java.util.Collection<Bill> values)
addAllStoreBill : |
void |
addDepartment(Department department)
addDepartment : |
void |
addEmploye(Employe employe)
addEmploye : |
void |
addStoreBill(Bill value)
addStoreBill : |
void |
clearDepartment()
clearDepartment : |
void |
clearEmploye()
clearEmploye : |
void |
clearStoreBill()
clearStoreBill : |
void |
delete()
delete : |
java.util.List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
java.util.Collection<Department> |
getDepartment()
getDepartment : |
Department |
getDepartmentByTopiaId(java.lang.String topiaId)
getDepartmentByTopiaId : |
java.util.Collection<Employe> |
getEmploye()
getEmploye : |
Employe |
getEmployeByTopiaId(java.lang.String topiaId)
getEmployeByTopiaId : |
java.lang.String |
getName()
getName : |
java.util.Collection<Bill> |
getStoreBill()
getStoreBill : |
Bill |
getStoreBill(Store value)
getStoreBill : |
Bill |
getStoreBillByTopiaId(java.lang.String topiaId)
getStoreBillByTopiaId : |
boolean |
isDepartmentEmpty()
isDepartmentEmpty : |
boolean |
isEmployeEmpty()
isEmployeEmpty : |
boolean |
isStoreBillEmpty()
isStoreBillEmpty : |
void |
removeDepartment(Department value)
removeDepartment : |
void |
removeEmploye(Employe value)
removeEmploye : |
void |
removeStoreBill(Bill value)
removeStoreBill : |
void |
setDepartment(java.util.Collection<Department> values)
setDepartment : |
void |
setEmploye(java.util.Collection<Employe> values)
setEmploye : |
void |
setName(java.lang.String value)
setName : |
void |
setStoreBill(java.util.Collection<Bill> values)
setStoreBill : |
int |
sizeDepartment()
sizeDepartment : |
int |
sizeEmploye()
sizeEmploye : |
int |
sizeStoreBill()
sizeStoreBill : |
java.lang.String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
public java.lang.String name
public java.util.Collection<Employe> employe
public java.util.Collection<Bill> storeBill
public java.util.Collection<Department> department
| Constructor Detail |
|---|
public CompanyAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public java.util.List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public java.util.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.TopiaExceptionpublic void setName(java.lang.String value)
setName in interface Companyvalue - public java.lang.String getName()
getName in interface Companypublic void addEmploye(Employe employe)
addEmploye in interface Companyemploye - public void addAllEmploye(java.util.Collection<Employe> values)
addAllEmploye in interface Companyvalues - public Employe getEmployeByTopiaId(java.lang.String topiaId)
getEmployeByTopiaId in interface CompanytopiaId -
public void setEmploye(java.util.Collection<Employe> values)
setEmploye in interface Companyvalues - public void removeEmploye(Employe value)
removeEmploye in interface Companyvalue - public void clearEmploye()
clearEmploye in interface Companypublic java.util.Collection<Employe> getEmploye()
getEmploye in interface Companypublic int sizeEmploye()
sizeEmploye in interface Companypublic boolean isEmployeEmpty()
isEmployeEmpty in interface Companypublic void addStoreBill(Bill value)
addStoreBill in interface Companyvalue - public Bill getStoreBillByTopiaId(java.lang.String topiaId)
getStoreBillByTopiaId in interface CompanytopiaId -
public void addAllStoreBill(java.util.Collection<Bill> values)
addAllStoreBill in interface Companyvalues - public void setStoreBill(java.util.Collection<Bill> values)
setStoreBill in interface Companyvalues - public void removeStoreBill(Bill value)
removeStoreBill in interface Companyvalue - public void clearStoreBill()
clearStoreBill in interface Companypublic java.util.Collection<Bill> getStoreBill()
getStoreBill in interface Companypublic Bill getStoreBill(Store value)
getStoreBill in interface Companyvalue -
public int sizeStoreBill()
sizeStoreBill in interface Companypublic boolean isStoreBillEmpty()
isStoreBillEmpty in interface Companypublic void addDepartment(Department department)
addDepartment in interface Companydepartment - public void addAllDepartment(java.util.Collection<Department> values)
addAllDepartment in interface Companyvalues - public Department getDepartmentByTopiaId(java.lang.String topiaId)
getDepartmentByTopiaId in interface CompanytopiaId -
public void setDepartment(java.util.Collection<Department> values)
setDepartment in interface Companyvalues - public void removeDepartment(Department value)
removeDepartment in interface Companyvalue - public void clearDepartment()
clearDepartment in interface Companypublic java.util.Collection<Department> getDepartment()
getDepartment in interface Companypublic int sizeDepartment()
sizeDepartment in interface Companypublic boolean isDepartmentEmpty()
isDepartmentEmpty in interface Companypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||