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
All Methods Instance Methods Concrete Methods 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)The unique employee number issued by the employee's former employervoidsetPriorEmployeeNumber(Double priorEmployeeNumber)The unique employee number issued by the employee's former employervoidsetStatutoryAdoptionPay(Double statutoryAdoptionPay)The total accumulated statutory adoption pay amount received by the employee for current fiscal year to datevoidsetStatutoryMaternityPay(Double statutoryMaternityPay)The total accumulated statutory maternity pay amount received by the employee for current fiscal year to datevoidsetStatutoryPaternityPay(Double statutoryPaternityPay)The total accumulated statutory paternity pay amount received by the employee for current fiscal year to datevoidsetStatutorySharedParentalPay(Double statutorySharedParentalPay)The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to datevoidsetStatutorySickPay(Double statutorySickPay)The total accumulated statutory sick pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesstatutoryAdoptionPay(Double statutoryAdoptionPay)The total accumulated statutory adoption pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesstatutoryMaternityPay(Double statutoryMaternityPay)The total accumulated statutory maternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesstatutoryPaternityPay(Double statutoryPaternityPay)The total accumulated statutory paternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesstatutorySharedParentalPay(Double statutorySharedParentalPay)The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesstatutorySickPay(Double statutorySickPay)The total accumulated statutory sick pay amount received by the employee for current fiscal year to dateStringtoString()
-
-
-
Method Detail
-
statutoryAdoptionPay
public EmployeeOpeningBalances statutoryAdoptionPay(Double statutoryAdoptionPay)
The total accumulated statutory adoption pay amount received by the employee for current fiscal year to date- Parameters:
statutoryAdoptionPay- Double- Returns:
- EmployeeOpeningBalances
-
getStatutoryAdoptionPay
public Double getStatutoryAdoptionPay()
The total accumulated statutory adoption pay amount received by the employee for current fiscal year to date- Returns:
- statutoryAdoptionPay
-
setStatutoryAdoptionPay
public void setStatutoryAdoptionPay(Double statutoryAdoptionPay)
The total accumulated statutory adoption pay amount received by the employee for current fiscal year to date- Parameters:
statutoryAdoptionPay- Double
-
statutoryMaternityPay
public EmployeeOpeningBalances statutoryMaternityPay(Double statutoryMaternityPay)
The total accumulated statutory maternity pay amount received by the employee for current fiscal year to date- Parameters:
statutoryMaternityPay- Double- Returns:
- EmployeeOpeningBalances
-
getStatutoryMaternityPay
public Double getStatutoryMaternityPay()
The total accumulated statutory maternity pay amount received by the employee for current fiscal year to date- Returns:
- statutoryMaternityPay
-
setStatutoryMaternityPay
public void setStatutoryMaternityPay(Double statutoryMaternityPay)
The total accumulated statutory maternity pay amount received by the employee for current fiscal year to date- Parameters:
statutoryMaternityPay- Double
-
statutoryPaternityPay
public EmployeeOpeningBalances statutoryPaternityPay(Double statutoryPaternityPay)
The total accumulated statutory paternity pay amount received by the employee for current fiscal year to date- Parameters:
statutoryPaternityPay- Double- Returns:
- EmployeeOpeningBalances
-
getStatutoryPaternityPay
public Double getStatutoryPaternityPay()
The total accumulated statutory paternity pay amount received by the employee for current fiscal year to date- Returns:
- statutoryPaternityPay
-
setStatutoryPaternityPay
public void setStatutoryPaternityPay(Double statutoryPaternityPay)
The total accumulated statutory paternity pay amount received by the employee for current fiscal year to date- Parameters:
statutoryPaternityPay- Double
-
statutorySharedParentalPay
public EmployeeOpeningBalances statutorySharedParentalPay(Double statutorySharedParentalPay)
The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to date- Parameters:
statutorySharedParentalPay- Double- Returns:
- EmployeeOpeningBalances
-
getStatutorySharedParentalPay
public Double getStatutorySharedParentalPay()
The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to date- Returns:
- statutorySharedParentalPay
-
setStatutorySharedParentalPay
public void setStatutorySharedParentalPay(Double statutorySharedParentalPay)
The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to date- Parameters:
statutorySharedParentalPay- Double
-
statutorySickPay
public EmployeeOpeningBalances statutorySickPay(Double statutorySickPay)
The total accumulated statutory sick pay amount received by the employee for current fiscal year to date- Parameters:
statutorySickPay- Double- Returns:
- EmployeeOpeningBalances
-
getStatutorySickPay
public Double getStatutorySickPay()
The total accumulated statutory sick pay amount received by the employee for current fiscal year to date- Returns:
- statutorySickPay
-
setStatutorySickPay
public void setStatutorySickPay(Double statutorySickPay)
The total accumulated statutory sick pay amount received by the employee for current fiscal year to date- Parameters:
statutorySickPay- Double
-
priorEmployeeNumber
public EmployeeOpeningBalances priorEmployeeNumber(Double priorEmployeeNumber)
The unique employee number issued by the employee's former employer- Parameters:
priorEmployeeNumber- Double- Returns:
- EmployeeOpeningBalances
-
getPriorEmployeeNumber
public Double getPriorEmployeeNumber()
The unique employee number issued by the employee's former employer- Returns:
- priorEmployeeNumber
-
setPriorEmployeeNumber
public void setPriorEmployeeNumber(Double priorEmployeeNumber)
The unique employee number issued by the employee's former employer- Parameters:
priorEmployeeNumber- Double
-
-