Class EmployeeOpeningBalances

java.lang.Object
com.xero.models.payrolluk.EmployeeOpeningBalances

public class EmployeeOpeningBalances
extends Object
EmployeeOpeningBalances
  • Constructor Details

    • EmployeeOpeningBalances

      public EmployeeOpeningBalances()
  • Method Details

    • statutoryAdoptionPay

      public EmployeeOpeningBalances statutoryAdoptionPay​(Double statutoryAdoptionPay)
    • 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)
    • statutoryMaternityPay

      public EmployeeOpeningBalances statutoryMaternityPay​(Double statutoryMaternityPay)
    • 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)
    • statutoryPaternityPay

      public EmployeeOpeningBalances statutoryPaternityPay​(Double statutoryPaternityPay)
    • 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)
    • statutorySharedParentalPay

      public EmployeeOpeningBalances statutorySharedParentalPay​(Double statutorySharedParentalPay)
    • 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)
    • statutorySickPay

      public EmployeeOpeningBalances statutorySickPay​(Double statutorySickPay)
    • 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)
    • priorEmployeeNumber

      public EmployeeOpeningBalances priorEmployeeNumber​(Double priorEmployeeNumber)
    • getPriorEmployeeNumber

      public Double getPriorEmployeeNumber()
      The unique employee number issued by the employee's former employer
      Returns:
      priorEmployeeNumber
    • setPriorEmployeeNumber

      public void setPriorEmployeeNumber​(Double priorEmployeeNumber)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object