Package com.xero.models.payrolluk
Class TimesheetObject
- java.lang.Object
-
- com.xero.models.payrolluk.TimesheetObject
-
public class TimesheetObject extends Object
TimesheetObject
-
-
Constructor Summary
Constructors Constructor Description TimesheetObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemTimesheetgetTimesheet()Get timesheetinthashCode()TimesheetObjectpagination(Pagination pagination)paginationTimesheetObjectproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemvoidsetTimesheet(Timesheet timesheet)timesheetTimesheetObjecttimesheet(Timesheet timesheet)timesheetStringtoString()
-
-
-
Method Detail
-
pagination
public TimesheetObject pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- TimesheetObject
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public TimesheetObject problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- TimesheetObject
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
timesheet
public TimesheetObject timesheet(Timesheet timesheet)
timesheet- Parameters:
timesheet- Timesheet- Returns:
- TimesheetObject
-
getTimesheet
public Timesheet getTimesheet()
Get timesheet- Returns:
- timesheet
-
setTimesheet
public void setTimesheet(Timesheet timesheet)
timesheet- Parameters:
timesheet- Timesheet
-
-