org.apache.jetspeed.profiler.rules.impl
Class PrincipalRuleImpl

java.lang.Object
  extended by org.apache.jetspeed.profiler.rules.impl.PrincipalRuleImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.profiler.rules.PrincipalRule

public class PrincipalRuleImpl
extends Object
implements org.apache.jetspeed.profiler.rules.PrincipalRule

PrincipalRuleImpl

Version:
$Id: PrincipalRuleImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
private  String locatorName
           
private  String principalName
           
private  org.apache.jetspeed.profiler.rules.ProfilingRule profilingRule
           
private  String ruleId
           
 
Constructor Summary
PrincipalRuleImpl()
           
 
Method Summary
 String getLocatorName()
           
 String getPrincipalName()
           
 org.apache.jetspeed.profiler.rules.ProfilingRule getProfilingRule()
           
 void setLocatorName(String locatorName)
           
 void setPrincipalName(String name)
           
 void setProfilingRule(org.apache.jetspeed.profiler.rules.ProfilingRule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principalName

private String principalName

ruleId

private String ruleId

profilingRule

private org.apache.jetspeed.profiler.rules.ProfilingRule profilingRule

locatorName

private String locatorName
Constructor Detail

PrincipalRuleImpl

public PrincipalRuleImpl()
Method Detail

getPrincipalName

public String getPrincipalName()
Specified by:
getPrincipalName in interface org.apache.jetspeed.profiler.rules.PrincipalRule

setPrincipalName

public void setPrincipalName(String name)
Specified by:
setPrincipalName in interface org.apache.jetspeed.profiler.rules.PrincipalRule

getProfilingRule

public org.apache.jetspeed.profiler.rules.ProfilingRule getProfilingRule()
Specified by:
getProfilingRule in interface org.apache.jetspeed.profiler.rules.PrincipalRule

setProfilingRule

public void setProfilingRule(org.apache.jetspeed.profiler.rules.ProfilingRule rule)
Specified by:
setProfilingRule in interface org.apache.jetspeed.profiler.rules.PrincipalRule

getLocatorName

public String getLocatorName()
Specified by:
getLocatorName in interface org.apache.jetspeed.profiler.rules.PrincipalRule
Returns:
Returns the locatorName.

setLocatorName

public void setLocatorName(String locatorName)
Specified by:
setLocatorName in interface org.apache.jetspeed.profiler.rules.PrincipalRule
Parameters:
locatorName - The locatorName to set.


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