systemic.sif.sifcommon.model
Class SIFEvent

java.lang.Object
  extended by systemic.sif.sifcommon.model.SIFEvent
All Implemented Interfaces:
java.io.Serializable

public class SIFEvent
extends java.lang.Object
implements java.io.Serializable

This is a simple POJO to encapsulate a SIF Object and its associated SIF Event Action. Throughout the SIFWorks ADK the event is always referenced with two parameters. Within the SIFCommon Framework these two parameters are stored in this object to simplify method calls within the framework.

Author:
Joerg Huber
See Also:
Serialized Form

Constructor Summary
SIFEvent()
           
SIFEvent(openadk.library.SIFDataObject sifObject, openadk.library.EventAction eventAction)
           
 
Method Summary
 openadk.library.EventAction getEventAction()
           
 openadk.library.SIFDataObject getSifObject()
           
 void setEventAction(openadk.library.EventAction eventAction)
           
 void setSifObject(openadk.library.SIFDataObject sifObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIFEvent

public SIFEvent()

SIFEvent

public SIFEvent(openadk.library.SIFDataObject sifObject,
                openadk.library.EventAction eventAction)
Method Detail

getSifObject

public openadk.library.SIFDataObject getSifObject()

setSifObject

public void setSifObject(openadk.library.SIFDataObject sifObject)

getEventAction

public openadk.library.EventAction getEventAction()

setEventAction

public void setEventAction(openadk.library.EventAction eventAction)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object