public class EventIdentity extends CloneableDataObject
Title: Open Service Framework
Description: Event Identity Manager Tracking Info
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
byte[] |
correlationId |
java.lang.String |
eventGroupId |
java.lang.String |
eventKey |
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
EventIdentity() |
Modifier and Type | Method and Description |
---|---|
EventIdentity |
clone()
Clones the object.
|
byte[] |
getCorrelationId() |
java.lang.String |
getEventGroupID() |
java.lang.String |
getEventKey() |
void |
setCorrelationId(byte[] correlationId) |
void |
setEventGroupID(java.lang.String groupId) |
void |
setEventKey(java.lang.String key) |
getSerialVersionUID
public byte[] correlationId
public java.lang.String eventGroupId
public java.lang.String eventKey
public byte[] getCorrelationId()
public void setCorrelationId(byte[] correlationId)
public java.lang.String getEventGroupID()
public void setEventGroupID(java.lang.String groupId)
public java.lang.String getEventKey()
public void setEventKey(java.lang.String key)
public EventIdentity clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.