Package com.xero.models.payrollau
Class LeaveBalance
java.lang.Object
com.xero.models.payrollau.LeaveBalance
public class LeaveBalance extends Object
LeaveBalance
-
Constructor Summary
Constructors Constructor Description LeaveBalance() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetLeaveName()The name of the leave typeStringgetLeaveTypeID()Identifier of the leave type (see PayItems)DoublegetNumberOfUnits()The balance of the leave availableStringgetTypeOfUnits()The type of units as specified by the LeaveType (see PayItems)inthashCode()LeaveBalanceleaveName(String leaveName)LeaveBalanceleaveTypeID(String leaveTypeID)LeaveBalancenumberOfUnits(Double numberOfUnits)voidsetLeaveName(String leaveName)voidsetLeaveTypeID(String leaveTypeID)voidsetNumberOfUnits(Double numberOfUnits)voidsetTypeOfUnits(String typeOfUnits)StringtoString()LeaveBalancetypeOfUnits(String typeOfUnits)
-
Constructor Details
-
LeaveBalance
public LeaveBalance()
-
-
Method Details
-
leaveName
-
getLeaveName
The name of the leave type- Returns:
- leaveName
-
setLeaveName
-
leaveTypeID
-
getLeaveTypeID
Identifier of the leave type (see PayItems)- Returns:
- leaveTypeID
-
setLeaveTypeID
-
numberOfUnits
-
getNumberOfUnits
The balance of the leave available- Returns:
- numberOfUnits
-
setNumberOfUnits
-
typeOfUnits
-
getTypeOfUnits
The type of units as specified by the LeaveType (see PayItems)- Returns:
- typeOfUnits
-
setTypeOfUnits
-
equals
-
hashCode
public int hashCode() -
toString
-