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

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

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

The Class SpreadSheetMDOutput.

See Also:
Serialized Form

Constructor Summary
SpreadSheetMDOutput()
           
 
Method Summary
 AbstractBusinessComponent getBusinessComponent()
          Gets the business component.
 java.lang.Integer getDeleteIfNot()
          Gets the delete if not.
 java.lang.Integer getHighPxColumn()
          Gets the high px column.
 long getId()
          Gets the id.
 java.lang.Integer getLowPxColumn()
          Gets the low px column.
 java.lang.Integer getMdEntryDateColumn()
          Gets the md entry date column.
 java.lang.Integer getMdEntryPxColumn()
          Gets the md entry px column.
 java.lang.Integer getMdEntrySizeColumn()
          Gets the md entry size column.
 java.lang.Integer getMdEntryTimeColumn()
          Gets the md entry time column.
 java.lang.String getMdEntryType()
          Gets the md entry type.
 java.lang.Integer getMdPriceDeltaColumn()
          Gets the md price delta column.
 java.lang.Integer getMdTradeVolumeColumn()
          Gets the md trade volume column.
 java.lang.Integer getSecurityColumn()
          Gets the security column.
 java.lang.Integer getSendIfColumn()
          Gets the send if column.
 SpreadSheet getSpreadSheet()
          Gets the spread sheet.
 void makeEager()
          Make eager.
 void setBusinessComponent(AbstractBusinessComponent businessComponent)
          Sets the business component.
 void setDeleteIfNot(java.lang.Integer deleteIfNot)
          Sets the delete if not.
 void setHighPxColumn(java.lang.Integer highPxColumn)
          Sets the high px column.
 void setId(long id)
          Sets the id.
 void setLowPxColumn(java.lang.Integer lowPxColumn)
          Sets the low px column.
 void setMdEntryDateColumn(java.lang.Integer mdEntryDateColumn)
          Sets the md entry date column.
 void setMdEntryPxColumn(java.lang.Integer mdEntryPxColumn)
          Sets the md entry px column.
 void setMdEntrySizeColumn(java.lang.Integer mdEntrySizeColumn)
          Sets the md entry size column.
 void setMdEntryTimeColumn(java.lang.Integer mdEntryTimeColumn)
          Sets the md entry time column.
 void setMdEntryType(java.lang.String mdEntryType)
          Sets the md entry type.
 void setMdPriceDeltaColumn(java.lang.Integer mdPriceDeltaColumn)
          Sets the md price delta column.
 void setMdTradeVolumeColumn(java.lang.Integer mdTradeVolumeColumn)
          Sets the md trade volume column.
 void setSecurityColumn(java.lang.Integer securityColumn)
          Sets the security column.
 void setSendIfColumn(java.lang.Integer sendIfColumn)
          Sets the send if column.
 void setSpreadSheet(SpreadSheet spreadSheet)
          Sets the spread sheet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetMDOutput

public SpreadSheetMDOutput()
Method Detail

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

getSendIfColumn

public java.lang.Integer getSendIfColumn()
Gets the send if column.

Returns:
the send if column

setSendIfColumn

public void setSendIfColumn(java.lang.Integer sendIfColumn)
Sets the send if column.

Parameters:
sendIfColumn - the new send if column

getHighPxColumn

public java.lang.Integer getHighPxColumn()
Gets the high px column.

Returns:
the high px column

setHighPxColumn

public void setHighPxColumn(java.lang.Integer highPxColumn)
Sets the high px column.

Parameters:
highPxColumn - the new high px column

getLowPxColumn

public java.lang.Integer getLowPxColumn()
Gets the low px column.

Returns:
the low px column

setLowPxColumn

public void setLowPxColumn(java.lang.Integer lowPxColumn)
Sets the low px column.

Parameters:
lowPxColumn - the new low px column

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getMdEntryType

public java.lang.String getMdEntryType()
Gets the md entry type.

Returns:
the md entry type

setMdEntryType

public void setMdEntryType(java.lang.String mdEntryType)
Sets the md entry type.

Parameters:
mdEntryType - the new md entry type

getSecurityColumn

public java.lang.Integer getSecurityColumn()
Gets the security column.

Returns:
the security column

setSecurityColumn

public void setSecurityColumn(java.lang.Integer securityColumn)
Sets the security column.

Parameters:
securityColumn - the new security column

getMdEntryPxColumn

public java.lang.Integer getMdEntryPxColumn()
Gets the md entry px column.

Returns:
the md entry px column

setMdEntryPxColumn

public void setMdEntryPxColumn(java.lang.Integer mdEntryPxColumn)
Sets the md entry px column.

Parameters:
mdEntryPxColumn - the new md entry px column

getMdEntrySizeColumn

public java.lang.Integer getMdEntrySizeColumn()
Gets the md entry size column.

Returns:
the md entry size column

setMdEntrySizeColumn

public void setMdEntrySizeColumn(java.lang.Integer mdEntrySizeColumn)
Sets the md entry size column.

Parameters:
mdEntrySizeColumn - the new md entry size column

getMdEntryDateColumn

public java.lang.Integer getMdEntryDateColumn()
Gets the md entry date column.

Returns:
the md entry date column

setMdEntryDateColumn

public void setMdEntryDateColumn(java.lang.Integer mdEntryDateColumn)
Sets the md entry date column.

Parameters:
mdEntryDateColumn - the new md entry date column

getMdEntryTimeColumn

public java.lang.Integer getMdEntryTimeColumn()
Gets the md entry time column.

Returns:
the md entry time column

setMdEntryTimeColumn

public void setMdEntryTimeColumn(java.lang.Integer mdEntryTimeColumn)
Sets the md entry time column.

Parameters:
mdEntryTimeColumn - the new md entry time column

getMdPriceDeltaColumn

public java.lang.Integer getMdPriceDeltaColumn()
Gets the md price delta column.

Returns:
the md price delta column

setMdPriceDeltaColumn

public void setMdPriceDeltaColumn(java.lang.Integer mdPriceDeltaColumn)
Sets the md price delta column.

Parameters:
mdPriceDeltaColumn - the new md price delta column

getMdTradeVolumeColumn

public java.lang.Integer getMdTradeVolumeColumn()
Gets the md trade volume column.

Returns:
the md trade volume column

setMdTradeVolumeColumn

public void setMdTradeVolumeColumn(java.lang.Integer mdTradeVolumeColumn)
Sets the md trade volume column.

Parameters:
mdTradeVolumeColumn - the new md trade volume column

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

makeEager

public void makeEager()
Make eager.


getDeleteIfNot

public java.lang.Integer getDeleteIfNot()
Gets the delete if not.

Returns:
the delete if not

setDeleteIfNot

public void setDeleteIfNot(java.lang.Integer deleteIfNot)
Sets the delete if not.

Parameters:
deleteIfNot - the new delete if not