Class ShoppingCartItem

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

public class ShoppingCartItem extends Object
  • Constructor Details

    • ShoppingCartItem

      public ShoppingCartItem()
  • Method Details

    • getArticleKey

      public String getArticleKey()
    • setArticleKey

      public void setArticleKey(String articleKey)
    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)