Package com.xero.models.payrolluk
Class TimesheetLineObject
- java.lang.Object
-
- com.xero.models.payrolluk.TimesheetLineObject
-
public class TimesheetLineObject extends Object
TimesheetLineObject
-
-
Constructor Summary
Constructors Constructor Description TimesheetLineObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemTimesheetLinegetTimesheetLine()Get timesheetLineinthashCode()TimesheetLineObjectpagination(Pagination pagination)paginationTimesheetLineObjectproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemvoidsetTimesheetLine(TimesheetLine timesheetLine)timesheetLineTimesheetLineObjecttimesheetLine(TimesheetLine timesheetLine)timesheetLineStringtoString()
-
-
-
Method Detail
-
pagination
public TimesheetLineObject pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- TimesheetLineObject
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public TimesheetLineObject problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- TimesheetLineObject
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
timesheetLine
public TimesheetLineObject timesheetLine(TimesheetLine timesheetLine)
timesheetLine- Parameters:
timesheetLine- TimesheetLine- Returns:
- TimesheetLineObject
-
getTimesheetLine
public TimesheetLine getTimesheetLine()
Get timesheetLine- Returns:
- timesheetLine
-
setTimesheetLine
public void setTimesheetLine(TimesheetLine timesheetLine)
timesheetLine- Parameters:
timesheetLine- TimesheetLine
-
-