Class Item

java.lang.Object
com.skava.cart.model.Item
All Implemented Interfaces:
Serializable

public class Item extends Object implements Serializable
This model contains the item details of the cart.
See Also:
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()