Package com.xero.models.payrollnz
Class EmployeeStatutoryLeaveSummary
java.lang.Object
com.xero.models.payrollnz.EmployeeStatutoryLeaveSummary
public class EmployeeStatutoryLeaveSummary extends Object
EmployeeStatutoryLeaveSummary
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeStatutoryLeaveSummary.StatusEnumThe status of the leavestatic classEmployeeStatutoryLeaveSummary.TypeEnumThe category of statutory leave -
Constructor Summary
Constructors Constructor Description EmployeeStatutoryLeaveSummary() -
Method Summary
-
Constructor Details
-
EmployeeStatutoryLeaveSummary
public EmployeeStatutoryLeaveSummary()
-
-
Method Details
-
statutoryLeaveID
-
getStatutoryLeaveID
The unique identifier (guid) of a statutory leave.- Returns:
- statutoryLeaveID
-
setStatutoryLeaveID
-
employeeID
-
getEmployeeID
The unique identifier (guid) of the employee- Returns:
- employeeID
-
setEmployeeID
-
type
-
getType
The category of statutory leave- Returns:
- type
-
setType
-
startDate
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()The date when the leave starts- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) -
endDate
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()The date when the leave ends- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) -
isEntitled
-
getIsEntitled
Whether the leave was entitled to receive payment- Returns:
- isEntitled
-
setIsEntitled
-
status
-
getStatus
The status of the leave- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-