Package com.xero.models.payrolluk
Class EmployeeStatutorySickLeaveObject
- java.lang.Object
-
- com.xero.models.payrolluk.EmployeeStatutorySickLeaveObject
-
public class EmployeeStatutorySickLeaveObject extends Object
EmployeeStatutorySickLeaveObject
-
-
Constructor Summary
Constructors Constructor Description EmployeeStatutorySickLeaveObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationProblemgetProblem()Get problemEmployeeStatutorySickLeavegetStatutorySickLeave()Get statutorySickLeaveinthashCode()EmployeeStatutorySickLeaveObjectpagination(Pagination pagination)paginationEmployeeStatutorySickLeaveObjectproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemvoidsetStatutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave)statutorySickLeaveEmployeeStatutorySickLeaveObjectstatutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave)statutorySickLeaveStringtoString()
-
-
-
Method Detail
-
pagination
public EmployeeStatutorySickLeaveObject pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- EmployeeStatutorySickLeaveObject
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public EmployeeStatutorySickLeaveObject problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- EmployeeStatutorySickLeaveObject
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
statutorySickLeave
public EmployeeStatutorySickLeaveObject statutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave)
statutorySickLeave- Parameters:
statutorySickLeave- EmployeeStatutorySickLeave- Returns:
- EmployeeStatutorySickLeaveObject
-
getStatutorySickLeave
public EmployeeStatutorySickLeave getStatutorySickLeave()
Get statutorySickLeave- Returns:
- statutorySickLeave
-
setStatutorySickLeave
public void setStatutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave)
statutorySickLeave- Parameters:
statutorySickLeave- EmployeeStatutorySickLeave
-
-