|
Copyright © 2008 BEA Systems, Inc. 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.quote.Adjustment
com.bea.commerce.ebusiness.price.quote.LineAdjustment
@Deprecated public class LineAdjustment
A LineAdjustment is used to adjust the unit price of some quantity of a LineItem. One AdjustmentDetail is associated with a LineAdjustment and provides a description of the adjustment.
Adjustment,
AdjustmentDetail,
LineItem,
AdjustmentType,
Serialized Form| Field Summary | |
|---|---|
static int |
MAX_DETAILS
Deprecated See BEA Commerce product offering |
| Fields inherited from class com.bea.commerce.ebusiness.price.quote.Adjustment |
|---|
details, isSet, type |
| Constructor Summary | |
|---|---|
protected |
LineAdjustment()
Deprecated See BEA Commerce product offering |
|
LineAdjustment(Money aBasePrice,
LineItem parent)
Deprecated See BEA Commerce product offering |
| Method Summary | |
|---|---|
protected void |
addDetail(AdjustmentDetail aDetail)
Deprecated See BEA Commerce product offering |
protected void |
addDetail(int seqNumber,
int qty,
AdjustmentDetail aDetail)
Deprecated See BEA Commerce product offering |
protected void |
computeAdjustmentAmount()
Deprecated See BEA Commerce product offering |
LineItem |
getParent()
Deprecated See BEA Commerce product offering |
int |
getQuantity()
Deprecated See BEA Commerce product offering |
Money |
getTotal()
Deprecated See BEA Commerce product offering |
protected void |
init()
Deprecated See BEA Commerce product offering |
protected void |
reset()
Deprecated See BEA Commerce product offering |
void |
set(Money aBasePrice,
LineItem parent)
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
static String |
toString(List adjustments)
Deprecated See BEA Commerce product offering |
| Methods inherited from class com.bea.commerce.ebusiness.price.quote.Adjustment |
|---|
checkCurrency, checkCurrency, checkCurrency, getActualPrice, getAdjustmentAmount, getBasePrice, getCurrency, getDetails, getType, markModified, roundBasePrice, set, set, setActualPrice, setAdjustmentAmount, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_DETAILS
| Constructor Detail |
|---|
protected LineAdjustment()
public LineAdjustment(Money aBasePrice,
LineItem parent)
throws QuoteException
QuoteExceptionAdjustmentType| Method Detail |
|---|
public void set(Money aBasePrice,
LineItem parent)
throws QuoteException
QuoteExceptionprotected void init()
init in class Adjustmentprotected void reset()
reset in class Adjustmentprotected void computeAdjustmentAmount()
computeAdjustmentAmount in class Adjustment
protected void addDetail(int seqNumber,
int qty,
AdjustmentDetail aDetail)
throws QuoteException
QuoteExceptionprotected void addDetail(AdjustmentDetail aDetail)
addDetail in class Adjustmentpublic final LineItem getParent()
LineItempublic final int getQuantity()
public final Money getTotal()
public String toString()
toString in class Adjustmentpublic static String toString(List adjustments)
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||