Package com.xero.models.payrolluk
Class EmployeePayTemplate
java.lang.Object
com.xero.models.payrolluk.EmployeePayTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEarningTemplatesItem(EarningsTemplate earningTemplatesItem) earningTemplatesearningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesemployeeID(UUID employeeID) Unique identifier for the employeebooleanGet earningTemplatesUnique identifier for the employeeinthashCode()voidsetEarningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesvoidsetEmployeeID(UUID employeeID) Unique identifier for the employeetoString()
-
Constructor Details
-
EmployeePayTemplate
public EmployeePayTemplate()
-
-
Method Details
-
employeeID
Unique identifier for the employee- Parameters:
employeeID- UUID- Returns:
- EmployeePayTemplate
-
getEmployeeID
-
setEmployeeID
Unique identifier for the employee- Parameters:
employeeID- UUID
-
earningTemplates
earningTemplates- Parameters:
earningTemplates- List<EarningsTemplate>- Returns:
- EmployeePayTemplate
-
addEarningTemplatesItem
earningTemplates- Parameters:
earningTemplatesItem- EarningsTemplate- Returns:
- EmployeePayTemplate
-
getEarningTemplates
-
setEarningTemplates
earningTemplates- Parameters:
earningTemplates- List<EarningsTemplate>
-
equals
-
hashCode
-
toString
-