Class EmployeeOpeningBalances


  • public class EmployeeOpeningBalances
    extends Object
    EmployeeOpeningBalances
    • Constructor Detail

      • EmployeeOpeningBalances

        public EmployeeOpeningBalances()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object