public class PayRunCalendar extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayRunCalendar.CalendarTypeEnum
Type of the calendar
|
| Constructor and Description |
|---|
PayRunCalendar() |
| Modifier and Type | Method and Description |
|---|---|
PayRunCalendar |
calendarType(PayRunCalendar.CalendarTypeEnum calendarType) |
boolean |
equals(Object o) |
PayRunCalendar.CalendarTypeEnum |
getCalendarType()
Type of the calendar
|
String |
getName()
Name of the calendar
|
org.threeten.bp.LocalDate |
getPaymentDate()
Payment date of the calendar
|
UUID |
getPayrollCalendarID()
Xero unique identifier for the payroll calendar
|
org.threeten.bp.LocalDate |
getPeriodEndDate()
Period end date of the calendar
|
org.threeten.bp.LocalDate |
getPeriodStartDate()
Period start date of the calendar
|
org.threeten.bp.LocalDateTime |
getUpdatedDateUTC()
UTC timestamp of the last update to the pay run calendar
|
int |
hashCode() |
PayRunCalendar |
name(String name) |
PayRunCalendar |
paymentDate(org.threeten.bp.LocalDate paymentDate) |
PayRunCalendar |
payrollCalendarID(UUID payrollCalendarID) |
PayRunCalendar |
periodEndDate(org.threeten.bp.LocalDate periodEndDate) |
PayRunCalendar |
periodStartDate(org.threeten.bp.LocalDate periodStartDate) |
void |
setCalendarType(PayRunCalendar.CalendarTypeEnum calendarType) |
void |
setName(String name) |
void |
setPaymentDate(org.threeten.bp.LocalDate paymentDate) |
void |
setPayrollCalendarID(UUID payrollCalendarID) |
void |
setPeriodEndDate(org.threeten.bp.LocalDate periodEndDate) |
void |
setPeriodStartDate(org.threeten.bp.LocalDate periodStartDate) |
void |
setUpdatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) |
String |
toString() |
PayRunCalendar |
updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) |
public PayRunCalendar payrollCalendarID(UUID payrollCalendarID)
public UUID getPayrollCalendarID()
public void setPayrollCalendarID(UUID payrollCalendarID)
public PayRunCalendar name(String name)
public String getName()
public void setName(String name)
public PayRunCalendar calendarType(PayRunCalendar.CalendarTypeEnum calendarType)
public PayRunCalendar.CalendarTypeEnum getCalendarType()
public void setCalendarType(PayRunCalendar.CalendarTypeEnum calendarType)
public PayRunCalendar periodStartDate(org.threeten.bp.LocalDate periodStartDate)
public org.threeten.bp.LocalDate getPeriodStartDate()
public void setPeriodStartDate(org.threeten.bp.LocalDate periodStartDate)
public PayRunCalendar periodEndDate(org.threeten.bp.LocalDate periodEndDate)
public org.threeten.bp.LocalDate getPeriodEndDate()
public void setPeriodEndDate(org.threeten.bp.LocalDate periodEndDate)
public PayRunCalendar paymentDate(org.threeten.bp.LocalDate paymentDate)
public org.threeten.bp.LocalDate getPaymentDate()
public void setPaymentDate(org.threeten.bp.LocalDate paymentDate)
public PayRunCalendar updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)
public org.threeten.bp.LocalDateTime getUpdatedDateUTC()
public void setUpdatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)
Copyright © 2020. All rights reserved.