Package com.xero.models.payrollnz
Class Employment
java.lang.Object
com.xero.models.payrollnz.Employment
public class Employment extends Object
Employment
-
Constructor Summary
Constructors Constructor Description Employment() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)UUIDgetPayrollCalendarID()Xero unique identifier for the payroll calendar of the employeeUUIDgetPayRunCalendarID()Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)org.threeten.bp.LocalDategetStartDate()Start date of the employment (YYYY-MM-DD)inthashCode()EmploymentpayrollCalendarID(UUID payrollCalendarID)EmploymentpayRunCalendarID(UUID payRunCalendarID)voidsetPayrollCalendarID(UUID payrollCalendarID)voidsetPayRunCalendarID(UUID payRunCalendarID)voidsetStartDate(org.threeten.bp.LocalDate startDate)EmploymentstartDate(org.threeten.bp.LocalDate startDate)StringtoString()
-
Constructor Details
-
Employment
public Employment()
-
-
Method Details
-
payrollCalendarID
-
getPayrollCalendarID
Xero unique identifier for the payroll calendar of the employee- Returns:
- payrollCalendarID
-
setPayrollCalendarID
-
payRunCalendarID
-
getPayRunCalendarID
Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)- Returns:
- payRunCalendarID
-
setPayRunCalendarID
-
startDate
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()Start date of the employment (YYYY-MM-DD)- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) -
equals
-
hashCode
public int hashCode() -
toString
-