public class EmployeeLeaveBalance extends Object
| Constructor and Description |
|---|
EmployeeLeaveBalance() |
| Modifier and Type | Method and Description |
|---|---|
EmployeeLeaveBalance |
balance(Double balance) |
boolean |
equals(Object o) |
Double |
getBalance()
The employees current balance for the corresponding leave type.
|
UUID |
getLeaveTypeID()
The Xero identifier for leave type
|
String |
getName()
Name of the leave type.
|
String |
getTypeOfUnits()
The type of the units of the leave.
|
int |
hashCode() |
EmployeeLeaveBalance |
leaveTypeID(UUID leaveTypeID) |
EmployeeLeaveBalance |
name(String name) |
void |
setBalance(Double balance) |
void |
setLeaveTypeID(UUID leaveTypeID) |
void |
setName(String name) |
void |
setTypeOfUnits(String typeOfUnits) |
String |
toString() |
EmployeeLeaveBalance |
typeOfUnits(String typeOfUnits) |
public EmployeeLeaveBalance name(String name)
public String getName()
public void setName(String name)
public EmployeeLeaveBalance leaveTypeID(UUID leaveTypeID)
public UUID getLeaveTypeID()
public void setLeaveTypeID(UUID leaveTypeID)
public EmployeeLeaveBalance balance(Double balance)
public Double getBalance()
public void setBalance(Double balance)
public EmployeeLeaveBalance typeOfUnits(String typeOfUnits)
public String getTypeOfUnits()
public void setTypeOfUnits(String typeOfUnits)
Copyright © 2020. All rights reserved.