public class LeaveTypes extends Object
| Constructor and Description |
|---|
LeaveTypes() |
| Modifier and Type | Method and Description |
|---|---|
LeaveTypes |
addLeaveTypesItem(LeaveType leaveTypesItem) |
boolean |
equals(Object o) |
List<LeaveType> |
getLeaveTypes()
Get leaveTypes
|
Pagination |
getPagination()
Get pagination
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
LeaveTypes |
leaveTypes(List<LeaveType> leaveTypes) |
LeaveTypes |
pagination(Pagination pagination) |
LeaveTypes |
problem(Problem problem) |
void |
setLeaveTypes(List<LeaveType> leaveTypes) |
void |
setPagination(Pagination pagination) |
void |
setProblem(Problem problem) |
String |
toString() |
public LeaveTypes pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public LeaveTypes problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public LeaveTypes leaveTypes(List<LeaveType> leaveTypes)
public LeaveTypes addLeaveTypesItem(LeaveType leaveTypesItem)
Copyright © 2020. All rights reserved.