public class TimesheetLineObject extends Object
| Constructor and Description |
|---|
TimesheetLineObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
Problem |
getProblem()
Get problem
|
TimesheetLine |
getTimesheetLine()
Get timesheetLine
|
int |
hashCode() |
TimesheetLineObject |
pagination(Pagination pagination) |
TimesheetLineObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setProblem(Problem problem) |
void |
setTimesheetLine(TimesheetLine timesheetLine) |
TimesheetLineObject |
timesheetLine(TimesheetLine timesheetLine) |
String |
toString() |
public TimesheetLineObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public TimesheetLineObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public TimesheetLineObject timesheetLine(TimesheetLine timesheetLine)
public TimesheetLine getTimesheetLine()
public void setTimesheetLine(TimesheetLine timesheetLine)
Copyright © 2020. All rights reserved.