Class ShipmentItem
java.lang.Object
com.liferay.commerce.frontend.model.ShipmentItem
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentItem
(String externalReferenceCode, long orderId, BigDecimal orderedQuantity, long shipmentItemId, BigDecimal shippedQuantity, String sku, BigDecimal toSendQuantity, String unitOfMeasureKey, String warehouse) -
Method Summary
-
Constructor Details
-
ShipmentItem
public ShipmentItem(String externalReferenceCode, long orderId, BigDecimal orderedQuantity, long shipmentItemId, BigDecimal shippedQuantity, String sku, BigDecimal toSendQuantity, String unitOfMeasureKey, String warehouse)
-
-
Method Details
-
getExternalReferenceCode
-
getOrderedQuantity
-
getOrderId
public long getOrderId() -
getShipmentItemId
public long getShipmentItemId() -
getShippedQuantity
-
getSku
-
getToSendQuantity
-
getUnitOfMeasureKey
-
getWarehouse
-