Class EmployeAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity
org.nuiton.topia.it.legacy.topiatest.deletetest.Party2Abstract
org.nuiton.topia.it.legacy.topiatest.deletetest.Party2Impl
org.nuiton.topia.it.legacy.topiatest.PersonneAbstract
org.nuiton.topia.it.legacy.topiatest.PersonneImpl
org.nuiton.topia.it.legacy.topiatest.EmployeAbstract
- All Implemented Interfaces:
Serializable,Party2,Employe,Personne,ListenableBean,ListenableTopiaEntity,TopiaEntity
- Direct Known Subclasses:
EmployeImpl
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topia.it.legacy.topiatest.PersonneAbstract
address, gender, name, otherGender, otherNames, titleFields inherited from class org.nuiton.topia.it.legacy.topiatest.deletetest.Party2Abstract
contactsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.legacy.topiatest.Employe
PROPERTY_SALARYFields inherited from interface org.nuiton.topia.it.legacy.topiatest.deletetest.Party2
PROPERTY_CONTACTSFields inherited from interface org.nuiton.topia.it.legacy.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, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TopiaEntityVisitor visitor) protected voidaccept0(TopiaEntityVisitor visitor) intvoidsetSalary(int salary) Methods inherited from class org.nuiton.topia.it.legacy.topiatest.PersonneAbstract
addAllOtherNames, addAllTitle, addOtherNames, addTitle, addTitle, clearOtherNames, clearTitle, containsOtherNames, containsTitle, getAddress, getGender, getName, getOtherGender, getOtherNames, getTitle, getTitle, isOtherNamesEmpty, isOtherNamesNotEmpty, isTitleEmpty, isTitleNotEmpty, removeOtherNames, removeTitle, removeTitle, setAddress, setGender, setName, setOtherGender, setOtherNames, setTitle, sizeOtherNames, sizeTitleMethods inherited from class org.nuiton.topia.it.legacy.topiatest.deletetest.Party2Abstract
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsMethods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.it.legacy.topiatest.deletetest.Party2
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsMethods inherited from interface org.nuiton.topia.it.legacy.topiatest.Personne
addAllOtherNames, addAllTitle, addOtherNames, addTitle, addTitle, clearOtherNames, clearTitle, containsOtherNames, containsTitle, getAddress, getGender, getName, getOtherGender, getOtherNames, getTitle, getTitle, isOtherNamesEmpty, isOtherNamesNotEmpty, isTitleEmpty, isTitleNotEmpty, removeOtherNames, removeTitle, removeTitle, setAddress, setGender, setName, setOtherGender, setOtherNames, setTitle, sizeOtherNames, sizeTitleMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
salary
protected int salaryNom de l'attribut en BD : salary
-
-
Constructor Details
-
EmployeAbstract
public EmployeAbstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Overrides:
acceptin classPersonneAbstract- Throws:
TopiaException
-
accept0
- Overrides:
accept0in classPersonneAbstract- Throws:
TopiaException
-
setSalary
public void setSalary(int salary) -
getSalary
public int getSalary()
-