Class LeaveTypeObject


  • public class LeaveTypeObject
    extends Object
    LeaveTypeObject
    • Constructor Detail

      • LeaveTypeObject

        public LeaveTypeObject()
    • Method Detail

      • pagination

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

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

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

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

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

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

        public LeaveTypeObject leaveType​(LeaveType leaveType)
        leaveType
        Parameters:
        leaveType - LeaveType
        Returns:
        LeaveTypeObject
      • getLeaveType

        public LeaveType getLeaveType()
        Get leaveType
        Returns:
        leaveType
      • setLeaveType

        public void setLeaveType​(LeaveType leaveType)
        leaveType
        Parameters:
        leaveType - LeaveType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object