Class Timesheets

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

public class Timesheets
extends Object
Timesheets
  • Constructor Details

    • Timesheets

      public Timesheets()
  • Method Details

    • pagination

      public Timesheets pagination​(Pagination pagination)
    • getPagination

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

      public void setPagination​(Pagination pagination)
    • problem

      public Timesheets problem​(Problem problem)
    • getProblem

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

      public void setProblem​(Problem problem)
    • timesheets

      public Timesheets timesheets​(List<Timesheet> timesheets)
    • addTimesheetsItem

      public Timesheets addTimesheetsItem​(Timesheet timesheetsItem)
    • getTimesheets

      public List<Timesheet> getTimesheets()
      Get timesheets
      Returns:
      timesheets
    • setTimesheets

      public void setTimesheets​(List<Timesheet> timesheets)
    • 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