Class OrderEntryWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProductConfigOrderEntryWsDTO
Representation of an Order entry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()voidsetBasePrice(PriceWsDTO basePrice) voidsetCancellableQuantity(Long cancellableQuantity) voidsetCancelledItemsPrice(PriceWsDTO cancelledItemsPrice) voidsetComments(List<CommentWsDTO> comments) voidsetConfigurationInfos(List<ConfigurationInfoWsDTO> configurationInfos) voidsetDeliveryMode(DeliveryModeWsDTO deliveryMode) voidsetDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) voidsetEntryNumber(Integer entryNumber) voidsetProduct(ProductWsDTO product) voidsetQuantity(Long quantity) voidsetQuantityAllocated(Long quantityAllocated) voidsetQuantityCancelled(Long quantityCancelled) voidsetQuantityPending(Long quantityPending) voidsetQuantityReturned(Long quantityReturned) voidsetQuantityShipped(Long quantityShipped) voidsetQuantityUnallocated(Long quantityUnallocated) voidsetReturnableQuantity(Long returnableQuantity) voidsetReturnedItemsPrice(PriceWsDTO returnedItemsPrice) voidsetStatusSummaryList(List<StatusSummaryWsDTO> statusSummaryList) voidsetTotalPrice(PriceWsDTO totalPrice) voidsetUpdateable(Boolean updateable) void
-
Constructor Details
-
OrderEntryWsDTO
public OrderEntryWsDTO()
-
-
Method Details
-
setEntryNumber
-
getEntryNumber
-
setQuantity
-
getQuantity
-
setBasePrice
-
getBasePrice
-
setTotalPrice
-
getTotalPrice
-
setProduct
-
getProduct
-
setUpdateable
-
getUpdateable
-
setDeliveryMode
-
getDeliveryMode
-
setConfigurationInfos
-
getConfigurationInfos
-
setStatusSummaryList
-
getStatusSummaryList
-
setDeliveryPointOfService
-
getDeliveryPointOfService
-
setCancelledItemsPrice
-
getCancelledItemsPrice
-
setCancellableQuantity
-
getCancellableQuantity
-
setReturnedItemsPrice
-
getReturnedItemsPrice
-
setReturnableQuantity
-
getReturnableQuantity
-
setComments
-
getComments
-
setUrl
-
getUrl
-
setQuantityAllocated
-
getQuantityAllocated
-
setQuantityUnallocated
-
getQuantityUnallocated
-
setQuantityCancelled
-
getQuantityCancelled
-
setQuantityPending
-
getQuantityPending
-
setQuantityShipped
-
getQuantityShipped
-
setQuantityReturned
-
getQuantityReturned
-