|
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.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 object for the LINE_DISCOUNT type |
static int |
I_BASE_PRICE
Deprecated integer representing the BASE_PRICE type |
static int |
I_ITEM_TAX
Deprecated integer representing the ITEM_TAX type |
static int |
I_LINE_DISCOUNT
Deprecated integer representing the LINE_DISCOUNT type |
static int |
I_ORDER_DISCOUNT
Deprecated integer representing the ORDER_DISCOUNT type |
static int |
I_ORDER_TAX
Deprecated integer representing the ORDER_TAX type |
static int |
I_SHIPPING
Deprecated integer representing the SHIPPING type |
static int |
I_SHIPPING_BASE_PRICE
Deprecated integer representing the SHIPPING_BASE_PRICE type |
static int |
I_SHIPPING_DISCOUNT
Deprecated integer representing the SHIPPING_DISCOUNT type |
static AdjustmentType |
ITEM_TAX
Deprecated object for the LINE_DISCOUNT type |
static AdjustmentType |
LINE_DISCOUNT
Deprecated object for the LINE_DISCOUNT type |
static AdjustmentType |
ORDER_DISCOUNT
Deprecated object for the LINE_DISCOUNT type |
static AdjustmentType |
ORDER_TAX
Deprecated object for the LINE_DISCOUNT type |
static String |
S_BASE_PRICE
Deprecated string representing the BASE_PRICE type |
static String |
S_ITEM_TAX
Deprecated string representing the ITEM_TAX type |
static String |
S_LINE_DISCOUNT
Deprecated string representing the LINE_DISCOUNT type |
static String |
S_ORDER_DISCOUNT
Deprecated string representing the ORDER_DISCOUNT type |
static String |
S_ORDER_TAX
Deprecated string representing the ORDER_TAX type |
static String |
S_SHIPPING
Deprecated string representing the SHIPPING type |
static String |
S_SHIPPING_BASE_PRICE
Deprecated string representing the SHIPPING_BASE_PRICE type |
static String |
S_SHIPPING_DISCOUNT
Deprecated string representing the SHIPPING_DISCOUNT type |
static AdjustmentType |
SHIPPING
Deprecated object for the LINE_DISCOUNT type |
static AdjustmentType |
SHIPPING_BASE_PRICE
Deprecated object for the LINE_DISCOUNT type |
static AdjustmentType |
SHIPPING_DISCOUNT
Deprecated object for the LINE_DISCOUNT type |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Deprecated Compares the specified object to this object. |
int |
getInt()
Deprecated Returns the string value for this instance. |
static AdjustmentType |
getObject(String token)
Deprecated |
String |
getString()
Deprecated Returns the string value for this instance. |
int |
hashCode()
Deprecated Returns a hashcode value for the object. |
String |
toString()
Deprecated Returns a string value and the class name for the instance. |
| 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 © 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 | ||||||||