org.nuiton.topiatest
Class EmployeAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topiatest.deletetest.Party2Abstract
          extended by org.nuiton.topiatest.deletetest.Party2Impl
              extended by org.nuiton.topiatest.PersonneAbstract
                  extended by org.nuiton.topiatest.PersonneImpl
                      extended by org.nuiton.topiatest.EmployeAbstract
All Implemented Interfaces:
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
protected  int salary
          Nom de l'attribut en BD : salary
 
Fields inherited from class org.nuiton.topiatest.PersonneAbstract
address, gender, name, otherGender, otherNames, title
 
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
PROPERTY_SALARY
 
Fields inherited from interface org.nuiton.topiatest.Personne
PROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_GENDER, PROPERTY_OTHER_NAMES, PROPERTY_TITLE
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Party2
PROPERTY_CONTACTS
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
EmployeAbstract()
           
 
Method Summary
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
           
 List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
           
 int getSalary()
           
 void setSalary(int salary)
           
 String 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, sizeTitle
 
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, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, 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, addAllTitle, addOtherNames, addTitle, clearOtherNames, clearTitle, getAddress, getGender, getName, getOtherGender, getOtherNames, getTitle, isOtherNamesEmpty, isTitleEmpty, removeOtherNames, removeTitle, setAddress, setGender, setName, setOtherGender, setOtherNames, setTitle, sizeOtherNames, sizeTitle
 
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, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

salary

protected int salary
Nom de l'attribut en BD : salary

Constructor Detail

EmployeAbstract

public EmployeAbstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
accept in class PersonneAbstract
Throws:
org.nuiton.topia.TopiaException

setSalary

public void setSalary(int salary)
Specified by:
setSalary in interface Employe

getSalary

public int getSalary()
Specified by:
getSalary in interface Employe

getAggregate

public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class PersonneAbstract
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class PersonneAbstract
Throws:
org.nuiton.topia.TopiaException

toString

public String toString()
Overrides:
toString in class PersonneAbstract


Copyright © 2004-2012 CodeLutin. All Rights Reserved.