org.figure8.join.services.remoting.beans
Class RemoteParameter

java.lang.Object
  extended by org.figure8.join.services.remoting.beans.RemoteParameter
All Implemented Interfaces:
java.io.Serializable

public class RemoteParameter
extends java.lang.Object
implements java.io.Serializable

This is a thin bean used for representing a configuration Parameter. Such parameters may be used by Configurable objects.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
RemoteParameter(java.lang.String name, java.lang.String value)
          Creates a new instance of RemoteParameter with mandatory attributes.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteParameter

public RemoteParameter(java.lang.String name,
                       java.lang.String value)
Creates a new instance of RemoteParameter with mandatory attributes.

Parameters:
name - The name of this parameter
value - The value of this parameter
Method Detail

getName

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

getValue

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


Copyright © 2005-2008 Join. All Rights Reserved.