org.apache.jetspeed.serializer.objects
Class JSRuleCriterion
java.lang.Object
org.apache.jetspeed.serializer.objects.JSRuleCriterion
public class JSRuleCriterion
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSRuleCriterion
public JSRuleCriterion()
JSRuleCriterion
public JSRuleCriterion(RuleCriterion c)
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getFallBackOrder
public int getFallBackOrder()
- Returns:
- Returns the fallBackOrder.
setFallBackOrder
public void setFallBackOrder(int fallBackOrder)
- Parameters:
fallBackOrder
- The fallBackOrder to set.
getFallBackType
public int getFallBackType()
- Returns:
- Returns the fallBackType.
setFallBackType
public void setFallBackType(int fallBackType)
- Parameters:
fallBackTye
- The fallBackType to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.