Package com.xero.models.payrollnz
Class TimesheetLineObject
java.lang.Object
com.xero.models.payrollnz.TimesheetLineObject
public class TimesheetLineObject extends Object
TimesheetLineObject
-
Constructor Summary
Constructors Constructor Description TimesheetLineObject() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemTimesheetLinegetTimesheetLine()Get timesheetLineinthashCode()TimesheetLineObjectpagination(Pagination pagination)TimesheetLineObjectproblem(Problem problem)voidsetPagination(Pagination pagination)voidsetProblem(Problem problem)voidsetTimesheetLine(TimesheetLine timesheetLine)TimesheetLineObjecttimesheetLine(TimesheetLine timesheetLine)StringtoString()
-
Constructor Details
-
TimesheetLineObject
public TimesheetLineObject()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
timesheetLine
-
getTimesheetLine
Get timesheetLine- Returns:
- timesheetLine
-
setTimesheetLine
-
equals
-
hashCode
public int hashCode() -
toString
-