Package com.xero.models.payrolluk
Class EmployeeLeaveBalance
java.lang.Object
com.xero.models.payrolluk.EmployeeLeaveBalance
public class EmployeeLeaveBalance extends Object
EmployeeLeaveBalance
-
Constructor Summary
Constructors Constructor Description EmployeeLeaveBalance() -
Method Summary
Modifier and Type Method Description EmployeeLeaveBalancebalance(Double balance)booleanequals(Object o)DoublegetBalance()The employees current balance for the corresponding leave type.UUIDgetLeaveTypeID()The Xero identifier for leave typeStringgetName()Name of the leave type.StringgetTypeOfUnits()The type of the units of the leave.inthashCode()EmployeeLeaveBalanceleaveTypeID(UUID leaveTypeID)EmployeeLeaveBalancename(String name)voidsetBalance(Double balance)voidsetLeaveTypeID(UUID leaveTypeID)voidsetName(String name)voidsetTypeOfUnits(String typeOfUnits)StringtoString()EmployeeLeaveBalancetypeOfUnits(String typeOfUnits)
-
Constructor Details
-
EmployeeLeaveBalance
public EmployeeLeaveBalance()
-
-
Method Details
-
name
-
getName
Name of the leave type.- Returns:
- name
-
setName
-
leaveTypeID
-
getLeaveTypeID
The Xero identifier for leave type- Returns:
- leaveTypeID
-
setLeaveTypeID
-
balance
-
getBalance
The employees current balance for the corresponding leave type.- Returns:
- balance
-
setBalance
-
typeOfUnits
-
getTypeOfUnits
The type of the units of the leave.- Returns:
- typeOfUnits
-
setTypeOfUnits
-
equals
-
hashCode
public int hashCode() -
toString
-