Package com.xero.models.payrolluk
Class LeaveTypes
- java.lang.Object
-
- com.xero.models.payrolluk.LeaveTypes
-
public class LeaveTypes extends Object
LeaveTypes
-
-
Constructor Summary
Constructors Constructor Description LeaveTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeaveTypesaddLeaveTypesItem(LeaveType leaveTypesItem)leaveTypesbooleanequals(Object o)List<LeaveType>getLeaveTypes()Get leaveTypesPaginationgetPagination()Get paginationProblemgetProblem()Get probleminthashCode()LeaveTypesleaveTypes(List<LeaveType> leaveTypes)leaveTypesLeaveTypespagination(Pagination pagination)paginationLeaveTypesproblem(Problem problem)problemvoidsetLeaveTypes(List<LeaveType> leaveTypes)leaveTypesvoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemStringtoString()
-
-
-
Method Detail
-
pagination
public LeaveTypes pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- LeaveTypes
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public LeaveTypes problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- LeaveTypes
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
leaveTypes
public LeaveTypes leaveTypes(List<LeaveType> leaveTypes)
leaveTypes- Parameters:
leaveTypes- List<LeaveType>- Returns:
- LeaveTypes
-
addLeaveTypesItem
public LeaveTypes addLeaveTypesItem(LeaveType leaveTypesItem)
leaveTypes- Parameters:
leaveTypesItem- LeaveType- Returns:
- LeaveTypes
-
setLeaveTypes
public void setLeaveTypes(List<LeaveType> leaveTypes)
leaveTypes- Parameters:
leaveTypes- List<LeaveType>
-
-