Class Employee

java.lang.Object
common.helper.entity.Employee
All Implemented Interfaces:
Entity

public class Employee extends Object implements Entity
  • Constructor Details

    • Employee

      public Employee()
  • Method Details

    • getId

      public Long getId()
    • getName

      public String getName()
    • getAddress

      public Address getAddress()
    • setId

      public void setId(Long id)
    • setName

      public void setName(String name)
    • setAddress

      public void setAddress(Address address)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEntityName

      public String getEntityName()
      Specified by:
      getEntityName in interface Entity