Package com.skava.oms.orchestration.util
Class OrderItemUtil
java.lang.Object
com.skava.oms.orchestration.util.OrderItemUtil
Class OrderItemUtil
This Class Holds the Utilites of Order Item.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimal
getTotalValue
(OrderItem orderItem) method getTotalValue This method is used to get the total value.
-
Method Details
-
getTotalValue
method getTotalValue This method is used to get the total value.- Parameters:
orderItem
- This param holds the value for the orderItem.- Returns:
- BigDecimal This method returns the value in the type of BigDecimal.
-