public class EmployeePayTemplateObject extends Object
| Constructor and Description |
|---|
EmployeePayTemplateObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
EmployeePayTemplate |
getPayTemplate()
Get payTemplate
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
EmployeePayTemplateObject |
pagination(Pagination pagination) |
EmployeePayTemplateObject |
payTemplate(EmployeePayTemplate payTemplate) |
EmployeePayTemplateObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setPayTemplate(EmployeePayTemplate payTemplate) |
void |
setProblem(Problem problem) |
String |
toString() |
public EmployeePayTemplateObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public EmployeePayTemplateObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public EmployeePayTemplateObject payTemplate(EmployeePayTemplate payTemplate)
public EmployeePayTemplate getPayTemplate()
public void setPayTemplate(EmployeePayTemplate payTemplate)
Copyright © 2020. All rights reserved.