Class ConfigurationSupplementsWsDTO

java.lang.Object
de.hybris.platform.sap.productconfig.occ.ConfigurationSupplementsWsDTO
All Implemented Interfaces:
Serializable

public class ConfigurationSupplementsWsDTO extends Object implements Serializable
Enriches a product configuration with supplementary pricing data
See Also:
  • Constructor Details

    • ConfigurationSupplementsWsDTO

      public ConfigurationSupplementsWsDTO()
  • Method Details

    • setConfigId

      public void setConfigId(String configId)
    • getConfigId

      public String getConfigId()
    • setShowDeltaPrices

      public void setShowDeltaPrices(boolean showDeltaPrices)
    • isShowDeltaPrices

      public boolean isShowDeltaPrices()
    • setPricingError

      public void setPricingError(boolean pricingError)
    • isPricingError

      public boolean isPricingError()
    • setAttributes

      public void setAttributes(List<CsticSupplementsWsDTO> attributes)
    • getAttributes

      public List<CsticSupplementsWsDTO> getAttributes()
    • setPriceSummary

      public void setPriceSummary(PriceSummaryWsDTO priceSummary)
    • getPriceSummary

      public PriceSummaryWsDTO getPriceSummary()