net.sourceforge.fixagora.basis.server.control.component
Class MDOutputEntry

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.MDOutputEntry

public class MDOutputEntry
extends java.lang.Object

The Class MDOutputEntry.


Constructor Summary
MDOutputEntry()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AbstractBusinessComponent getAbstractBusinessComponent()
          Gets the abstract business component.
 java.lang.Double getHighPxValue()
          Gets the high px value.
 java.lang.Double getLowPxValue()
          Gets the low px value.
 java.util.Date getMdEntryDateValue()
          Gets the md entry date value.
 java.lang.Double getMdEntryPxValue()
          Gets the md entry px value.
 java.lang.Double getMdEntrySizeValue()
          Gets the md entry size value.
 java.util.Date getMdEntryTimeValue()
          Gets the md entry time value.
 java.lang.String getMdEntryType()
          Gets the md entry type.
 java.lang.Double getMdPriceDeltaValue()
          Gets the md price delta value.
 java.lang.Double getMdTradeVolumeValue()
          Gets the md trade volume value.
 java.lang.String getSecurityValue()
          Gets the security value.
 int hashCode()
           
 boolean isDelete()
          Checks if is delete.
 void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
          Sets the abstract business component.
 void setHighPxValue(java.lang.Double highPxValue)
          Sets the high px value.
 void setLowPxValue(java.lang.Double lowPxValue)
          Sets the low px value.
 void setMdEntryDateValue(java.util.Date mdEntryDateValue)
          Sets the md entry date value.
 void setMdEntryPxValue(java.lang.Double mdEntryPxValue)
          Sets the md entry px value.
 void setMdEntrySizeValue(java.lang.Double mdEntrySizeValue)
          Sets the md entry size value.
 void setMdEntryTimeValue(java.util.Date mdEntryTimeValue)
          Sets the md entry time value.
 void setMdEntryType(java.lang.String mdEntryType)
          Sets the md entry type.
 void setMdPriceDeltaValue(java.lang.Double mdPriceDeltaValue)
          Sets the md price delta value.
 void setMdTradeVolumeValue(java.lang.Double mdTradeVolumeValue)
          Sets the md trade volume value.
 void setSecurityValue(java.lang.String securityValue)
          Sets the security value.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDOutputEntry

public MDOutputEntry()
Method Detail

getAbstractBusinessComponent

public AbstractBusinessComponent getAbstractBusinessComponent()
Gets the abstract business component.

Returns:
the abstract business component

setAbstractBusinessComponent

public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Sets the abstract business component.

Parameters:
abstractBusinessComponent - the new abstract business component

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

getSecurityValue

public java.lang.String getSecurityValue()
Gets the security value.

Returns:
the security value

setSecurityValue

public void setSecurityValue(java.lang.String securityValue)
Sets the security value.

Parameters:
securityValue - the new security value

getMdEntryPxValue

public java.lang.Double getMdEntryPxValue()
Gets the md entry px value.

Returns:
the md entry px value

setMdEntryPxValue

public void setMdEntryPxValue(java.lang.Double mdEntryPxValue)
Sets the md entry px value.

Parameters:
mdEntryPxValue - the new md entry px value

getMdEntrySizeValue

public java.lang.Double getMdEntrySizeValue()
Gets the md entry size value.

Returns:
the md entry size value

setMdEntrySizeValue

public void setMdEntrySizeValue(java.lang.Double mdEntrySizeValue)
Sets the md entry size value.

Parameters:
mdEntrySizeValue - the new md entry size value

getMdPriceDeltaValue

public java.lang.Double getMdPriceDeltaValue()
Gets the md price delta value.

Returns:
the md price delta value

setMdPriceDeltaValue

public void setMdPriceDeltaValue(java.lang.Double mdPriceDeltaValue)
Sets the md price delta value.

Parameters:
mdPriceDeltaValue - the new md price delta value

getMdTradeVolumeValue

public java.lang.Double getMdTradeVolumeValue()
Gets the md trade volume value.

Returns:
the md trade volume value

setMdTradeVolumeValue

public void setMdTradeVolumeValue(java.lang.Double mdTradeVolumeValue)
Sets the md trade volume value.

Parameters:
mdTradeVolumeValue - the new md trade volume value

getHighPxValue

public java.lang.Double getHighPxValue()
Gets the high px value.

Returns:
the high px value

setHighPxValue

public void setHighPxValue(java.lang.Double highPxValue)
Sets the high px value.

Parameters:
highPxValue - the new high px value

getLowPxValue

public java.lang.Double getLowPxValue()
Gets the low px value.

Returns:
the low px value

setLowPxValue

public void setLowPxValue(java.lang.Double lowPxValue)
Sets the low px value.

Parameters:
lowPxValue - the new low px value

getMdEntryDateValue

public java.util.Date getMdEntryDateValue()
Gets the md entry date value.

Returns:
the md entry date value

setMdEntryDateValue

public void setMdEntryDateValue(java.util.Date mdEntryDateValue)
Sets the md entry date value.

Parameters:
mdEntryDateValue - the new md entry date value

getMdEntryTimeValue

public java.util.Date getMdEntryTimeValue()
Gets the md entry time value.

Returns:
the md entry time value

setMdEntryTimeValue

public void setMdEntryTimeValue(java.util.Date mdEntryTimeValue)
Sets the md entry time value.

Parameters:
mdEntryTimeValue - the new md entry time value

isDelete

public boolean isDelete()
Checks if is delete.

Returns:
true, if is delete

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object