Package com.xero.models.payrollnz
Class PayRunObject
- java.lang.Object
-
- com.xero.models.payrollnz.PayRunObject
-
public class PayRunObject extends Object
PayRunObject
-
-
Constructor Summary
Constructors Constructor Description PayRunObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationPayRungetPayRun()Get payRunProblemgetProblem()Get probleminthashCode()PayRunObjectpagination(Pagination pagination)paginationPayRunObjectpayRun(PayRun payRun)payRunPayRunObjectproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetPayRun(PayRun payRun)payRunvoidsetProblem(Problem problem)problemStringtoString()
-
-
-
Method Detail
-
pagination
public PayRunObject pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- PayRunObject
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public PayRunObject problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- PayRunObject
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
payRun
public PayRunObject payRun(PayRun payRun)
payRun- Parameters:
payRun- PayRun- Returns:
- PayRunObject
-
getPayRun
public PayRun getPayRun()
Get payRun- Returns:
- payRun
-
setPayRun
public void setPayRun(PayRun payRun)
payRun- Parameters:
payRun- PayRun
-
-