Package com.xero.models.payrolluk
Class EmployeePayTemplates
java.lang.Object
com.xero.models.payrolluk.EmployeePayTemplates
public class EmployeePayTemplates extends Object
EmployeePayTemplates
-
Constructor Summary
Constructors Constructor Description EmployeePayTemplates() -
Method Summary
Modifier and Type Method Description EmployeePayTemplatesaddEarningTemplatesItem(EarningsTemplate earningTemplatesItem)EmployeePayTemplatesearningTemplates(List<EarningsTemplate> earningTemplates)booleanequals(Object o)List<EarningsTemplate>getEarningTemplates()Get earningTemplatesPaginationgetPagination()Get paginationProblemgetProblem()Get probleminthashCode()EmployeePayTemplatespagination(Pagination pagination)EmployeePayTemplatesproblem(Problem problem)voidsetEarningTemplates(List<EarningsTemplate> earningTemplates)voidsetPagination(Pagination pagination)voidsetProblem(Problem problem)StringtoString()
-
Constructor Details
-
EmployeePayTemplates
public EmployeePayTemplates()
-
-
Method Details
-
pagination
-
getPagination
Get pagination- Returns:
- pagination
-
setPagination
-
problem
-
getProblem
Get problem- Returns:
- problem
-
setProblem
-
earningTemplates
-
addEarningTemplatesItem
-
getEarningTemplates
Get earningTemplates- Returns:
- earningTemplates
-
setEarningTemplates
-
equals
-
hashCode
public int hashCode() -
toString
-