net.sourceforge.agora.simulator.model
Class SecurityEvent

java.lang.Object
  extended by net.sourceforge.agora.simulator.model.SecurityEvent

public class SecurityEvent
extends java.lang.Object

The Class SecurityEvent.


Constructor Summary
SecurityEvent()
           
 
Method Summary
 java.util.Date getEventDate()
          Gets the event date.
 java.lang.Double getEventPrice()
          Gets the event price.
 java.lang.String getEventText()
          Gets the event text.
 java.util.Date getEventTime()
          Gets the event time.
 java.lang.Integer getEventType()
          Gets the event type.
 SecurityDetails getSecurity()
          Gets the security.
 void setEventDate(java.util.Date eventDate)
          Sets the event date.
 void setEventPrice(java.lang.Double eventPrice)
          Sets the event price.
 void setEventText(java.lang.String eventText)
          Sets the event text.
 void setEventTime(java.util.Date eventTime)
          Sets the event time.
 void setEventType(java.lang.Integer eventType)
          Sets the event type.
 void setSecurity(SecurityDetails security)
          Sets the security.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityEvent

public SecurityEvent()
Method Detail

getEventType

public java.lang.Integer getEventType()
Gets the event type.

Returns:
the event type

setEventType

public void setEventType(java.lang.Integer eventType)
Sets the event type.

Parameters:
eventType - the new event type

getEventText

public java.lang.String getEventText()
Gets the event text.

Returns:
the event text

setEventText

public void setEventText(java.lang.String eventText)
Sets the event text.

Parameters:
eventText - the new event text

getEventPrice

public java.lang.Double getEventPrice()
Gets the event price.

Returns:
the event price

setEventPrice

public void setEventPrice(java.lang.Double eventPrice)
Sets the event price.

Parameters:
eventPrice - the new event price

getEventDate

public java.util.Date getEventDate()
Gets the event date.

Returns:
the event date

setEventDate

public void setEventDate(java.util.Date eventDate)
Sets the event date.

Parameters:
eventDate - the new event date

getEventTime

public java.util.Date getEventTime()
Gets the event time.

Returns:
the event time

setEventTime

public void setEventTime(java.util.Date eventTime)
Sets the event time.

Parameters:
eventTime - the new event time

getSecurity

public SecurityDetails getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(SecurityDetails security)
Sets the security.

Parameters:
security - the new security