com.bea.wlai.common
Class EventHeader

java.lang.Object
  extended bycom.bea.wlai.common.EventHeader
All Implemented Interfaces:
Serializable

public class EventHeader
extends Object
implements Serializable

Contains metadata for an Event

See Also:
Serialized Form

Constructor Summary
EventHeader(String sourceType, String sourceKey, String eventType)
           
 
Method Summary
 String getEventID()
           
 String getEventType()
           
 String getSourceKey()
           
 String getSourceType()
           
 void setEventID(String id)
           
 void setEventType(String eventType)
           
 void setSourceKey(String sourceKey)
           
 void setSourceType(String sourceType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHeader

public EventHeader(String sourceType,
                   String sourceKey,
                   String eventType)
Method Detail

getSourceType

public String getSourceType()

setSourceType

public void setSourceType(String sourceType)

getSourceKey

public String getSourceKey()

setSourceKey

public void setSourceKey(String sourceKey)

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

setEventID

public void setEventID(String id)

getEventID

public String getEventID()