Class OrderItem

java.lang.Object
com.skava.oms.model.OrderItem
All Implemented Interfaces:
Serializable

public class OrderItem extends Object implements Serializable
This model contains the order item details.
See Also:
  • Constructor Details

    • OrderItem

      public OrderItem()
  • Method Details

    • getQuantity

      public Integer getQuantity()
      Method to fetch the int value of quantity
    • setQuantity

      public void setQuantity(int qty)
      Method to set the int value of quantity