org.apache.jetspeed.serializer.objects
Class JSProfilingRule

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

public class JSProfilingRule
extends Object

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

Version:
$Id: $
Author:
David Sean Taylor

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

Field Detail

id

private String id

standardRule

private boolean standardRule

description

private String description

criterions

JSRuleCriterions criterions

XML

private static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSProfilingRule

public JSProfilingRule()
Method Detail

isStandardRule

public boolean isStandardRule()

setStandardRule

public void setStandardRule(boolean standard)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getId

public String getId()

setId

public void setId(String id)

getCriterions

public JSRuleCriterions getCriterions()
Returns:
Returns the criterions.

setCriterions

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


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