Class EmployeePayTemplateObject


  • public class EmployeePayTemplateObject
    extends Object
    EmployeePayTemplateObject
    • Constructor Detail

      • EmployeePayTemplateObject

        public EmployeePayTemplateObject()
    • Method Detail

      • getPagination

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

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

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

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

        public EmployeePayTemplate getPayTemplate()
        Get payTemplate
        Returns:
        payTemplate
      • setPayTemplate

        public void setPayTemplate​(EmployeePayTemplate payTemplate)
        payTemplate
        Parameters:
        payTemplate - EmployeePayTemplate
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object