net.sf.ginp
Class CommandParameter

java.lang.Object
  extended by net.sf.ginp.CommandParameter

public class CommandParameter
extends java.lang.Object

Class to represent a Command parameter.

Version:
$Revision: 264 $
Author:
Doug Culnane

Constructor Summary
CommandParameter(java.lang.String cmdName, java.lang.String cmdValue)
          Constructor for the CommandParameter object requiring a name and value.
 
Method Summary
 java.lang.String getName()
          Gets the name attribute of the CommandParameter
 java.lang.Object getObject()
           
 java.lang.String getValue()
          Gets the value attribute of the CommandParameter
 void setObject(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandParameter

public CommandParameter(java.lang.String cmdName,
                        java.lang.String cmdValue)
Constructor for the CommandParameter object requiring a name and value.

Parameters:
cmdName - Name to identify the Command parameter.
cmdValue - Value of the conmand parameter.
Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the CommandParameter

Returns:
The Command Parameter's name

getValue

public java.lang.String getValue()
Gets the value attribute of the CommandParameter

Returns:
he Command Parameter's value

setObject

public void setObject(java.lang.Object object)

getObject

public java.lang.Object getObject()


Copyright © 2004-2007 null. All Rights Reserved.