Package com.xero.models.payrolluk
Class EmployeeLeaveBalance
java.lang.Object
com.xero.models.payrolluk.EmployeeLeaveBalance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe employees current balance for the corresponding leave type.booleanThe employees current balance for the corresponding leave type.The Xero identifier for leave typegetName()Name of the leave type.The type of the units of the leave.inthashCode()leaveTypeID(UUID leaveTypeID) The Xero identifier for leave typeName of the leave type.voidsetBalance(Double balance) The employees current balance for the corresponding leave type.voidsetLeaveTypeID(UUID leaveTypeID) The Xero identifier for leave typevoidName of the leave type.voidsetTypeOfUnits(String typeOfUnits) The type of the units of the leave.toString()typeOfUnits(String typeOfUnits) The type of the units of the leave.
-
Constructor Details
-
EmployeeLeaveBalance
public EmployeeLeaveBalance()
-
-
Method Details
-
name
Name of the leave type.- Parameters:
name- String- Returns:
- EmployeeLeaveBalance
-
getName
-
setName
-
leaveTypeID
The Xero identifier for leave type- Parameters:
leaveTypeID- UUID- Returns:
- EmployeeLeaveBalance
-
getLeaveTypeID
-
setLeaveTypeID
The Xero identifier for leave type- Parameters:
leaveTypeID- UUID
-
balance
The employees current balance for the corresponding leave type.- Parameters:
balance- Double- Returns:
- EmployeeLeaveBalance
-
getBalance
The employees current balance for the corresponding leave type.- Returns:
- balance
-
setBalance
The employees current balance for the corresponding leave type.- Parameters:
balance- Double
-
typeOfUnits
The type of the units of the leave.- Parameters:
typeOfUnits- String- Returns:
- EmployeeLeaveBalance
-
getTypeOfUnits
-
setTypeOfUnits
The type of the units of the leave.- Parameters:
typeOfUnits- String
-
equals
-
hashCode
-
toString
-