Class SFItem

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

public class SFItem extends Object implements Serializable

The Class SFItem

The model contains the item details that can be placed in a cart.
Author:
Infosys Equinox
See Also:
  • Field Details

  • Constructor Details

    • SFItem

      public SFItem()
  • Method Details

    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)