Package com.skava.oms.delegate.model
Class FulfilmentItem
java.lang.Object
com.skava.oms.delegate.model.FulfilmentItem
- All Implemented Interfaces:
Serializable
This class contains the inforamtion about the item being shipped
- Since:
- 12-Feb-2018
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method prepares the FulfilmentItem object from the given order item.int
Method to fetch the decimal value of quantitysetQuantity
(Number quantity) setQuantityFractional
(Number quantity)
-
Constructor Details
-
FulfilmentItem
public FulfilmentItem()
-
-
Method Details
-
setQuantity
-
setQuantityFractional
-
getQuantity
public int getQuantity() -
getQuantityFractional
Method to fetch the decimal value of quantity -
getFulfilmentItem
This method prepares the FulfilmentItem object from the given order item.- Parameters:
oi
- - Currently Processing orderitem.- Returns:
- FulfilmentItem - That formed from the given order item.
-