org.apache.jetspeed.serializer.objects
Class JSProfilingRule

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

public class JSProfilingRule
extends java.lang.Object

Import ProfilingRule whatever org.apache.jetspeed.profile.RuleImpl ...

Version:
$Id: $
Author:
David Sean Taylor

Constructor Summary
JSProfilingRule()
           
 
Method Summary
 JSRuleCriterions getCriterions()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 boolean isStandardRule()
           
 void setCriterions(JSRuleCriterions criterions)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 void setStandardRule(boolean standard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSProfilingRule

public JSProfilingRule()
Method Detail

isStandardRule

public boolean isStandardRule()

setStandardRule

public void setStandardRule(boolean standard)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getCriterions

public JSRuleCriterions getCriterions()
Returns:
Returns the criterions.

setCriterions

public void setCriterions(JSRuleCriterions criterions)
Parameters:
criterions - The criterions to set.


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.