Package com.xero.models.payrollnz
Class TimesheetObject
java.lang.Object
com.xero.models.payrollnz.TimesheetObject
public class TimesheetObject extends Object
TimesheetObject
-
Constructor Summary
Constructors Constructor Description TimesheetObject() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemTimesheetgetTimesheet()Get timesheetinthashCode()TimesheetObjectpagination(Pagination pagination)TimesheetObjectproblem(Problem problem)voidsetPagination(Pagination pagination)voidsetProblem(Problem problem)voidsetTimesheet(Timesheet timesheet)TimesheetObjecttimesheet(Timesheet timesheet)StringtoString()
-
Constructor Details
-
TimesheetObject
public TimesheetObject()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
timesheet
-
getTimesheet
Get timesheet- Returns:
- timesheet
-
setTimesheet
-
equals
-
hashCode
public int hashCode() -
toString
-