|
Copyright © 2006 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.AdjustmentType
@Deprecated public final class AdjustmentType
Specifies the available adjustment types. Only one object of each type exists.
| Field Summary | |
|---|---|
static AdjustmentType |
BASE_PRICE
Deprecated See BEA Commerce product offering |
static int |
I_BASE_PRICE
Deprecated See BEA Commerce product offering |
static int |
I_ITEM_TAX
Deprecated See BEA Commerce product offering |
static int |
I_LINE_DISCOUNT
Deprecated See BEA Commerce product offering |
static int |
I_ORDER_DISCOUNT
Deprecated See BEA Commerce product offering |
static int |
I_ORDER_TAX
Deprecated See BEA Commerce product offering |
static int |
I_SHIPPING
Deprecated See BEA Commerce product offering |
static int |
I_SHIPPING_BASE_PRICE
Deprecated See BEA Commerce product offering |
static int |
I_SHIPPING_DISCOUNT
Deprecated See BEA Commerce product offering |
static AdjustmentType |
ITEM_TAX
Deprecated See BEA Commerce product offering |
static AdjustmentType |
LINE_DISCOUNT
Deprecated See BEA Commerce product offering |
static AdjustmentType |
ORDER_DISCOUNT
Deprecated See BEA Commerce product offering |
static AdjustmentType |
ORDER_TAX
Deprecated See BEA Commerce product offering |
static String |
S_BASE_PRICE
Deprecated See BEA Commerce product offering |
static String |
S_ITEM_TAX
Deprecated See BEA Commerce product offering |
static String |
S_LINE_DISCOUNT
Deprecated See BEA Commerce product offering |
static String |
S_ORDER_DISCOUNT
Deprecated See BEA Commerce product offering |
static String |
S_ORDER_TAX
Deprecated See BEA Commerce product offering |
static String |
S_SHIPPING
Deprecated See BEA Commerce product offering |
static String |
S_SHIPPING_BASE_PRICE
Deprecated See BEA Commerce product offering |
static String |
S_SHIPPING_DISCOUNT
Deprecated See BEA Commerce product offering |
static AdjustmentType |
SHIPPING
Deprecated See BEA Commerce product offering |
static AdjustmentType |
SHIPPING_BASE_PRICE
Deprecated See BEA Commerce product offering |
static AdjustmentType |
SHIPPING_DISCOUNT
Deprecated See BEA Commerce product offering |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Deprecated See BEA Commerce product offering |
int |
getInt()
Deprecated See BEA Commerce product offering |
static AdjustmentType |
getObject(String token)
Deprecated See BEA Commerce product offering |
String |
getString()
Deprecated See BEA Commerce product offering |
int |
hashCode()
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int I_LINE_DISCOUNT
public static final int I_ORDER_DISCOUNT
public static final int I_SHIPPING
public static final int I_SHIPPING_DISCOUNT
public static final int I_ITEM_TAX
public static final int I_ORDER_TAX
public static final int I_BASE_PRICE
public static final int I_SHIPPING_BASE_PRICE
public static final AdjustmentType LINE_DISCOUNT
public static final AdjustmentType ORDER_DISCOUNT
public static final AdjustmentType SHIPPING
public static final AdjustmentType SHIPPING_DISCOUNT
public static final AdjustmentType ITEM_TAX
public static final AdjustmentType ORDER_TAX
public static final AdjustmentType BASE_PRICE
public static final AdjustmentType SHIPPING_BASE_PRICE
public static final String S_LINE_DISCOUNT
public static final String S_ORDER_DISCOUNT
public static final String S_SHIPPING
public static final String S_SHIPPING_DISCOUNT
public static final String S_ITEM_TAX
public static final String S_ORDER_TAX
public static final String S_BASE_PRICE
public static final String S_SHIPPING_BASE_PRICE
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getString()
public int getInt()
public static AdjustmentType getObject(String token)
token - a string to match to a AdjustmentType object
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||