Class ConfigurationPriceResponderWsDTO

java.lang.Object
de.hybris.platform.cpq.productconfig.occ.ConfigurationPriceResponderWsDTO
All Implemented Interfaces:
Serializable

public class ConfigurationPriceResponderWsDTO extends Object implements Serializable
Configuration price information.
See Also:
  • Constructor Details

    • ConfigurationPriceResponderWsDTO

      public ConfigurationPriceResponderWsDTO()
  • Method Details

    • setTotalPrice

      public void setTotalPrice(String totalPrice)
    • getTotalPrice

      public String getTotalPrice()
    • setBaseProductPrice

      public void setBaseProductPrice(String baseProductPrice)
    • getBaseProductPrice

      public String getBaseProductPrice()