|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
com.elasticpath.domain.shoppingcart.impl.ShoppingCartItemImpl
public class ShoppingCartItemImpl
A ShoppingCartItem represents a quantity of SKUs in a shopping cart.
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public ShoppingCartItemImpl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||