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

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

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

The Class SpreadSheetMDInput.

See Also:
Serialized Form

Constructor Summary
SpreadSheetMDInput()
           
 
Method Summary
 AbstractBusinessComponent getBusinessComponent()
          Gets the business component.
 java.lang.Boolean getCleanUpOnLogout()
          Gets the clean up on logout.
 java.lang.Integer getCounterpartyColumn()
          Gets the counterparty column.
 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.
 SpreadSheet getSpreadSheet()
          Gets the spread sheet.
 void makeEager()
          Make eager.
 void setBusinessComponent(AbstractBusinessComponent businessComponent)
          Sets the business component.
 void setCleanUpOnLogout(java.lang.Boolean cleanUpOnLogout)
          Sets the clean up on logout.
 void setCounterpartyColumn(java.lang.Integer counterpartyColumn)
          Sets the counterparty column.
 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 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

SpreadSheetMDInput

public SpreadSheetMDInput()
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

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

getCounterpartyColumn

public java.lang.Integer getCounterpartyColumn()
Gets the counterparty column.

Returns:
the counterparty column

setCounterpartyColumn

public void setCounterpartyColumn(java.lang.Integer counterpartyColumn)
Sets the counterparty column.

Parameters:
counterpartyColumn - the new counterparty 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.


getCleanUpOnLogout

public java.lang.Boolean getCleanUpOnLogout()
Gets the clean up on logout.

Returns:
the clean up on logout

setCleanUpOnLogout

public void setCleanUpOnLogout(java.lang.Boolean cleanUpOnLogout)
Sets the clean up on logout.

Parameters:
cleanUpOnLogout - the new clean up on logout