Class ShoppingCartItem

java.lang.Object
ch.tocco.nice2.optional.webshop.api.rebind.ShoppingCartItem

@Deprecated public class ShoppingCartItem extends Object
Deprecated.
  • Constructor Details

    • ShoppingCartItem

      public ShoppingCartItem()
      Deprecated.
  • Method Details

    • getArticleKey

      public String getArticleKey()
      Deprecated.
    • setArticleKey

      public void setArticleKey(String articleKey)
      Deprecated.
    • getCount

      public Integer getCount()
      Deprecated.
    • setCount

      public void setCount(Integer count)
      Deprecated.