org.apache.jetspeed.serializer.objects
Class JSPrincipalRule

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

public class JSPrincipalRule
extends java.lang.Object


Constructor Summary
JSPrincipalRule()
           
JSPrincipalRule(java.lang.String locator, java.lang.String rule)
           
 
Method Summary
 java.lang.String getLocator()
           
 java.lang.String getRule()
           
 void setLocator(java.lang.String locator)
           
 void setRule(java.lang.String rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPrincipalRule

public JSPrincipalRule()

JSPrincipalRule

public JSPrincipalRule(java.lang.String locator,
                       java.lang.String rule)
Method Detail

getLocator

public java.lang.String getLocator()
Returns:
Returns the locator.

setLocator

public void setLocator(java.lang.String locator)
Parameters:
locator - The locator to set.

getRule

public java.lang.String getRule()
Returns:
Returns the rule.

setRule

public void setRule(java.lang.String rule)
Parameters:
rule - The rule to set.


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