Class EJBTaxInfoRow

    • Constructor Summary

      Constructors 
      Constructor Description
      EJBTaxInfoRow​(java.util.Map qualifiers, java.lang.String taxPK, double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTaxPK()  
      double getValue()  
      void setTaxPK​(java.lang.String taxPK)  
      void setValue​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EJBTaxInfoRow

        public EJBTaxInfoRow​(java.util.Map qualifiers,
                             java.lang.String taxPK,
                             double value)
    • Method Detail

      • getTaxPK

        public java.lang.String getTaxPK()
      • setTaxPK

        public void setTaxPK​(java.lang.String taxPK)
      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)