Class EJBTaxInfoRow

java.lang.Object
de.hybris.platform.persistence.order.price.EJBInfoRow
de.hybris.platform.persistence.order.price.EJBTaxInfoRow
All Implemented Interfaces:
Serializable

public class EJBTaxInfoRow extends EJBInfoRow
See Also:
  • Constructor Details

    • EJBTaxInfoRow

      public EJBTaxInfoRow(Map qualifiers, String taxPK, double value)
  • Method Details

    • getTaxPK

      public String getTaxPK()
    • setTaxPK

      public void setTaxPK(String taxPK)
    • getValue

      public double getValue()
    • setValue

      public void setValue(double value)