public class PayRunCalendarObject extends Object
| Constructor and Description |
|---|
PayRunCalendarObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
PayRunCalendar |
getPayRunCalendar()
Get payRunCalendar
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
PayRunCalendarObject |
pagination(Pagination pagination) |
PayRunCalendarObject |
payRunCalendar(PayRunCalendar payRunCalendar) |
PayRunCalendarObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setPayRunCalendar(PayRunCalendar payRunCalendar) |
void |
setProblem(Problem problem) |
String |
toString() |
public PayRunCalendarObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public PayRunCalendarObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public PayRunCalendarObject payRunCalendar(PayRunCalendar payRunCalendar)
public PayRunCalendar getPayRunCalendar()
public void setPayRunCalendar(PayRunCalendar payRunCalendar)
Copyright © 2020. All rights reserved.