Class PayRunObject

java.lang.Object
com.xero.models.payrolluk.PayRunObject

public class PayRunObject
extends Object
PayRunObject
  • Constructor Details

    • PayRunObject

      public PayRunObject()
  • Method Details

    • pagination

      public PayRunObject pagination​(Pagination pagination)
    • getPagination

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

      public void setPagination​(Pagination pagination)
    • problem

      public PayRunObject problem​(Problem problem)
    • getProblem

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

      public void setProblem​(Problem problem)
    • payRun

      public PayRunObject payRun​(PayRun payRun)
    • getPayRun

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

      public void setPayRun​(PayRun payRun)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object