Package org.nuiton.topiatest
Class EmployeAbstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Party2Abstract
org.nuiton.topiatest.deletetest.Party2Impl
org.nuiton.topiatest.PersonneAbstract
org.nuiton.topiatest.PersonneImpl
org.nuiton.topiatest.EmployeAbstract
- All Implemented Interfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity,Party2,Employe,Personne
- Direct Known Subclasses:
EmployeImpl
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topiatest.PersonneAbstract
address, gender, name, otherGender, otherNames, titleFields inherited from class org.nuiton.topiatest.deletetest.Party2Abstract
contactsFields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesFields inherited from interface org.nuiton.topiatest.Employe
PROPERTY_SALARYFields inherited from interface org.nuiton.topiatest.deletetest.Party2
PROPERTY_CONTACTSFields inherited from interface org.nuiton.topiatest.Personne
PROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_GENDER, PROPERTY_OTHER_NAMES, PROPERTY_TITLEFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.nuiton.topia.persistence.EntityVisitor visitor) protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor) List<org.nuiton.topia.persistence.TopiaEntity>List<org.nuiton.topia.persistence.TopiaEntity>intvoidsetSalary(int salary) toString()Methods inherited from class org.nuiton.topiatest.PersonneAbstract
addAllOtherNames, addAllTitle, addOtherNames, addTitle, clearOtherNames, clearTitle, getAddress, getGender, getName, getOtherGender, getOtherNames, getTitle, isOtherNamesEmpty, isTitleEmpty, removeOtherNames, removeTitle, setAddress, setGender, setName, setOtherGender, setOtherNames, setTitle, sizeOtherNames, sizeTitleMethods inherited from class org.nuiton.topiatest.deletetest.Party2Abstract
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContactsMethods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
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, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuiton.topiatest.deletetest.Party2
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContactsMethods inherited from interface org.nuiton.topiatest.Personne
addAllOtherNames, addAllTitle, addOtherNames, addTitle, clearOtherNames, clearTitle, getAddress, getGender, getName, getOtherGender, getOtherNames, getTitle, isOtherNamesEmpty, isTitleEmpty, removeOtherNames, removeTitle, setAddress, setGender, setName, setOtherGender, setOtherNames, setTitle, sizeOtherNames, sizeTitleMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
salary
protected int salaryNom de l'attribut en BD : salary
-
-
Constructor Details
-
EmployeAbstract
public EmployeAbstract()
-
-
Method Details
-
accept
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException - Specified by:
acceptin interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
acceptin classPersonneAbstract- Throws:
org.nuiton.topia.TopiaException
-
accept0
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException - Overrides:
accept0in classPersonneAbstract- Throws:
org.nuiton.topia.TopiaException
-
setSalary
public void setSalary(int salary) -
getSalary
public int getSalary() -
getAggregate
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException- Specified by:
getAggregatein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getAggregatein classPersonneAbstract- Throws:
org.nuiton.topia.TopiaException
-
getComposite
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException- Specified by:
getCompositein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getCompositein classPersonneAbstract- Throws:
org.nuiton.topia.TopiaException
-
toString
- Overrides:
toStringin classPersonneAbstract
-