Interface Employe

All Superinterfaces:
Party2, Personne, Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
EmployeAbstract, EmployeImpl

public interface Employe extends Personne
  • Field Details

  • Method Details

    • setSalary

      void setSalary(int salary)
    • getSalary

      int getSalary()