Class ConsignmentEntryWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.ConsignmentEntryWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Consignment Entry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOrderEntry(OrderEntryWsDTO orderEntry) voidsetQuantity(Long quantity) voidsetQuantityDeclined(Long quantityDeclined) voidsetQuantityPending(Long quantityPending) voidsetQuantityShipped(Long quantityShipped) voidsetShippedQuantity(Long shippedQuantity)
-
Constructor Details
-
ConsignmentEntryWsDTO
public ConsignmentEntryWsDTO()
-
-
Method Details
-
setOrderEntry
-
getOrderEntry
-
setQuantity
-
getQuantity
-
setShippedQuantity
-
getShippedQuantity
-
setQuantityDeclined
-
getQuantityDeclined
-
setQuantityPending
-
getQuantityPending
-
setQuantityShipped
-
getQuantityShipped
-