Class Employment


  • public class Employment
    extends Object
    Employment
    • Constructor Detail

      • Employment

        public Employment()
    • Method Detail

      • payrollCalendarID

        public Employment payrollCalendarID​(UUID payrollCalendarID)
        Xero unique identifier for the payroll calendar of the employee
        Parameters:
        payrollCalendarID - UUID
        Returns:
        Employment
      • getPayrollCalendarID

        public UUID getPayrollCalendarID()
        Xero unique identifier for the payroll calendar of the employee
        Returns:
        payrollCalendarID
      • setPayrollCalendarID

        public void setPayrollCalendarID​(UUID payrollCalendarID)
        Xero unique identifier for the payroll calendar of the employee
        Parameters:
        payrollCalendarID - UUID
      • payRunCalendarID

        public Employment payRunCalendarID​(UUID payRunCalendarID)
        Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)
        Parameters:
        payRunCalendarID - UUID
        Returns:
        Employment
      • getPayRunCalendarID

        public UUID getPayRunCalendarID()
        Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)
        Returns:
        payRunCalendarID
      • setPayRunCalendarID

        public void setPayRunCalendarID​(UUID payRunCalendarID)
        Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)
        Parameters:
        payRunCalendarID - UUID
      • startDate

        public Employment startDate​(org.threeten.bp.LocalDate startDate)
        Start date of the employment (YYYY-MM-DD)
        Parameters:
        startDate - LocalDate
        Returns:
        Employment
      • 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)
        Start date of the employment (YYYY-MM-DD)
        Parameters:
        startDate - LocalDate
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object