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

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

@Entity
public class SpreadSheetFIXOutputMessage
extends SpreadSheetFIXFieldMap
implements java.io.Serializable

The Class SpreadSheetFIXOutputMessage.

See Also:
Serialized Form

Constructor Summary
SpreadSheetFIXOutputMessage()
           
 
Method Summary
 AbstractBusinessComponent getBusinessComponent()
          Gets the business component.
 java.lang.String getDataDictionary()
          Gets the data dictionary.
 SpreadSheetFIXFieldMap getHeader()
          Gets the header.
 java.lang.String getMessageId()
          Gets the message id.
 java.lang.String getMessageName()
          Gets the message name.
 java.lang.String getSendIf()
          Gets the send if.
 SpreadSheet getSpreadSheet()
          Gets the spread sheet.
 SpreadSheetFIXFieldMap getTrailer()
          Gets the trailer.
 void makeEager()
          Make eager.
 void setBusinessComponent(AbstractBusinessComponent businessComponent)
          Sets the business component.
 void setDataDictionary(java.lang.String dataDictionary)
          Sets the data dictionary.
 void setHeader(SpreadSheetFIXFieldMap header)
          Sets the header.
 void setMessageId(java.lang.String messageId)
          Sets the message id.
 void setMessageName(java.lang.String messageName)
          Sets the message name.
 void setSendIf(java.lang.String sendIf)
          Sets the send if.
 void setSpreadSheet(SpreadSheet spreadSheet)
          Sets the spread sheet.
 void setTrailer(SpreadSheetFIXFieldMap trailer)
          Sets the trailer.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetFIXFieldMap
addGroup, getGroup, getGroupCount, getGroups, getId, getKeyValue, getSpreadColumn, getSpreadsheetFIXFields, getSpreadSheetFIXGroupLists, hasGroup, isHeaderOrTrailer, isSetField, removeField, removeGroup, removeGroup, setId, setKeyValue, setSpreadColumn, setSpreadsheetFIXFields, setSpreadSheetFIXGroupLists
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetFIXOutputMessage

public SpreadSheetFIXOutputMessage()
Method Detail

getMessageId

public java.lang.String getMessageId()
Gets the message id.

Returns:
the message id

getDataDictionary

public java.lang.String getDataDictionary()
Gets the data dictionary.

Returns:
the data dictionary

setDataDictionary

public void setDataDictionary(java.lang.String dataDictionary)
Sets the data dictionary.

Parameters:
dataDictionary - the new data dictionary

setMessageId

public void setMessageId(java.lang.String messageId)
Sets the message id.

Parameters:
messageId - the new message id

getSpreadSheet

public SpreadSheet getSpreadSheet()
Gets the spread sheet.

Returns:
the spread sheet

setSpreadSheet

public void setSpreadSheet(SpreadSheet spreadSheet)
Sets the spread sheet.

Parameters:
spreadSheet - the new spread sheet

getMessageName

public java.lang.String getMessageName()
Gets the message name.

Returns:
the message name

setMessageName

public void setMessageName(java.lang.String messageName)
Sets the message name.

Parameters:
messageName - the new message name

getTrailer

public SpreadSheetFIXFieldMap getTrailer()
Gets the trailer.

Returns:
the trailer

getHeader

public SpreadSheetFIXFieldMap getHeader()
Gets the header.

Returns:
the header

getBusinessComponent

public AbstractBusinessComponent getBusinessComponent()
Gets the business component.

Returns:
the business component

setBusinessComponent

public void setBusinessComponent(AbstractBusinessComponent businessComponent)
Sets the business component.

Parameters:
businessComponent - the new business component

setHeader

public void setHeader(SpreadSheetFIXFieldMap header)
Sets the header.

Parameters:
header - the new header

setTrailer

public void setTrailer(SpreadSheetFIXFieldMap trailer)
Sets the trailer.

Parameters:
trailer - the new trailer

getSendIf

public java.lang.String getSendIf()
Gets the send if.

Returns:
the send if

setSendIf

public void setSendIf(java.lang.String sendIf)
Sets the send if.

Parameters:
sendIf - the new send if

makeEager

public void makeEager()
Description copied from class: SpreadSheetFIXFieldMap
Make eager.

Overrides:
makeEager in class SpreadSheetFIXFieldMap