Package com.xero.models.payrolluk
Class EmployeeOpeningBalances
java.lang.Object
com.xero.models.payrolluk.EmployeeOpeningBalances
public class EmployeeOpeningBalances extends Object
EmployeeOpeningBalances
-
Constructor Summary
Constructors Constructor Description EmployeeOpeningBalances() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)DoublegetPriorEmployeeNumber()The unique employee number issued by the employee's former employerDoublegetStatutoryAdoptionPay()The total accumulated statutory adoption pay amount received by the employee for current fiscal year to dateDoublegetStatutoryMaternityPay()The total accumulated statutory maternity pay amount received by the employee for current fiscal year to dateDoublegetStatutoryPaternityPay()The total accumulated statutory paternity pay amount received by the employee for current fiscal year to dateDoublegetStatutorySharedParentalPay()The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to dateDoublegetStatutorySickPay()The total accumulated statutory sick pay amount received by the employee for current fiscal year to dateinthashCode()EmployeeOpeningBalancespriorEmployeeNumber(Double priorEmployeeNumber)voidsetPriorEmployeeNumber(Double priorEmployeeNumber)voidsetStatutoryAdoptionPay(Double statutoryAdoptionPay)voidsetStatutoryMaternityPay(Double statutoryMaternityPay)voidsetStatutoryPaternityPay(Double statutoryPaternityPay)voidsetStatutorySharedParentalPay(Double statutorySharedParentalPay)voidsetStatutorySickPay(Double statutorySickPay)EmployeeOpeningBalancesstatutoryAdoptionPay(Double statutoryAdoptionPay)EmployeeOpeningBalancesstatutoryMaternityPay(Double statutoryMaternityPay)EmployeeOpeningBalancesstatutoryPaternityPay(Double statutoryPaternityPay)EmployeeOpeningBalancesstatutorySharedParentalPay(Double statutorySharedParentalPay)EmployeeOpeningBalancesstatutorySickPay(Double statutorySickPay)StringtoString()
-
Constructor Details
-
EmployeeOpeningBalances
public EmployeeOpeningBalances()
-
-
Method Details
-
statutoryAdoptionPay
-
getStatutoryAdoptionPay
The total accumulated statutory adoption pay amount received by the employee for current fiscal year to date- Returns:
- statutoryAdoptionPay
-
setStatutoryAdoptionPay
-
statutoryMaternityPay
-
getStatutoryMaternityPay
The total accumulated statutory maternity pay amount received by the employee for current fiscal year to date- Returns:
- statutoryMaternityPay
-
setStatutoryMaternityPay
-
statutoryPaternityPay
-
getStatutoryPaternityPay
The total accumulated statutory paternity pay amount received by the employee for current fiscal year to date- Returns:
- statutoryPaternityPay
-
setStatutoryPaternityPay
-
statutorySickPay
-
getStatutorySickPay
The total accumulated statutory sick pay amount received by the employee for current fiscal year to date- Returns:
- statutorySickPay
-
setStatutorySickPay
-
priorEmployeeNumber
-
getPriorEmployeeNumber
The unique employee number issued by the employee's former employer- Returns:
- priorEmployeeNumber
-
setPriorEmployeeNumber
-
equals
-
hashCode
public int hashCode() -
toString
-