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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeStatutoryLeavesSummariesaddStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)statutoryLeavesbooleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemList<EmployeeStatutoryLeaveSummary>getStatutoryLeaves()Get statutoryLeavesinthashCode()EmployeeStatutoryLeavesSummariespagination(Pagination pagination)paginationEmployeeStatutoryLeavesSummariesproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemvoidsetStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)statutoryLeavesEmployeeStatutoryLeavesSummariesstatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)statutoryLeavesStringtoString()
-
-
-
Method Detail
-
pagination
public EmployeeStatutoryLeavesSummaries pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- EmployeeStatutoryLeavesSummaries
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public EmployeeStatutoryLeavesSummaries problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- EmployeeStatutoryLeavesSummaries
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
statutoryLeaves
public EmployeeStatutoryLeavesSummaries statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)
statutoryLeaves- Parameters:
statutoryLeaves- List<EmployeeStatutoryLeaveSummary>- Returns:
- EmployeeStatutoryLeavesSummaries
-
addStatutoryLeavesItem
public EmployeeStatutoryLeavesSummaries addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)
statutoryLeaves- Parameters:
statutoryLeavesItem- EmployeeStatutoryLeaveSummary- Returns:
- EmployeeStatutoryLeavesSummaries
-
getStatutoryLeaves
public List<EmployeeStatutoryLeaveSummary> getStatutoryLeaves()
Get statutoryLeaves- Returns:
- statutoryLeaves
-
setStatutoryLeaves
public void setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)
statutoryLeaves- Parameters:
statutoryLeaves- List<EmployeeStatutoryLeaveSummary>
-
-