com.elasticpath.domain.shoppingcart.impl
Class ShoppingCartItemImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractValueObjectImpl
              extended by com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
                  extended by com.elasticpath.domain.shoppingcart.impl.ShoppingCartItemImpl
All Implemented Interfaces:
EpDomain, Persistence, CartItem, ValueObject, java.io.Serializable

public class ShoppingCartItemImpl
extends AbstractCartItemImpl
implements CartItem

A ShoppingCartItem represents a quantity of SKUs in a shopping cart.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
ShoppingCartItemImpl()
           
 
Method Summary
 
Methods inherited from class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
addDependentCartItem, applyDiscount, clearDiscount, getAmount, getAmountMoney, getDependentCartItems, getParentCartItem, getProductSku, getQuantity, getType, hasDependentCartItem, hasDependentCartItems, hasSufficientInventory, isDependent, setDependentCartItems, setParentCartItem, setProductSku, setQuantity, setType
 
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.shoppingcart.CartItem
addDependentCartItem, applyDiscount, clearDiscount, getAmount, getAmountMoney, getDependentCartItems, getParentCartItem, getProductSku, getQuantity, getType, hasDependentCartItem, hasDependentCartItems, hasSufficientInventory, isDependent, setDependentCartItems, setParentCartItem, setProductSku, setQuantity, setType
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

ShoppingCartItemImpl

public ShoppingCartItemImpl()