Package com.xero.models.payrollau
Class TimesheetObject
- java.lang.Object
-
- com.xero.models.payrollau.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)TimesheetgetTimesheet()Get timesheetinthashCode()voidsetTimesheet(Timesheet timesheet)timesheetTimesheetObjecttimesheet(Timesheet timesheet)timesheetStringtoString()
-
-
-
Method Detail
-
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
-
-