com.armatiek.infofuze.source
Class Parameter

java.lang.Object
  extended by com.armatiek.infofuze.source.Parameter

public class Parameter
extends java.lang.Object

Represents a name/value pair parameter.

Author:
Maarten Kroon

Constructor Summary
Parameter(java.lang.Object name, java.lang.Object value)
           
 
Method Summary
 java.lang.Object getName()
          Returns the name of the parameter.
 java.lang.Object getValue()
          Returns the value of the parameter.
 void setName(java.lang.Object name)
          Sets the name of the parameter.
 void setValue(java.lang.Object value)
          Sets the value of the parameter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(java.lang.Object name,
                 java.lang.Object value)
Method Detail

getName

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


setName

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


getValue

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


setValue

public void setValue(java.lang.Object value)
Sets the value of the parameter.