Class Employee

java.lang.Object
ru.bgcrm.model.Id
ru.bgcrm.plugin.employee.model.Employee
All Implemented Interfaces:
Serializable, Cloneable

public class Employee extends Id implements Cloneable
See Also:
  • Constructor Details

    • Employee

      public Employee()
  • Method Details

    • getSurname

      public String getSurname()
    • setSurname

      public void setSurname(String surname)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPatronymic

      public String getPatronymic()
    • setPatronymic

      public void setPatronymic(String patronymic)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • getTitle

      public String getTitle()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object