Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.common.align.io.impl.internal
Class ParameterValue

java.lang.Object
  extended by eu.esdihumboldt.hale.common.align.io.impl.internal.ParameterValue

public class ParameterValue
extends Object

Combines a parameter name and value

Author:
Simon Templer

Constructor Summary
ParameterValue()
          Default constructor
ParameterValue(String name, String value)
          Creates a parameter value an initializes it with the given name and value
 
Method Summary
 String getName()
          Get the parameter name
 String getValue()
          Get the parameter value
 void setName(String name)
          Set the parameter name
 void setValue(String value)
          Set the parameter value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterValue

public ParameterValue()
Default constructor


ParameterValue

public ParameterValue(String name,
                      String value)
Creates a parameter value an initializes it with the given name and value

Parameters:
name - the parameter name
value - the parameter value
Method Detail

getName

public String getName()
Get the parameter name

Returns:
the name

setName

public void setName(String name)
Set the parameter name

Parameters:
name - the name to set

getValue

public String getValue()
Get the parameter value

Returns:
the value

setValue

public void setValue(String value)
Set the parameter value

Parameters:
value - the value to set

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d