|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetFIXFieldMap
net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetFIXOutputMessage
@Entity public class SpreadSheetFIXOutputMessage
The Class SpreadSheetFIXOutputMessage.
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 |
---|
public SpreadSheetFIXOutputMessage()
Method Detail |
---|
public java.lang.String getMessageId()
public java.lang.String getDataDictionary()
public void setDataDictionary(java.lang.String dataDictionary)
dataDictionary
- the new data dictionarypublic void setMessageId(java.lang.String messageId)
messageId
- the new message idpublic SpreadSheet getSpreadSheet()
public void setSpreadSheet(SpreadSheet spreadSheet)
spreadSheet
- the new spread sheetpublic java.lang.String getMessageName()
public void setMessageName(java.lang.String messageName)
messageName
- the new message namepublic SpreadSheetFIXFieldMap getTrailer()
public SpreadSheetFIXFieldMap getHeader()
public AbstractBusinessComponent getBusinessComponent()
public void setBusinessComponent(AbstractBusinessComponent businessComponent)
businessComponent
- the new business componentpublic void setHeader(SpreadSheetFIXFieldMap header)
header
- the new headerpublic void setTrailer(SpreadSheetFIXFieldMap trailer)
trailer
- the new trailerpublic java.lang.String getSendIf()
public void setSendIf(java.lang.String sendIf)
sendIf
- the new send ifpublic void makeEager()
SpreadSheetFIXFieldMap
makeEager
in class SpreadSheetFIXFieldMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |