java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.pricing.CPSValuePrice
All Implemented Interfaces:
Serializable

public class CPSValuePrice extends Object implements Serializable
See Also:
  • Constructor Details

    • CPSValuePrice

      public CPSValuePrice()
  • Method Details

    • setValuePrice

      public void setValuePrice(BigDecimal valuePrice)
    • getValuePrice

      public BigDecimal getValuePrice()
    • setObsoleteValuePrice

      public void setObsoleteValuePrice(BigDecimal obsoleteValuePrice)
    • getObsoleteValuePrice

      public BigDecimal getObsoleteValuePrice()
    • setCurrency

      public void setCurrency(String currency)
    • getCurrency

      public String getCurrency()