|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.profiler.rules.impl.RuleCriterionImpl
public class RuleCriterionImpl
RuleCriterionImpl
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.profiler.rules.RuleCriterion |
---|
FALLBACK_CONTINUE, FALLBACK_LOOP, FALLBACK_STOP |
Constructor Summary | |
---|---|
RuleCriterionImpl()
|
|
RuleCriterionImpl(RuleCriterion master)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
two objects of type RuleCriterion should be considered equal if their name and type are the same |
int |
getFallbackOrder()
Sets the fallback order for this criterion. |
int |
getFallbackType()
Gets the fallback type for this criterion. |
java.lang.String |
getName()
Gets the name of the parameter, attribute or property in the portal request. |
java.lang.String |
getRuleId()
Gets the unique rule identifier for the associated owner rule |
java.lang.String |
getType()
Gets the rule request type for this specific criterion. |
java.lang.String |
getValue()
Gets the value of the parameter, attribute or property in the portal request. |
void |
setFallbackOrder(int i)
Gets the fallback order for this criterion. |
void |
setFallbackType(int i)
Sets the fallback type for this criterion. |
void |
setName(java.lang.String name)
Sets the name of the parameter, attribute or property in the portal request. |
void |
setRuleId(java.lang.String ruleId)
Sets the unique rule identifier for the associated owner rule |
void |
setType(java.lang.String type)
Sets the rule request type for this specific criterion. |
void |
setValue(java.lang.String value)
Sets the value of the parameter, attribute or property in the portal request. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleCriterionImpl()
public RuleCriterionImpl(RuleCriterion master)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getType()
RuleCriterion
getType
in interface RuleCriterion
public void setType(java.lang.String type)
RuleCriterion
setType
in interface RuleCriterion
public java.lang.String getName()
RuleCriterion
getName
in interface RuleCriterion
public void setName(java.lang.String name)
RuleCriterion
setName
in interface RuleCriterion
public java.lang.String getRuleId()
RuleCriterion
getRuleId
in interface RuleCriterion
public void setRuleId(java.lang.String ruleId)
RuleCriterion
setRuleId
in interface RuleCriterion
public int getFallbackOrder()
RuleCriterion
getFallbackOrder
in interface RuleCriterion
public java.lang.String getValue()
RuleCriterion
getValue
in interface RuleCriterion
public void setFallbackOrder(int i)
RuleCriterion
setFallbackOrder
in interface RuleCriterion
i
- The fallback order for this criterion.public void setValue(java.lang.String value)
RuleCriterion
setValue
in interface RuleCriterion
public int getFallbackType()
RuleCriterion
getFallbackType
in interface RuleCriterion
public void setFallbackType(int i)
RuleCriterion
setFallbackType
in interface RuleCriterion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |