Class ShoppingCartItem

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

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

    • ShoppingCartItem Link icon

      public ShoppingCartItem()
      Deprecated.
  • Method Details Link icon

    • getArticleKey Link icon

      public String getArticleKey()
      Deprecated.
    • setArticleKey Link icon

      public void setArticleKey(String articleKey)
      Deprecated.
    • getCount Link icon

      public Integer getCount()
      Deprecated.
    • setCount Link icon

      public void setCount(Integer count)
      Deprecated.