Class EmployeeObject


  • public class EmployeeObject
    extends Object
    EmployeeObject
    • Constructor Detail

      • EmployeeObject

        public EmployeeObject()
    • Method Detail

      • pagination

        public EmployeeObject pagination​(Pagination pagination)
        pagination
        Parameters:
        pagination - Pagination
        Returns:
        EmployeeObject
      • getPagination

        public Pagination getPagination()
        Get pagination
        Returns:
        pagination
      • setPagination

        public void setPagination​(Pagination pagination)
        pagination
        Parameters:
        pagination - Pagination
      • employee

        public EmployeeObject employee​(Employee employee)
        employee
        Parameters:
        employee - Employee
        Returns:
        EmployeeObject
      • getEmployee

        public Employee getEmployee()
        Get employee
        Returns:
        employee
      • setEmployee

        public void setEmployee​(Employee employee)
        employee
        Parameters:
        employee - Employee
      • problem

        public EmployeeObject problem​(Problem problem)
        problem
        Parameters:
        problem - Problem
        Returns:
        EmployeeObject
      • getProblem

        public Problem getProblem()
        Get problem
        Returns:
        problem
      • setProblem

        public void setProblem​(Problem problem)
        problem
        Parameters:
        problem - Problem
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object