|
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.engine.SelectionRule
public class SelectionRule
Field Summary | |
---|---|
static String |
cName
|
static int |
LONG
|
static int |
SHORT
|
Constructor Summary | |
---|---|
SelectionRule(QualificationDiscountId id,
DiscountRule ruleXML,
RuleType type,
List qualifierSpecs,
List targetSpecs)
Use this constructor if the qualifier is NOT set based |
|
SelectionRule(QualificationDiscountId id,
DiscountRule ruleXML,
RuleType type,
List qualifierSpecs,
List targetSpecs,
int setLimit)
Use this constructor if the qualifier is set based |
Method Summary | |
---|---|
boolean |
eachQualifier()
|
QualificationDiscountId |
getID()
|
List |
getQualifierSpecs()
valid for order rules only |
DiscountRule |
getRule()
|
String |
getRuleString()
|
int |
getSetLimit()
valid for item rules only |
List |
getTargetSpecs()
|
RuleType |
getType()
|
boolean |
isSet()
valid for item rules only |
String |
toString()
|
String |
toString(int control)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String cName
public static final int SHORT
public static final int LONG
Constructor Detail |
---|
public SelectionRule(QualificationDiscountId id, DiscountRule ruleXML, RuleType type, List qualifierSpecs, List targetSpecs)
public SelectionRule(QualificationDiscountId id, DiscountRule ruleXML, RuleType type, List qualifierSpecs, List targetSpecs, int setLimit)
Method Detail |
---|
public RuleType getType()
public boolean eachQualifier()
public int getSetLimit()
public boolean isSet()
public List getQualifierSpecs()
public List getTargetSpecs()
public QualificationDiscountId getID()
public DiscountRule getRule()
public String getRuleString()
public String toString()
toString
in class Object
public String toString(int control)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |