Class PayRuns

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

public class PayRuns
extends Object
PayRuns
  • Constructor Details

    • PayRuns

      public PayRuns()
  • Method Details

    • pagination

      public PayRuns pagination​(Pagination pagination)
    • getPagination

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

      public void setPagination​(Pagination pagination)
    • problem

      public PayRuns problem​(Problem problem)
    • getProblem

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

      public void setProblem​(Problem problem)
    • payRuns

      public PayRuns payRuns​(List<PayRun> payRuns)
    • addPayRunsItem

      public PayRuns addPayRunsItem​(PayRun payRunsItem)
    • getPayRuns

      public List<PayRun> getPayRuns()
      Get payRuns
      Returns:
      payRuns
    • setPayRuns

      public void setPayRuns​(List<PayRun> payRuns)
    • 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