Package com.xero.models.payrollnz
Class EmployeeStatutorySickLeaves
java.lang.Object
com.xero.models.payrollnz.EmployeeStatutorySickLeaves
public class EmployeeStatutorySickLeaves extends Object
EmployeeStatutorySickLeaves
-
Constructor Summary
Constructors Constructor Description EmployeeStatutorySickLeaves() -
Method Summary
Modifier and Type Method Description EmployeeStatutorySickLeavesaddStatutorySickLeaveItem(EmployeeStatutorySickLeave statutorySickLeaveItem)booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemList<EmployeeStatutorySickLeave>getStatutorySickLeave()Get statutorySickLeaveinthashCode()EmployeeStatutorySickLeavespagination(Pagination pagination)EmployeeStatutorySickLeavesproblem(Problem problem)voidsetPagination(Pagination pagination)voidsetProblem(Problem problem)voidsetStatutorySickLeave(List<EmployeeStatutorySickLeave> statutorySickLeave)EmployeeStatutorySickLeavesstatutorySickLeave(List<EmployeeStatutorySickLeave> statutorySickLeave)StringtoString()
-
Constructor Details
-
EmployeeStatutorySickLeaves
public EmployeeStatutorySickLeaves()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
statutorySickLeave
public EmployeeStatutorySickLeaves statutorySickLeave(List<EmployeeStatutorySickLeave> statutorySickLeave) -
addStatutorySickLeaveItem
public EmployeeStatutorySickLeaves addStatutorySickLeaveItem(EmployeeStatutorySickLeave statutorySickLeaveItem) -
getStatutorySickLeave
Get statutorySickLeave- Returns:
- statutorySickLeave
-
setStatutorySickLeave
-
equals
-
hashCode
public int hashCode() -
toString
-