org.apache.jetspeed.om.profile
Interface Parameter

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
PsmlParameter

public interface Parameter
extends java.lang.Cloneable

Interface for parameters in psml

Version:
$Id: Parameter.java,v 1.5 2004/02/23 03:05:01 jford Exp $
Author:
David Sean Taylor

Method Summary
 java.lang.Object clone()
          Create a clone of this object
 java.lang.String getName()
           
 SecurityReference getSecurityRef()
          Getter for property securityRef.
 java.lang.String getValue()
           
 void setName(java.lang.String name)
          Sets the name of this parameter
 void setSecurityRef(SecurityReference securityRef)
          Setter for property securityRef.
 void setValue(java.lang.String value)
          Sets the value of the param
 

Method Detail

getName

public java.lang.String getName()
Returns:
name the name of the parameter

setName

public void setName(java.lang.String name)
Sets the name of this parameter

Parameters:
name - the parameter name

getValue

public java.lang.String getValue()
Returns:
the value of the parameter

setValue

public void setValue(java.lang.String value)
Sets the value of the param

Parameters:
value - the value of the param

getSecurityRef

public SecurityReference getSecurityRef()
Getter for property securityRef.

Returns:
Value of property securityRef.

setSecurityRef

public void setSecurityRef(SecurityReference securityRef)
Setter for property securityRef.

Parameters:
securityRef - New value of property securityRef.

clone

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

Throws:
java.lang.CloneNotSupportedException


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