Class PTaxExemptionData

java.lang.Object
com.portal.app.ccare.comp.PTaxExemptionData
All Implemented Interfaces:
Serializable

public class PTaxExemptionData extends Object implements Serializable
This is a common class that is used to pass the tax exemption data between the Payment page and the PaymentPage Bean.
Author:
pashok
See Also:
  • Field Details

    • mExemptionType

      public int mExemptionType
    • mVatCertNumber

      public String mVatCertNumber
    • mPercentage

      public BigDecimal mPercentage
    • mValidFromDate

      public Date mValidFromDate
    • mValidToDate

      public Date mValidToDate
    • mbBusiness

      public boolean mbBusiness
    • mbIncorporated

      public boolean mbIncorporated
  • Constructor Details

    • PTaxExemptionData

      public PTaxExemptionData()
      Default constructor.
  • Method Details

    • reset

      public void reset()
    • getEnumResidence

      public int getEnumResidence()
    • getEnumIncorporated

      public int getEnumIncorporated()