Class CarOrderEntryData
java.lang.Object
de.hybris.platform.sap.sapcarintegration.data.CarOrderEntryData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBasePrice(PriceData basePrice) voidsetBasePriceWithTax(PriceData basePriceWithTax) voidsetEntryNumber(Integer entryNumber) voidsetProduct(ProductData product) voidsetQuantity(BigDecimal quantity) voidsetTotalPrice(PriceData totalPrice) voidsetTotalPriceWithTax(PriceData totalPriceWithTax) voidsetUnitOfMeasure(String unitOfMeasure)
-
Constructor Details
-
CarOrderEntryData
public CarOrderEntryData()
-
-
Method Details
-
setEntryNumber
-
getEntryNumber
-
setQuantity
-
getQuantity
-
setUnitOfMeasure
-
getUnitOfMeasure
-
setBasePrice
-
getBasePrice
-
setBasePriceWithTax
-
getBasePriceWithTax
-
setTotalPrice
-
getTotalPrice
-
setTotalPriceWithTax
-
getTotalPriceWithTax
-
setProduct
-
getProduct
-