net.sourceforge.fixagora.basis.client.model.message
Class FIXFieldValue

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.model.message.FIXFieldValue

public class FIXFieldValue
extends java.lang.Object

The Class FIXFieldValue.


Constructor Summary
FIXFieldValue(java.lang.String value, java.lang.String description)
          Instantiates a new fIX field value.
 
Method Summary
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getValue()
          Gets the value.
 void setDescription(java.lang.String description)
          Sets the description.
 void setValue(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIXFieldValue

public FIXFieldValue(java.lang.String value,
                     java.lang.String description)
Instantiates a new fIX field value.

Parameters:
value - the value
description - the description
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

setValue

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

Parameters:
value - the new value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object