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:
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
protected  int salary
           
 
Fields inherited from class org.nuiton.topiatest.PersonneAbstract
address, gender, 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
PROPERTY_SALARY
 
Fields inherited from interface org.nuiton.topiatest.Personne
PROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_NAMES
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Party2
PROPERTY_CONTACTS
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
EmployeAbstract()
           
 
Method Summary
 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.
 java.util.List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
          getAggregate :
 java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 int getSalary()
          getSalary :
 void setSalary(int salary)
          setSalary :
 java.lang.String toString()
          toString :
 
Methods inherited from class org.nuiton.topiatest.PersonneAbstract
addAllOtherNames, addOtherNames, clearOtherNames, getAddress, getGender, getName, getOtherNames, isGender, isOtherNamesEmpty, removeOtherNames, setAddress, setGender, 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, 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, addOtherNames, clearOtherNames, getAddress, getGender, getName, getOtherNames, isGender, isOtherNamesEmpty, removeOtherNames, setAddress, setGender, 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, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

salary

protected int salary
Constructor Detail

EmployeAbstract

public EmployeAbstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.

Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
accept in class PersonneAbstract
Parameters:
visitor - le visiteur de l'entite.
Throws:
org.nuiton.topia.TopiaException

setSalary

public void setSalary(int salary)
setSalary :

Specified by:
setSalary in interface Employe
Parameters:
salary -

getSalary

public int getSalary()
getSalary :

Specified by:
getSalary in interface Employe
Returns:
int

getAggregate

public java.util.List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                                      throws org.nuiton.topia.TopiaException
getAggregate :

Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class PersonneAbstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

getComposite

public java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                                      throws org.nuiton.topia.TopiaException
getComposite :

Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class PersonneAbstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

toString

public java.lang.String toString()
toString :

Overrides:
toString in class PersonneAbstract
Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.