|
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.bea.commerce.ebusiness.price.service.Line
@Deprecated public class Line
This class represents some quantity of a ProductItem. Instances of the class are used as input to the Price service. Each Line item may be adorned with a List of DiscountPresentation objects corresponding to adjustments applied to the price of the Line.
PriceService,
PricingReply,
PricingRequest,
PricingRequestImpl,
DiscountPresentation,
ProductItem,
Serialized Form| Constructor Summary | |
|---|---|
Line(ProductItem item,
double quantity)
Deprecated Constructs a new Line with the speicified quantity and ProductItem. |
|
| Method Summary | |
|---|---|
List |
getDiscountDescriptions()
Deprecated Retrieves a List of DiscountPresentation objects corresponding to price adjustments applied to the Line. |
ProductItem |
getProductItem()
Deprecated Retrieves the ProductItem for the Line. |
double |
getQuantity()
Deprecated Retrieves the quantity for the Line. |
Money |
getTotal()
Deprecated Retrieves the total price for the Line. |
void |
set(ProductItem item,
double quantity)
Deprecated Intializes the Line with specified values. |
void |
setDiscountDescriptions(List descriptions)
Deprecated Sets the List of DiscountPresentation objects for the Line. |
void |
setProductItem(ProductItem item)
Deprecated Sets the ProductItem for the Line. |
void |
setQuantity(double quantity)
Deprecated Sets the quantity for the Line. |
void |
setTotal(Money lineTotal)
Deprecated Sets the total price for the Line. |
String |
toString()
Deprecated Produces a string representing the data values for this Line. |
static String |
toString(Line[] lines)
Deprecated Produces a string representation of an array of Line items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Line(ProductItem item,
double quantity)
item - the ProductItem for the Line.quantity - the quantity of the ProductItem.ProductItem| Method Detail |
|---|
public void set(ProductItem item,
double quantity)
item - the ProductItem for the Line.quantity - the quantity of the ProductItem.ProductItempublic ProductItem getProductItem()
ProductItempublic void setProductItem(ProductItem item)
ProductItempublic double getQuantity()
public void setQuantity(double quantity)
public Money getTotal()
public void setTotal(Money lineTotal)
public List getDiscountDescriptions()
DiscountPresentationpublic void setDiscountDescriptions(List descriptions)
descriptions - a List of DiscountPresentation objectsDiscountPresentationpublic String toString()
toString in class Objectpublic static String toString(Line[] lines)
|
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 | ||||||||