Class PayRunObject


  • public class PayRunObject
    extends Object
    PayRunObject
    • Constructor Detail

      • PayRunObject

        public PayRunObject()
    • Method Detail

      • pagination

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

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

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

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

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

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

        public PayRunObject payRun​(PayRun payRun)
        payRun
        Parameters:
        payRun - PayRun
        Returns:
        PayRunObject
      • getPayRun

        public PayRun getPayRun()
        Get payRun
        Returns:
        payRun
      • setPayRun

        public void setPayRun​(PayRun payRun)
        payRun
        Parameters:
        payRun - PayRun
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object