public class Timesheets extends Object
| Constructor and Description |
|---|
Timesheets() |
| Modifier and Type | Method and Description |
|---|---|
Timesheets |
addTimesheetsItem(Timesheet timesheetsItem) |
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
Problem |
getProblem()
Get problem
|
List<Timesheet> |
getTimesheets()
Get timesheets
|
int |
hashCode() |
Timesheets |
pagination(Pagination pagination) |
Timesheets |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setProblem(Problem problem) |
void |
setTimesheets(List<Timesheet> timesheets) |
Timesheets |
timesheets(List<Timesheet> timesheets) |
String |
toString() |
public Timesheets pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public Timesheets problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public Timesheets timesheets(List<Timesheet> timesheets)
public Timesheets addTimesheetsItem(Timesheet timesheetsItem)
Copyright © 2020. All rights reserved.