public class TimesheetObject extends Object
| Constructor and Description |
|---|
TimesheetObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
Problem |
getProblem()
Get problem
|
Timesheet |
getTimesheet()
Get timesheet
|
int |
hashCode() |
TimesheetObject |
pagination(Pagination pagination) |
TimesheetObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setProblem(Problem problem) |
void |
setTimesheet(Timesheet timesheet) |
TimesheetObject |
timesheet(Timesheet timesheet) |
String |
toString() |
public TimesheetObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public TimesheetObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public TimesheetObject timesheet(Timesheet timesheet)
public Timesheet getTimesheet()
public void setTimesheet(Timesheet timesheet)
Copyright © 2020. All rights reserved.