org.apache.jetspeed.om
Class BaseSecurityReference

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

public class BaseSecurityReference
extends Object
implements SecurityReference

BaseSecurityReference

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

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

Field Detail

parent

private String parent
Holds value of property parent.

Constructor Detail

BaseSecurityReference

public BaseSecurityReference()
Creates new BaseSecurityReference

Method Detail

getParent

public String getParent()
Getter for property parent.

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

setParent

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

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

clone

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

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


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