public class EmployeeStatutoryLeavesSummaries extends Object
| Constructor and Description |
|---|
EmployeeStatutoryLeavesSummaries() |
| Modifier and Type | Method and Description |
|---|---|
EmployeeStatutoryLeavesSummaries |
addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem) |
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
Problem |
getProblem()
Get problem
|
List<EmployeeStatutoryLeaveSummary> |
getStatutoryLeaves()
Get statutoryLeaves
|
int |
hashCode() |
EmployeeStatutoryLeavesSummaries |
pagination(Pagination pagination) |
EmployeeStatutoryLeavesSummaries |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setProblem(Problem problem) |
void |
setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves) |
EmployeeStatutoryLeavesSummaries |
statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves) |
String |
toString() |
public EmployeeStatutoryLeavesSummaries pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public EmployeeStatutoryLeavesSummaries problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public EmployeeStatutoryLeavesSummaries statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)
public EmployeeStatutoryLeavesSummaries addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)
public List<EmployeeStatutoryLeaveSummary> getStatutoryLeaves()
public void setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)
Copyright © 2020. All rights reserved.