Class Deduction

java.lang.Object
tech.deepdreams.worker.output.Deduction

public class Deduction extends Object
  • Constructor Details

    • Deduction

      public Deduction()
    • Deduction

      public Deduction(String code, String label, Double base, Double employeeAmount, Double employerAmount)
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getBase

      public Double getBase()
    • setBase

      public void setBase(Double base)
    • getEmployeeAmount

      public Double getEmployeeAmount()
    • setEmployeeAmount

      public void setEmployeeAmount(Double employeeAmount)
    • getEmployerAmount

      public Double getEmployerAmount()
    • setEmployerAmount

      public void setEmployerAmount(Double employerAmount)