|
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.discount.mgmt.RuleType
@Deprecated public final class RuleType
This class represents the two types of discount rules
QualificationDiscountDef| Field Summary | |
|---|---|
static int |
I_ITEM
Deprecated See BEA Commerce product offering |
static int |
I_ORDER
Deprecated See BEA Commerce product offering |
static RuleType |
ITEM
Deprecated See BEA Commerce product offering |
static RuleType |
ORDER
Deprecated See BEA Commerce product offering |
static String |
S_ITEM
Deprecated See BEA Commerce product offering |
static String |
S_ORDER
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 RuleType |
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_ITEM
public static final int I_ORDER
public static final RuleType ITEM
public static final RuleType ORDER
public static final String S_ITEM
public static final String S_ORDER
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getString()
public int getInt()
public static RuleType getObject(String token)
token - a string to match to a RuleType 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 | ||||||||