Package com.xero.models.payrolluk
Class Timesheets
- java.lang.Object
-
- com.xero.models.payrolluk.Timesheets
-
public class Timesheets extends Object
Timesheets
-
-
Constructor Summary
Constructors Constructor Description Timesheets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimesheetsaddTimesheetsItem(Timesheet timesheetsItem)timesheetsbooleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemList<Timesheet>getTimesheets()Get timesheetsinthashCode()Timesheetspagination(Pagination pagination)paginationTimesheetsproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemvoidsetTimesheets(List<Timesheet> timesheets)timesheetsTimesheetstimesheets(List<Timesheet> timesheets)timesheetsStringtoString()
-
-
-
Method Detail
-
pagination
public Timesheets pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- Timesheets
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public Timesheets problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- Timesheets
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
timesheets
public Timesheets timesheets(List<Timesheet> timesheets)
timesheets- Parameters:
timesheets- List<Timesheet>- Returns:
- Timesheets
-
addTimesheetsItem
public Timesheets addTimesheetsItem(Timesheet timesheetsItem)
timesheets- Parameters:
timesheetsItem- Timesheet- Returns:
- Timesheets
-
setTimesheets
public void setTimesheets(List<Timesheet> timesheets)
timesheets- Parameters:
timesheets- List<Timesheet>
-
-