|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.BelongingImpl
com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineImpl
@Deprecated public class ShoppingCartLineImpl
This class combines an Item, a Quantity and a Money. The item is a reference to an entity bean.
ShoppingCartLine,
ShoppingCartLineHome,
Serialized Form| Field Summary | |
|---|---|
ProductItem |
productItem
Deprecated Containment: By Value Multiplicity: 1:1 |
double |
quantity
Deprecated Containment: By Value Multiplicity: 1:1 |
Money |
shipping
Deprecated Containment: By Value Multiplicity: 1:1 |
Money |
tax
Deprecated Containment: By Value Multiplicity: 1:1 |
Money |
unitPrice
Deprecated Containment: By Value Multiplicity: 1:1 |
| Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
|---|
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
| Constructor Summary | |
|---|---|
ShoppingCartLineImpl()
Deprecated |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Deprecated Compare this belonging to another |
Money |
getBaseSavings()
Deprecated Get the savings from the MSRP to the base unit price, exluding non-catalog discounts, i.e. |
Money |
getBaseTotal()
Deprecated Get the total excluing non-catalog discounts, i.e. |
Money |
getDiscountedPrice()
Deprecated get the Discounted Price for the line |
ArrayList |
getDiscountPresentations()
Deprecated get the Discount Description Array list of the discounts that apply to a particular shopping cart line |
Money |
getLineTotal(int totalType)
Deprecated Gets the line total for the given total type |
ProductItem |
getProductItem()
Deprecated Get the value of productItem |
double |
getQuantity()
Deprecated Get the value of quantity |
Money |
getSavings()
Deprecated Get the value of the savings made on this line. |
Money |
getShipping()
Deprecated Get the value of shipping |
Money |
getTax()
Deprecated Get the value of tax |
Money |
getUnitPrice()
Deprecated Get the value of unitPrice |
String |
interfaceName()
Deprecated interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Belonging value)
Deprecated It is possible to call set-by-value with a superclass. |
void |
setDiscountedPrice(Money discountedPrice)
Deprecated Set the discount price for this line |
void |
setDiscountPresentations(ArrayList discountPresentations)
Deprecated Set the value of discount Presentations of the discounts that apply to a particular shopping cart line |
void |
setProductItem(ProductItem productItem)
Deprecated Set the value of productItem |
void |
setQuantity(double quantity)
Deprecated Set the value of quantity |
void |
setShipping(Money shipping)
Deprecated Set the value of shipping |
void |
setTax(Money tax)
Deprecated Set the value of tax |
void |
setUnitPrice(Money unitPrice)
Deprecated Set the value of unitPrice |
Belonging |
value()
Deprecated value() is a more typesafe implementation of clone() |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
|---|
clone, equals |
| Field Detail |
|---|
public Money unitPrice
public Money tax
public Money shipping
public double quantity
public ProductItem productItem
| Constructor Detail |
|---|
public ShoppingCartLineImpl()
| Method Detail |
|---|
public double getQuantity()
getQuantity in interface ShoppingCartLinepublic void setQuantity(double quantity)
setQuantity in interface ShoppingCartLinequantity - quantity to be addedpublic Money getUnitPrice()
getUnitPrice in interface ShoppingCartLinepublic void setUnitPrice(Money unitPrice)
setUnitPrice in interface ShoppingCartLineunitMoney - unitPrice to be setpublic ProductItem getProductItem()
getProductItem in interface ShoppingCartLinepublic void setProductItem(ProductItem productItem)
setProductItem in interface ShoppingCartLineproductItem - productItem to be addedpublic Belonging value()
value in interface Belongingpublic String interfaceName()
interfaceName in interface Belongingpublic void setByValue(Belonging value)
It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue in interface BelongingsetByValue in class BelongingImplvalue - The Belonging to use for initialization.public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class BelongingImplo - target object for comparision
public Money getTax()
getTax in interface ShoppingCartLinepublic void setTax(Money tax)
setTax in interface ShoppingCartLinetax - tax to be addedpublic Money getShipping()
getShipping in interface ShoppingCartLinepublic void setShipping(Money shipping)
setShipping in interface ShoppingCartLineshipping - shipping to be added
public Money getLineTotal(int totalType)
throws InvalidArgumentException
getLineTotal in interface ShoppingCartLinetotal - type
InvalidArgumentExceptionpublic Money getSavings()
getSavings in interface ShoppingCartLinepublic Money getBaseSavings()
getBaseSavings in interface ShoppingCartLinepublic Money getBaseTotal()
getBaseTotal in interface ShoppingCartLinepublic Money getDiscountedPrice()
getDiscountedPrice in interface ShoppingCartLinepublic void setDiscountedPrice(Money discountedPrice)
setDiscountedPrice in interface ShoppingCartLinediscountedPrice, - the price as discountedpublic ArrayList getDiscountPresentations()
getDiscountPresentations in interface ShoppingCartLinepublic void setDiscountPresentations(ArrayList discountPresentations)
setDiscountPresentations in interface ShoppingCartLinediscountPresentations, - an ArrayList of DiscountDescription objects
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||