net.sourceforge.fixagora.sap.client.model.editor
Class SAPTradeCaptureCellValue

java.lang.Object
  extended by net.sourceforge.fixagora.sap.client.model.editor.SAPTradeCaptureCellValue

public class SAPTradeCaptureCellValue
extends java.lang.Object

The Class SAPTradeCaptureCellValue.


Constructor Summary
SAPTradeCaptureCellValue(java.lang.String value, java.lang.String additionalInfo)
          Instantiates a new sAP trade capture cell value.
SAPTradeCaptureCellValue(java.lang.String value, java.lang.String additionalInfo, java.awt.Color color)
          Instantiates a new sAP trade capture cell value.
 
Method Summary
 java.lang.String getAdditionalInfo()
          Gets the additional info.
 java.awt.Color getColor()
          Gets the color.
 java.lang.String getValue()
          Gets the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAPTradeCaptureCellValue

public SAPTradeCaptureCellValue(java.lang.String value,
                                java.lang.String additionalInfo)
Instantiates a new sAP trade capture cell value.

Parameters:
value - the value
additionalInfo - the additional info

SAPTradeCaptureCellValue

public SAPTradeCaptureCellValue(java.lang.String value,
                                java.lang.String additionalInfo,
                                java.awt.Color color)
Instantiates a new sAP trade capture cell value.

Parameters:
value - the value
additionalInfo - the additional info
color - the color
Method Detail

getColor

public java.awt.Color getColor()
Gets the color.

Returns:
the color

getValue

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

Returns:
the value

getAdditionalInfo

public java.lang.String getAdditionalInfo()
Gets the additional info.

Returns:
the additional info