|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.ebusiness.discount.mgmt.RuleType
This class represents the two types of discount rules
QualificationDiscountDef
Field Summary | |
static int |
I_ITEM
The integer value for the item instance |
static int |
I_ORDER
The integer value for the item instance |
static RuleType |
ITEM
the item instance |
static RuleType |
ORDER
the order instance |
static java.lang.String |
S_ITEM
The string value for the item instance |
static java.lang.String |
S_ORDER
The string value for the order instance |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object to this object. |
int |
getInt()
Returns the string value for this instance. |
static RuleType |
getObject(java.lang.String token)
|
java.lang.String |
getString()
Returns the string value for this instance. |
int |
hashCode()
Returns a hashcode value for the object. |
java.lang.String |
toString()
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_ITEM
public static final int I_ORDER
public static final RuleType ITEM
public static final RuleType ORDER
public static final java.lang.String S_ITEM
public static final java.lang.String S_ORDER
Method Detail |
public java.lang.String toString()
public java.lang.String getString()
public int getInt()
public static RuleType getObject(java.lang.String token)
token
- a string to match to a RuleType objectpublic boolean equals(java.lang.Object object)
public int hashCode()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |