org.apache.jetspeed.serializer.objects
Class JSRuleCriterion

java.lang.Object
  extended by org.apache.jetspeed.serializer.objects.JSRuleCriterion

public class JSRuleCriterion
extends java.lang.Object


Constructor Summary
JSRuleCriterion()
           
JSRuleCriterion(RuleCriterion c)
           
 
Method Summary
 int getFallBackOrder()
           
 int getFallBackType()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setFallBackOrder(int fallBackOrder)
           
 void setFallBackType(int fallBackType)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSRuleCriterion

public JSRuleCriterion()

JSRuleCriterion

public JSRuleCriterion(RuleCriterion c)
Method Detail

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.