public class EmployeeOpeningBalances extends Object
| Constructor and Description |
|---|
EmployeeOpeningBalances() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getPriorEmployeeNumber()
The unique employee number issued by the employee's former employer
|
Double |
getStatutoryAdoptionPay()
The total accumulated statutory adoption pay amount received by the employee for current fiscal year to date
|
Double |
getStatutoryMaternityPay()
The total accumulated statutory maternity pay amount received by the employee for current fiscal year to date
|
Double |
getStatutoryPaternityPay()
The total accumulated statutory paternity pay amount received by the employee for current fiscal year to date
|
Double |
getStatutorySharedParentalPay()
The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to date
|
Double |
getStatutorySickPay()
The total accumulated statutory sick pay amount received by the employee for current fiscal year to date
|
int |
hashCode() |
EmployeeOpeningBalances |
priorEmployeeNumber(Double priorEmployeeNumber) |
void |
setPriorEmployeeNumber(Double priorEmployeeNumber) |
void |
setStatutoryAdoptionPay(Double statutoryAdoptionPay) |
void |
setStatutoryMaternityPay(Double statutoryMaternityPay) |
void |
setStatutoryPaternityPay(Double statutoryPaternityPay) |
void |
setStatutorySharedParentalPay(Double statutorySharedParentalPay) |
void |
setStatutorySickPay(Double statutorySickPay) |
EmployeeOpeningBalances |
statutoryAdoptionPay(Double statutoryAdoptionPay) |
EmployeeOpeningBalances |
statutoryMaternityPay(Double statutoryMaternityPay) |
EmployeeOpeningBalances |
statutoryPaternityPay(Double statutoryPaternityPay) |
EmployeeOpeningBalances |
statutorySharedParentalPay(Double statutorySharedParentalPay) |
EmployeeOpeningBalances |
statutorySickPay(Double statutorySickPay) |
String |
toString() |
public EmployeeOpeningBalances statutoryAdoptionPay(Double statutoryAdoptionPay)
public Double getStatutoryAdoptionPay()
public void setStatutoryAdoptionPay(Double statutoryAdoptionPay)
public EmployeeOpeningBalances statutoryMaternityPay(Double statutoryMaternityPay)
public Double getStatutoryMaternityPay()
public void setStatutoryMaternityPay(Double statutoryMaternityPay)
public EmployeeOpeningBalances statutoryPaternityPay(Double statutoryPaternityPay)
public Double getStatutoryPaternityPay()
public void setStatutoryPaternityPay(Double statutoryPaternityPay)
public EmployeeOpeningBalances statutorySharedParentalPay(Double statutorySharedParentalPay)
public Double getStatutorySharedParentalPay()
public void setStatutorySharedParentalPay(Double statutorySharedParentalPay)
public EmployeeOpeningBalances statutorySickPay(Double statutorySickPay)
public Double getStatutorySickPay()
public void setStatutorySickPay(Double statutorySickPay)
public EmployeeOpeningBalances priorEmployeeNumber(Double priorEmployeeNumber)
public Double getPriorEmployeeNumber()
public void setPriorEmployeeNumber(Double priorEmployeeNumber)
Copyright © 2020. All rights reserved.