Class ConsignmentWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.ConsignmentWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Consignment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidsetArrivalSlot(EntryArrivalSlotWsDTO arrivalSlot) voidvoidsetDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) voidsetEntries(List<ConsignmentEntryWsDTO> entries) voidsetShippingAddress(AddressWsDTO shippingAddress) voidvoidsetStatusDate(Date statusDate) voidsetStatusDisplay(String statusDisplay) voidsetTrackingID(String trackingID)
-
Constructor Details
-
ConsignmentWsDTO
public ConsignmentWsDTO()
-
-
Method Details
-
setCode
-
getCode
-
setTrackingID
-
getTrackingID
-
setStatus
-
getStatus
-
setStatusDisplay
-
getStatusDisplay
-
setStatusDate
-
getStatusDate
-
setEntries
-
getEntries
-
setShippingAddress
-
getShippingAddress
-
setDeliveryPointOfService
-
getDeliveryPointOfService
-
setArrivalSlot
-
getArrivalSlot
-