org.apache.jetspeed.om
Class BaseSecurityReference

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

public class BaseSecurityReference
extends java.lang.Object
implements SecurityReference

BaseSecurityReference

Version:
$Id: BaseSecurityReference.java,v 1.4 2004/02/23 03:14:32 jford Exp $
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
Throws:
java.lang.CloneNotSupportedException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.