public class LeaveBalance extends Object
| Constructor and Description |
|---|
LeaveBalance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLeaveName()
The name of the leave type
|
String |
getLeaveTypeID()
Identifier of the leave type (see PayItems)
|
Float |
getNumberOfUnits()
The balance of the leave available
|
String |
getTypeOfUnits()
The type of units as specified by the LeaveType (see PayItems)
|
int |
hashCode() |
LeaveBalance |
leaveName(String leaveName) |
LeaveBalance |
leaveTypeID(String leaveTypeID) |
LeaveBalance |
numberOfUnits(Float numberOfUnits) |
void |
setLeaveName(String leaveName) |
void |
setLeaveTypeID(String leaveTypeID) |
void |
setNumberOfUnits(Float numberOfUnits) |
void |
setTypeOfUnits(String typeOfUnits) |
String |
toString() |
LeaveBalance |
typeOfUnits(String typeOfUnits) |
public LeaveBalance leaveName(String leaveName)
public String getLeaveName()
public void setLeaveName(String leaveName)
public LeaveBalance leaveTypeID(String leaveTypeID)
public String getLeaveTypeID()
public void setLeaveTypeID(String leaveTypeID)
public LeaveBalance numberOfUnits(Float numberOfUnits)
public Float getNumberOfUnits()
public void setNumberOfUnits(Float numberOfUnits)
public LeaveBalance typeOfUnits(String typeOfUnits)
public String getTypeOfUnits()
public void setTypeOfUnits(String typeOfUnits)
Copyright © 2020. All rights reserved.