Package com.xero.models.payrollnz
Class EmployeeStatutoryLeavesSummaries
java.lang.Object
com.xero.models.payrollnz.EmployeeStatutoryLeavesSummaries
public class EmployeeStatutoryLeavesSummaries extends Object
EmployeeStatutoryLeavesSummaries
-
Constructor Summary
Constructors Constructor Description EmployeeStatutoryLeavesSummaries() -
Method Summary
Modifier and Type Method Description EmployeeStatutoryLeavesSummariesaddStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemList<EmployeeStatutoryLeaveSummary>getStatutoryLeaves()Get statutoryLeavesinthashCode()EmployeeStatutoryLeavesSummariespagination(Pagination pagination)EmployeeStatutoryLeavesSummariesproblem(Problem problem)voidsetPagination(Pagination pagination)voidsetProblem(Problem problem)voidsetStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)EmployeeStatutoryLeavesSummariesstatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)StringtoString()
-
Constructor Details
-
EmployeeStatutoryLeavesSummaries
public EmployeeStatutoryLeavesSummaries()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
statutoryLeaves
public EmployeeStatutoryLeavesSummaries statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves) -
addStatutoryLeavesItem
public EmployeeStatutoryLeavesSummaries addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem) -
getStatutoryLeaves
Get statutoryLeaves- Returns:
- statutoryLeaves
-
setStatutoryLeaves
-
equals
-
hashCode
public int hashCode() -
toString
-