org.apache.jetspeed.serializer.objects
Class JSPrincipalRule

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

public class JSPrincipalRule
extends Object


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

Field Detail

locator

private String locator

rule

private String rule

XML

private static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSPrincipalRule

public JSPrincipalRule()

JSPrincipalRule

public JSPrincipalRule(String locator,
                       String rule)
Method Detail

getLocator

public String getLocator()
Returns:
Returns the locator.

setLocator

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

getRule

public String getRule()
Returns:
Returns the rule.

setRule

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


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