Class PayRunCalendar


  • public class PayRunCalendar
    extends Object
    PayRunCalendar
    • Constructor Detail

      • PayRunCalendar

        public PayRunCalendar()
    • Method Detail

      • payrollCalendarID

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

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

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

        public PayRunCalendar name​(String name)
        Name of the calendar
        Parameters:
        name - String
        Returns:
        PayRunCalendar
      • getName

        public String getName()
        Name of the calendar
        Returns:
        name
      • setName

        public void setName​(String name)
        Name of the calendar
        Parameters:
        name - String
      • calendarType

        public PayRunCalendar calendarType​(CalendarType calendarType)
        calendarType
        Parameters:
        calendarType - CalendarType
        Returns:
        PayRunCalendar
      • getCalendarType

        public CalendarType getCalendarType()
        Get calendarType
        Returns:
        calendarType
      • setCalendarType

        public void setCalendarType​(CalendarType calendarType)
        calendarType
        Parameters:
        calendarType - CalendarType
      • periodStartDate

        public PayRunCalendar periodStartDate​(org.threeten.bp.LocalDate periodStartDate)
        Period start date of the calendar
        Parameters:
        periodStartDate - LocalDate
        Returns:
        PayRunCalendar
      • getPeriodStartDate

        public org.threeten.bp.LocalDate getPeriodStartDate()
        Period start date of the calendar
        Returns:
        periodStartDate
      • setPeriodStartDate

        public void setPeriodStartDate​(org.threeten.bp.LocalDate periodStartDate)
        Period start date of the calendar
        Parameters:
        periodStartDate - LocalDate
      • periodEndDate

        public PayRunCalendar periodEndDate​(org.threeten.bp.LocalDate periodEndDate)
        Period end date of the calendar
        Parameters:
        periodEndDate - LocalDate
        Returns:
        PayRunCalendar
      • getPeriodEndDate

        public org.threeten.bp.LocalDate getPeriodEndDate()
        Period end date of the calendar
        Returns:
        periodEndDate
      • setPeriodEndDate

        public void setPeriodEndDate​(org.threeten.bp.LocalDate periodEndDate)
        Period end date of the calendar
        Parameters:
        periodEndDate - LocalDate
      • paymentDate

        public PayRunCalendar paymentDate​(org.threeten.bp.LocalDate paymentDate)
        Payment date of the calendar
        Parameters:
        paymentDate - LocalDate
        Returns:
        PayRunCalendar
      • getPaymentDate

        public org.threeten.bp.LocalDate getPaymentDate()
        Payment date of the calendar
        Returns:
        paymentDate
      • setPaymentDate

        public void setPaymentDate​(org.threeten.bp.LocalDate paymentDate)
        Payment date of the calendar
        Parameters:
        paymentDate - LocalDate
      • updatedDateUTC

        public PayRunCalendar updatedDateUTC​(org.threeten.bp.LocalDateTime updatedDateUTC)
        UTC timestamp of the last update to the pay run calendar
        Parameters:
        updatedDateUTC - LocalDateTime
        Returns:
        PayRunCalendar
      • getUpdatedDateUTC

        public org.threeten.bp.LocalDateTime getUpdatedDateUTC()
        UTC timestamp of the last update to the pay run calendar
        Returns:
        updatedDateUTC
      • setUpdatedDateUTC

        public void setUpdatedDateUTC​(org.threeten.bp.LocalDateTime updatedDateUTC)
        UTC timestamp of the last update to the pay run calendar
        Parameters:
        updatedDateUTC - LocalDateTime
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object