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:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity,Party2,Employe,Personne
- Direct Known Subclasses:
EmployeImpl
public abstract class EmployeAbstract extends PersonneImpl implements Employe
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected intsalaryNom de l'attribut en BD : salaryFields inherited from class org.nuiton.topiatest.PersonneAbstract
address, gender, name, otherGender, otherNames, titleFields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesFields inherited from interface org.nuiton.topiatest.Personne
PROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_GENDER, PROPERTY_OTHER_NAMES, PROPERTY_TITLE -
Constructor Summary
Constructors Constructor Description EmployeAbstract() -
Method Summary
Modifier and Type Method Description voidaccept(org.nuiton.topia.persistence.EntityVisitor visitor)protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor)java.util.List<org.nuiton.topia.persistence.TopiaEntity>getAggregate()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getComposite()intgetSalary()voidsetSalary(int salary)java.lang.StringtoString()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 java.util.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 java.util.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
public java.lang.String toString()- Overrides:
toStringin classPersonneAbstract
-