Class OrderShipmentImpl
- All Implemented Interfaces:
OrderShipment
OrderShipmentImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddestinationAddress.getDestinationUserAddress.getDocumentNumber.Getter for the fieldexportStatus.getHash()Getter for the fieldhash.getId()Getter for the fieldid.Getter for the fieldincomingDate.getItems()Getter for the fielditems.Getter for the fieldoriginAddress.intGetter for the fieldoriginWarehouseGroupId.getPId()Getter for the fieldpId.getProviderPickupPoint.Getter for the fieldshipping.Getter for the fieldstatus.Getter for the fieldstatuses.getSubstatus.getTrackingNumber.getTrackingUrl.voidsetDestinationAddress(ShipmentAddress destinationAddress) Setter for the fielddestinationAddress.voidsetDestinationUserAddress(ShipmentAddress destinationUserAddress) Setter for the fielddestinationUserAddress.voidsetExportStatus(ExportStatusType exportStatus) Setter for the fieldexportStatus.voidSetter for the fieldhash.voidSetter for the fieldid.voidsetIncomingDate(LocalDate incomingDate) Setter for the fieldincomingDate.voidsetItems(List<OrderShipmentItem> items) Setter for the fielditems.voidsetOriginAddress(ShipmentAddress originAddress) Setter for the fieldoriginAddress.voidsetOriginWarehouseGroupId(int originWarehouseGroupId) Setter for the fieldoriginWarehouseGroupId.voidSetter for the fieldpId.voidsetProviderPickupPoint(DocumentProviderPickupPoint providerPickupPoint) setProviderPickupPoint.voidsetShipping(OrderShipping shipping) Setter for the fieldshipping.voidsetStatus.voidsetStatuses(List<OrderShipmentStatus> statuses) Setter for the fieldstatuses.voidsetSubstatus(Integer substatus) Setter for the fieldsubstatus.voidsetTrackingNumber(String trackingNumber) setTrackingNumber.voidsetTrackingUrl(String trackingUrl) setTrackingUrl.
-
Constructor Details
-
OrderShipmentImpl
public OrderShipmentImpl()
-
-
Method Details
-
getId
Getter for the field
id.- Specified by:
getIdin interfaceOrderShipment- Returns:
- a
Integerobject
-
getPId
Getter for the field
pId.- Specified by:
getPIdin interfaceOrderShipment- Returns:
- a
Stringobject
-
getStatus
Getter for the field
status.- Specified by:
getStatusin interfaceOrderShipment- Returns:
- a
Stringobject
-
setStatus
setStatus.
- Specified by:
setStatusin interfaceOrderShipment- Parameters:
status- aStringobject
-
getOriginAddress
Getter for the field
originAddress.- Specified by:
getOriginAddressin interfaceOrderShipment- Returns:
- a
ShipmentAddressobject
-
getDestinationAddress
Getter for the field
destinationAddress.- Specified by:
getDestinationAddressin interfaceOrderShipment- Returns:
- a
ShipmentAddressobject
-
getIncomingDate
Getter for the field
incomingDate.- Specified by:
getIncomingDatein interfaceOrderShipment- Returns:
- a
LocalDateobject
-
getItems
Getter for the field
items.- Specified by:
getItemsin interfaceOrderShipment- Returns:
- a
Listobject
-
getStatuses
Getter for the field
statuses.- Specified by:
getStatusesin interfaceOrderShipment- Returns:
- a
Listobject
-
getShipping
Getter for the field
shipping.- Specified by:
getShippingin interfaceOrderShipment- Returns:
- a
OrderShippingobject
-
getHash
Getter for the field
hash.- Specified by:
getHashin interfaceOrderShipment- Returns:
- a
Stringobject
-
getExportStatus
Getter for the field
exportStatus.- Specified by:
getExportStatusin interfaceOrderShipment- Returns:
- a
ExportStatusTypeobject
-
setId
Setter for the field
id.- Parameters:
id- aIntegerobject
-
setPId
Setter for the field
pId.- Parameters:
pId- aStringobject
-
setIncomingDate
Setter for the field
incomingDate.- Parameters:
incomingDate- aLocalDateobject
-
setItems
Setter for the field
items.- Parameters:
items- aListobject
-
setStatuses
Setter for the field
statuses.- Parameters:
statuses- aListobject
-
setShipping
Setter for the field
shipping.- Parameters:
shipping- aOrderShippingobject
-
setExportStatus
Setter for the field
exportStatus.- Parameters:
exportStatus- aExportStatusTypeobject
-
getOriginWarehouseGroupId
public int getOriginWarehouseGroupId()Getter for the field
originWarehouseGroupId.- Returns:
- a int
-
setOriginWarehouseGroupId
public void setOriginWarehouseGroupId(int originWarehouseGroupId) Setter for the field
originWarehouseGroupId.- Parameters:
originWarehouseGroupId- a int
-
setOriginAddress
Setter for the field
originAddress.- Parameters:
originAddress- aShipmentAddressobject
-
setDestinationAddress
Setter for the field
destinationAddress.- Parameters:
destinationAddress- aShipmentAddressobject
-
setHash
Setter for the field
hash.- Parameters:
hash- aStringobject
-
getTrackingNumber
getTrackingNumber.
- Specified by:
getTrackingNumberin interfaceOrderShipment- Returns:
- a
Stringobject
-
setTrackingNumber
setTrackingNumber.
- Specified by:
setTrackingNumberin interfaceOrderShipment- Parameters:
trackingNumber- aStringobject
-
getDocumentNumber
getDocumentNumber.
- Specified by:
getDocumentNumberin interfaceOrderShipment- Returns:
- a
Stringobject
-
getSubstatus
getSubstatus.
- Specified by:
getSubstatusin interfaceOrderShipment- Returns:
- a
Integerobject
-
setSubstatus
Setter for the field
substatus.- Parameters:
substatus- aIntegerobject
-
setTrackingUrl
setTrackingUrl.
- Specified by:
setTrackingUrlin interfaceOrderShipment- Parameters:
trackingUrl- aStringobject
-
getTrackingUrl
getTrackingUrl.
- Specified by:
getTrackingUrlin interfaceOrderShipment- Returns:
- a
Stringobject
-
getProviderPickupPoint
getProviderPickupPoint.
- Specified by:
getProviderPickupPointin interfaceOrderShipment- Returns:
- a
DocumentProviderPickupPointobject
-
setProviderPickupPoint
setProviderPickupPoint.
- Specified by:
setProviderPickupPointin interfaceOrderShipment- Parameters:
providerPickupPoint- aDocumentProviderPickupPointobject
-
getDestinationUserAddress
getDestinationUserAddress. User address data when destiantionAddress is a pickup point.
- Specified by:
getDestinationUserAddressin interfaceOrderShipment- Returns:
- a
ShipmentAddressobject
-
setDestinationUserAddress
Setter for the field
destinationUserAddress.- Parameters:
destinationUserAddress- aShipmentAddressobject- Since:
- 1.3.12
-