org.apache.jetspeed.om
Class BaseSecurityReference

java.lang.Object
  extended by org.apache.jetspeed.om.BaseSecurityReference
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, SecurityReference

public class BaseSecurityReference
extends java.lang.Object
implements SecurityReference

BaseSecurityReference

Version:
$Id: BaseSecurityReference.java 516448 2007-03-09 16:25:47Z ate $
Author:
Paul Spencer
See Also:
Serialized Form

Constructor Summary
BaseSecurityReference()
          Creates new BaseSecurityReference
 
Method Summary
 java.lang.Object clone()
          Create a clone of this object
 java.lang.String getParent()
          Getter for property parent.
 void setParent(java.lang.String parent)
          Setter for property parent.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSecurityReference

public BaseSecurityReference()
Creates new BaseSecurityReference

Method Detail

getParent

public java.lang.String getParent()
Getter for property parent.

Specified by:
getParent in interface SecurityReference
Returns:
Value of property parent.

setParent

public void setParent(java.lang.String parent)
Setter for property parent.

Specified by:
setParent in interface SecurityReference
Parameters:
parent - New value of property parent.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Create a clone of this object

Specified by:
clone in interface SecurityReference
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


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