org.apache.jetspeed.om.profile.psml
Class PsmlParameter

java.lang.Object
  extended byorg.apache.jetspeed.om.profile.psml.PsmlParameter
All Implemented Interfaces:
java.lang.Cloneable, Parameter, java.io.Serializable

public class PsmlParameter
extends java.lang.Object
implements Parameter, java.io.Serializable

Bean like implementation of the Parameter interface suitable for Castor serialization.

Version:
$Id: PsmlParameter.java,v 1.6 2004/02/23 03:02:54 jford Exp $
Author:
David Sean Taylor
See Also:
org.apache.jetspeed.om.registry.PsmlParameter, Serialized Form

Constructor Summary
PsmlParameter()
           
 
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 parameter name
 void setSecurityRef(SecurityReference securityRef)
          Setter for property securityRef.
 void setValue(java.lang.String value)
          Sets the value of the param
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsmlParameter

public PsmlParameter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Parameter
Returns:
the name of the parameter

setName

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

Specified by:
setName in interface Parameter
Parameters:
name - the parmeter name

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Parameter
Returns:
the value of the parameter

setValue

public void setValue(java.lang.String value)
Description copied from interface: Parameter
Sets the value of the param

Specified by:
setValue in interface Parameter
Parameters:
value - the parameter value

getSecurityRef

public SecurityReference getSecurityRef()
Getter for property securityRef.

Specified by:
getSecurityRef in interface Parameter
Returns:
Value of property securityRef.

setSecurityRef

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

Specified by:
setSecurityRef in interface Parameter
Parameters:
securityRef - New value of property securityRef.

clone

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

Specified by:
clone in interface Parameter
Throws:
java.lang.CloneNotSupportedException


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