net.sourceforge.fixagora.basis.shared.model.persistence
Class SpreadSheetFIXField

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetFIXField
All Implemented Interfaces:
java.io.Serializable

@Entity
public class SpreadSheetFIXField
extends java.lang.Object
implements java.io.Serializable

The Class SpreadSheetFIXField.

See Also:
Serialized Form

Nested Class Summary
static class SpreadSheetFIXField.ValueType
          The Enum ValueType.
 
Constructor Summary
SpreadSheetFIXField()
           
 
Method Summary
 SpreadSheetFIXFieldMap getFixFieldMap()
          Gets the fix field map.
 java.lang.String getFixName()
          Gets the fix name.
 java.lang.Integer getFixNumber()
          Gets the fix number.
 long getId()
          Gets the id.
 java.lang.Boolean getKeyValue()
          Gets the key value.
 java.lang.Integer getSpreadColumn()
          Gets the spread column.
 SpreadSheetFIXField.ValueType getValueType()
          Gets the value type.
 void setFixFieldMap(SpreadSheetFIXFieldMap fixFieldMap)
          Sets the fix field map.
 void setFixName(java.lang.String fixName)
          Sets the fix name.
 void setFixNumber(java.lang.Integer fixNumber)
          Sets the fix number.
 void setId(long id)
          Sets the id.
 void setKeyValue(java.lang.Boolean keyValue)
          Sets the key value.
 void setSpreadColumn(java.lang.Integer spreadColumn)
          Sets the spread column.
 void setValueType(SpreadSheetFIXField.ValueType valueType)
          Sets the value type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetFIXField

public SpreadSheetFIXField()
Method Detail

getFixName

public java.lang.String getFixName()
Gets the fix name.

Returns:
the fix name

setFixName

public void setFixName(java.lang.String fixName)
Sets the fix name.

Parameters:
fixName - the new fix name

getFixFieldMap

public SpreadSheetFIXFieldMap getFixFieldMap()
Gets the fix field map.

Returns:
the fix field map

setFixFieldMap

public void setFixFieldMap(SpreadSheetFIXFieldMap fixFieldMap)
Sets the fix field map.

Parameters:
fixFieldMap - the new fix field map

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getFixNumber

public java.lang.Integer getFixNumber()
Gets the fix number.

Returns:
the fix number

setFixNumber

public void setFixNumber(java.lang.Integer fixNumber)
Sets the fix number.

Parameters:
fixNumber - the new fix number

getKeyValue

public java.lang.Boolean getKeyValue()
Gets the key value.

Returns:
the key value

setKeyValue

public void setKeyValue(java.lang.Boolean keyValue)
Sets the key value.

Parameters:
keyValue - the new key value

getSpreadColumn

public java.lang.Integer getSpreadColumn()
Gets the spread column.

Returns:
the spread column

setSpreadColumn

public void setSpreadColumn(java.lang.Integer spreadColumn)
Sets the spread column.

Parameters:
spreadColumn - the new spread column

getValueType

public SpreadSheetFIXField.ValueType getValueType()
Gets the value type.

Returns:
the value type

setValueType

public void setValueType(SpreadSheetFIXField.ValueType valueType)
Sets the value type.

Parameters:
valueType - the new value type