Package com.xero.models.payrolluk
Class EmployeeStatutoryLeaveBalance
java.lang.Object
com.xero.models.payrolluk.EmployeeStatutoryLeaveBalance
public class EmployeeStatutoryLeaveBalance extends Object
EmployeeStatutoryLeaveBalance
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeStatutoryLeaveBalance.LeaveTypeEnumThe type of statutory leavestatic classEmployeeStatutoryLeaveBalance.UnitsEnumThe units will be \"Hours\" -
Constructor Summary
Constructors Constructor Description EmployeeStatutoryLeaveBalance() -
Method Summary
Modifier and Type Method Description EmployeeStatutoryLeaveBalancebalanceRemaining(Double balanceRemaining)booleanequals(Object o)DoublegetBalanceRemaining()The balance remaining for the corresponding leave type as of specified date.EmployeeStatutoryLeaveBalance.LeaveTypeEnumgetLeaveType()The type of statutory leaveEmployeeStatutoryLeaveBalance.UnitsEnumgetUnits()The units will be \"Hours\"inthashCode()EmployeeStatutoryLeaveBalanceleaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType)voidsetBalanceRemaining(Double balanceRemaining)voidsetLeaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType)voidsetUnits(EmployeeStatutoryLeaveBalance.UnitsEnum units)StringtoString()EmployeeStatutoryLeaveBalanceunits(EmployeeStatutoryLeaveBalance.UnitsEnum units)
-
Constructor Details
-
EmployeeStatutoryLeaveBalance
public EmployeeStatutoryLeaveBalance()
-
-
Method Details
-
leaveType
public EmployeeStatutoryLeaveBalance leaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType) -
getLeaveType
The type of statutory leave- Returns:
- leaveType
-
setLeaveType
-
balanceRemaining
-
getBalanceRemaining
The balance remaining for the corresponding leave type as of specified date.- Returns:
- balanceRemaining
-
setBalanceRemaining
-
units
-
getUnits
The units will be \"Hours\"- Returns:
- units
-
setUnits
-
equals
-
hashCode
public int hashCode() -
toString
-