Package com.xero.models.payrollnz
Class PayRuns
- java.lang.Object
-
- com.xero.models.payrollnz.PayRuns
-
public class PayRuns extends Object
PayRuns
-
-
Constructor Summary
Constructors Constructor Description PayRuns()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PayRunsaddPayRunsItem(PayRun payRunsItem)payRunsbooleanequals(Object o)PaginationgetPagination()Get paginationList<PayRun>getPayRuns()Get payRunsProblemgetProblem()Get probleminthashCode()PayRunspagination(Pagination pagination)paginationPayRunspayRuns(List<PayRun> payRuns)payRunsPayRunsproblem(Problem problem)problemvoidsetPagination(Pagination pagination)paginationvoidsetPayRuns(List<PayRun> payRuns)payRunsvoidsetProblem(Problem problem)problemStringtoString()
-
-
-
Method Detail
-
pagination
public PayRuns pagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination- Returns:
- PayRuns
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
pagination- Parameters:
pagination- Pagination
-
problem
public PayRuns problem(Problem problem)
problem- Parameters:
problem- Problem- Returns:
- PayRuns
-
getProblem
public Problem getProblem()
Get problem- Returns:
- problem
-
setProblem
public void setProblem(Problem problem)
problem- Parameters:
problem- Problem
-
payRuns
public PayRuns payRuns(List<PayRun> payRuns)
payRuns- Parameters:
payRuns- List<PayRun>- Returns:
- PayRuns
-
addPayRunsItem
public PayRuns addPayRunsItem(PayRun payRunsItem)
payRuns- Parameters:
payRunsItem- PayRun- Returns:
- PayRuns
-
-