Class ProductConfigOrderEntryWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
-
- de.hybris.platform.sap.productconfig.occ.ProductConfigOrderEntryWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductConfigOrderEntryWsDTO extends OrderEntryWsDTO
Representation of an order entry with product configuration attached- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductConfigOrderEntryWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfigId()voidsetConfigId(java.lang.String configId)-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
getBasePrice, getCancellableQuantity, getCancelledItemsPrice, getConfigurationInfos, getDeliveryMode, getDeliveryPointOfService, getEntryNumber, getProduct, getQuantity, getQuantityAllocated, getQuantityCancelled, getQuantityPending, getQuantityReturned, getQuantityShipped, getQuantityUnallocated, getReturnableQuantity, getReturnedItemsPrice, getStatusSummaryList, getTotalPrice, getUpdateable, getUrl, setBasePrice, setCancellableQuantity, setCancelledItemsPrice, setConfigurationInfos, setDeliveryMode, setDeliveryPointOfService, setEntryNumber, setProduct, setQuantity, setQuantityAllocated, setQuantityCancelled, setQuantityPending, setQuantityReturned, setQuantityShipped, setQuantityUnallocated, setReturnableQuantity, setReturnedItemsPrice, setStatusSummaryList, setTotalPrice, setUpdateable, setUrl
-
-