SALT.assessment
Class XtraInfo

java.lang.Object
  extended by SALT.assessment.XtraInfo

public class XtraInfo
extends java.lang.Object

Provides getters and setters for a XtraInfo.


Constructor Summary
XtraInfo(java.lang.String name, java.lang.String value)
          Constructs a XtraInfo with the specified name and value.
 
Method Summary
 java.lang.String getName()
          Returns the name of the XtraInfo.
 java.lang.String getValue()
          Returns the value of the XtraInfo.
 void setName(java.lang.String name)
          Sets the name of the XtraInfo.
 void setValue(java.lang.String value)
          Sets the value of the XtraInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtraInfo

public XtraInfo(java.lang.String name,
                java.lang.String value)
Constructs a XtraInfo with the specified name and value.

Parameters:
name -
value -
Method Detail

getName

public java.lang.String getName()
Returns the name of the XtraInfo.

Returns:

setName

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

Parameters:
name -

getValue

public java.lang.String getValue()
Returns the value of the XtraInfo.

Returns:

setValue

public void setValue(java.lang.String value)
Sets the value of the XtraInfo.

Parameters:
value -