Class EmployeAbstract

All Implemented Interfaces:
Serializable, Party2, Employe, Personne, org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
EmployeImpl

public abstract class EmployeAbstract extends PersonneImpl implements Employe
See Also:
  • Field Details

    • salary

      protected int salary
      Nom de l'attribut en BD : salary
  • Constructor Details

    • EmployeAbstract

      public EmployeAbstract()
  • Method Details

    • accept

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

      protected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException
      Overrides:
      accept0 in class PersonneAbstract
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • setSalary

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

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