net.sourceforge.fixagora.basis.server.control.spreadsheet
Class FIXCheckEntry

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.FIXCheckEntry

public class FIXCheckEntry
extends java.lang.Object

The Class FIXCheckEntry.


Constructor Summary
FIXCheckEntry(int column, java.lang.Object value, boolean key)
          Instantiates a new fIX check entry.
 
Method Summary
 int getColumn()
          Gets the column.
 java.lang.Object getValue()
          Gets the value.
 boolean isKey()
          Checks if is key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXCheckEntry

public FIXCheckEntry(int column,
                     java.lang.Object value,
                     boolean key)
Instantiates a new fIX check entry.

Parameters:
column - the column
value - the value
key - the key
Method Detail

isKey

public boolean isKey()
Checks if is key.

Returns:
true, if is key

getColumn

public int getColumn()
Gets the column.

Returns:
the column

getValue

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

Returns:
the value