com.elasticpath.domain.shoppingcart.impl
Class WishListItemImpl

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.WishListItemImpl
All Implemented Interfaces:
EpDomain, Persistence, CartItem, ValueObject, java.io.Serializable

public class WishListItemImpl
extends AbstractCartItemImpl
implements CartItem

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

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
WishListItemImpl()
           
 
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

WishListItemImpl

public WishListItemImpl()