Package com.xero.models.payrolluk
Class PayRunObject
java.lang.Object
com.xero.models.payrolluk.PayRunObject
public class PayRunObject extends Object
PayRunObject
-
Constructor Summary
Constructors Constructor Description PayRunObject() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)PaginationgetPagination()Get paginationPayRungetPayRun()Get payRunProblemgetProblem()Get probleminthashCode()PayRunObjectpagination(Pagination pagination)PayRunObjectpayRun(PayRun payRun)PayRunObjectproblem(Problem problem)voidsetPagination(Pagination pagination)voidsetPayRun(PayRun payRun)voidsetProblem(Problem problem)StringtoString()
-
Constructor Details
-
PayRunObject
public PayRunObject()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
payRun
-
getPayRun
Get payRun- Returns:
- payRun
-
setPayRun
-
equals
-
hashCode
public int hashCode() -
toString
-