Class OrderItemUtil

java.lang.Object
com.skava.oms.orchestration.util.OrderItemUtil

public final class OrderItemUtil extends Object
Class OrderItemUtil This Class Holds the Utilites of Order Item.
Author:
Infosys Equinox
  • Method Details

    • getTotalValue

      public static BigDecimal getTotalValue(OrderItem orderItem)
      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.