public class LeaveType extends Object
| Constructor and Description |
|---|
LeaveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsActive()
Shows whether the leave type is active or not
|
Boolean |
getIsPaidLeave()
Indicate that an employee will be paid when taking this type of leave
|
Boolean |
getIsStatutoryLeave()
Shows whether the leave type is a statutory leave type or not
|
UUID |
getLeaveID()
Xero unique identifier for the leave
|
UUID |
getLeaveTypeID()
Xero unique identifier for the leave type
|
String |
getName()
Name of the leave type
|
Boolean |
getShowOnPayslip()
Indicate that a balance for this leave type to be shown on the employee’s payslips
|
org.threeten.bp.LocalDateTime |
getUpdatedDateUTC()
UTC timestamp of last update to the leave type note
|
int |
hashCode() |
LeaveType |
isActive(Boolean isActive) |
LeaveType |
isPaidLeave(Boolean isPaidLeave) |
LeaveType |
isStatutoryLeave(Boolean isStatutoryLeave) |
LeaveType |
leaveID(UUID leaveID) |
LeaveType |
leaveTypeID(UUID leaveTypeID) |
LeaveType |
name(String name) |
void |
setIsActive(Boolean isActive) |
void |
setIsPaidLeave(Boolean isPaidLeave) |
void |
setIsStatutoryLeave(Boolean isStatutoryLeave) |
void |
setLeaveID(UUID leaveID) |
void |
setLeaveTypeID(UUID leaveTypeID) |
void |
setName(String name) |
void |
setShowOnPayslip(Boolean showOnPayslip) |
void |
setUpdatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) |
LeaveType |
showOnPayslip(Boolean showOnPayslip) |
String |
toString() |
LeaveType |
updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) |
public UUID getLeaveID()
public void setLeaveID(UUID leaveID)
public UUID getLeaveTypeID()
public void setLeaveTypeID(UUID leaveTypeID)
public String getName()
public void setName(String name)
public Boolean getIsPaidLeave()
public void setIsPaidLeave(Boolean isPaidLeave)
public Boolean getShowOnPayslip()
public void setShowOnPayslip(Boolean showOnPayslip)
public LeaveType updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)
public org.threeten.bp.LocalDateTime getUpdatedDateUTC()
public void setUpdatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public Boolean getIsStatutoryLeave()
public void setIsStatutoryLeave(Boolean isStatutoryLeave)
Copyright © 2020. All rights reserved.