Class PricingItemResult
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.model.pricing.PricingItemResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConditions(List<ConditionResult> conditions) voidsetExternalId(String externalId) voidsetFreightValue(Double freightValue) voidsetGrossValue(Double grossValue) voidvoidsetNetPrice(Double netPrice) voidsetNetPriceUnit(String netPriceUnit) voidsetNetValue(Double netValue) voidsetSubtotals(List<Subtotal> subtotals) voidsetTaxValue(Double taxValue)
-
Constructor Details
-
PricingItemResult
public PricingItemResult()
-
-
Method Details
-
setItemId
-
getItemId
-
setExternalId
-
getExternalId
-
setNetValue
-
getNetValue
-
setTaxValue
-
getTaxValue
-
setGrossValue
-
getGrossValue
-
setFreightValue
-
getFreightValue
-
setNetPrice
-
getNetPrice
-
setNetPriceUnit
-
getNetPriceUnit
-
setSubtotals
-
getSubtotals
-
setConditions
-
getConditions
-