public class Employment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Employment.NiCategoryEnum
The NI Category of the employee
|
| Constructor and Description |
|---|
Employment() |
| Modifier and Type | Method and Description |
|---|---|
Employment |
employeeNumber(String employeeNumber) |
boolean |
equals(Object o) |
String |
getEmployeeNumber()
The employment number of the employee
|
Employment.NiCategoryEnum |
getNiCategory()
The NI Category of the employee
|
UUID |
getPayrollCalendarID()
Xero unique identifier for the payroll calendar of the employee
|
org.threeten.bp.LocalDate |
getStartDate()
Start date of the employment (YYYY-MM-DD)
|
int |
hashCode() |
Employment |
niCategory(Employment.NiCategoryEnum niCategory) |
Employment |
payrollCalendarID(UUID payrollCalendarID) |
void |
setEmployeeNumber(String employeeNumber) |
void |
setNiCategory(Employment.NiCategoryEnum niCategory) |
void |
setPayrollCalendarID(UUID payrollCalendarID) |
void |
setStartDate(org.threeten.bp.LocalDate startDate) |
Employment |
startDate(org.threeten.bp.LocalDate startDate) |
String |
toString() |
public Employment payrollCalendarID(UUID payrollCalendarID)
public UUID getPayrollCalendarID()
public void setPayrollCalendarID(UUID payrollCalendarID)
public Employment startDate(org.threeten.bp.LocalDate startDate)
public org.threeten.bp.LocalDate getStartDate()
public void setStartDate(org.threeten.bp.LocalDate startDate)
public Employment employeeNumber(String employeeNumber)
public String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
public Employment niCategory(Employment.NiCategoryEnum niCategory)
public Employment.NiCategoryEnum getNiCategory()
public void setNiCategory(Employment.NiCategoryEnum niCategory)
Copyright © 2020. All rights reserved.