public class PayrollCalendar extends Object
| Constructor and Description |
|---|
PayrollCalendar() |
| Modifier and Type | Method and Description |
|---|---|
PayrollCalendar |
calendarType(CalendarType calendarType) |
boolean |
equals(Object o) |
CalendarType |
getCalendarType()
Get calendarType
|
String |
getName()
Name of the Payroll Calendar
|
String |
getPaymentDate()
The date on which employees will be paid for the upcoming pay period (YYYY-MM-DD)
|
org.threeten.bp.LocalDate |
getPaymentDateAsDate() |
UUID |
getPayrollCalendarID()
Xero identifier
|
String |
getStartDate()
The start date of the upcoming pay period.
|
org.threeten.bp.LocalDate |
getStartDateAsDate() |
String |
getUpdatedDateUTC()
Last modified timestamp
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTCAsDate() |
int |
hashCode() |
PayrollCalendar |
name(String name) |
PayrollCalendar |
paymentDate(String paymentDate) |
PayrollCalendar |
payrollCalendarID(UUID payrollCalendarID) |
void |
setCalendarType(CalendarType calendarType) |
void |
setName(String name) |
void |
setPaymentDate(org.threeten.bp.LocalDate paymentDate) |
void |
setPaymentDate(String paymentDate) |
void |
setPayrollCalendarID(UUID payrollCalendarID) |
void |
setStartDate(org.threeten.bp.LocalDate startDate) |
void |
setStartDate(String startDate) |
PayrollCalendar |
startDate(String startDate) |
String |
toString() |
public PayrollCalendar name(String name)
public String getName()
public void setName(String name)
public PayrollCalendar calendarType(CalendarType calendarType)
public CalendarType getCalendarType()
public void setCalendarType(CalendarType calendarType)
public PayrollCalendar startDate(String startDate)
public String getStartDate()
public org.threeten.bp.LocalDate getStartDateAsDate()
public void setStartDate(String startDate)
public void setStartDate(org.threeten.bp.LocalDate startDate)
public PayrollCalendar paymentDate(String paymentDate)
public String getPaymentDate()
public org.threeten.bp.LocalDate getPaymentDateAsDate()
public void setPaymentDate(String paymentDate)
public void setPaymentDate(org.threeten.bp.LocalDate paymentDate)
public PayrollCalendar payrollCalendarID(UUID payrollCalendarID)
public UUID getPayrollCalendarID()
public void setPayrollCalendarID(UUID payrollCalendarID)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
Copyright © 2020. All rights reserved.