|
||||||||||
| 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.deletetest.Party2Abstract
org.nuiton.topiatest.deletetest.Party2Impl
org.nuiton.topiatest.PersonneAbstract
org.nuiton.topiatest.PersonneImpl
org.nuiton.topiatest.EmployeAbstract
public abstract class EmployeAbstract
| Field Summary | |
|---|---|
int |
salary
|
| Fields inherited from class org.nuiton.topiatest.PersonneAbstract |
|---|
address, name, otherNames |
| Fields inherited from class org.nuiton.topiatest.deletetest.Party2Abstract |
|---|
contacts |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topiatest.Employe |
|---|
SALARY |
| Fields inherited from interface org.nuiton.topiatest.Personne |
|---|
ADDRESS, NAME, OTHER_NAMES |
| Fields inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
CONTACTS |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
EmployeAbstract()
|
|
| Method Summary | |
|---|---|
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 |
delete()
delete : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
int |
getSalary()
getSalary : |
void |
setSalary(int value)
setSalary : |
String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class org.nuiton.topiatest.PersonneAbstract |
|---|
addAllOtherNames, addOtherNames, clearOtherNames, getAddress, getName, getOtherNames, isOtherNamesEmpty, removeOtherNames, setAddress, setName, setOtherNames, sizeOtherNames |
| Methods inherited from class org.nuiton.topiatest.deletetest.Party2Abstract |
|---|
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts |
| 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.topiatest.Personne |
|---|
addAllOtherNames, addOtherNames, clearOtherNames, getAddress, getName, getOtherNames, isOtherNamesEmpty, removeOtherNames, setAddress, setName, setOtherNames, sizeOtherNames |
| Methods inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts |
| 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 int salary
| Constructor Detail |
|---|
public EmployeAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class PersonneAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class PersonneAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityaccept in class PersonneAbstractvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
accept in class PersonneAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class PersonneAbstractorg.nuiton.topia.TopiaExceptionpublic void setSalary(int value)
setSalary in interface Employevalue - public int getSalary()
getSalary in interface Employepublic String toString()
toString in class PersonneAbstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||