org.apache.jetspeed.om
Interface SecurityReference

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
BaseSecurityReference

public interface SecurityReference
extends Serializable, Cloneable

SecurityReference

Version:
$Id: SecurityReference.java 516448 2007-03-09 16:25:47Z ate $
Author:
Paul Spencer

Method Summary
 Object clone()
          Create a clone of this object
 String getParent()
          Getter for property parent.
 void setParent(String parent)
          Setter for property parent.
 

Method Detail

getParent

String getParent()
Getter for property parent.

Returns:
Value of property parent.

setParent

void setParent(String parent)
Setter for property parent.

Parameters:
parent - New value of property parent.

clone

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

Throws:
CloneNotSupportedException


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