Package com.xero.models.payrollnz
Class EmployeeObject
- java.lang.Object
-
- com.xero.models.payrollnz.EmployeeObject
-
public class EmployeeObject extends Object
EmployeeObject
-
-
Constructor Summary
Constructors Constructor Description EmployeeObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeObjectemployee(Employee employee)employeebooleanequals(Object o)EmployeegetEmployee()Get employeePaginationgetPagination()Get paginationProblemgetProblem()Get probleminthashCode()EmployeeObjectpagination(Pagination pagination)paginationEmployeeObjectproblem(Problem problem)problemvoidsetEmployee(Employee employee)employeevoidsetPagination(Pagination pagination)paginationvoidsetProblem(Problem problem)problemStringtoString()
-
-
-
Method Detail
-
pagination
public EmployeeObject pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- EmployeeObject
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
employee
public EmployeeObject employee(Employee employee)
employee- Parameters:
employee- Employee- Returns:
- EmployeeObject
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
employee- Parameters:
employee- Employee
-
problem
public EmployeeObject problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- EmployeeObject
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
-