public class EventIdentifier
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_LOCAL_ID |
| Constructor and Description |
|---|
EventIdentifier() |
EventIdentifier(SourceIdentifier sourceIdentifier,
long localId) |
| Modifier and Type | Method and Description |
|---|---|
EventIdentifier |
clone() |
boolean |
equals(java.lang.Object o) |
long |
getLocalId() |
SourceIdentifier |
getSourceIdentifier() |
int |
hashCode() |
void |
setLocalId(long localId) |
void |
setSourceIdentifier(SourceIdentifier sourceIdentifier) |
java.lang.String |
toString() |
public static final long NO_LOCAL_ID
public EventIdentifier()
public EventIdentifier(SourceIdentifier sourceIdentifier, long localId)
public SourceIdentifier getSourceIdentifier()
public void setSourceIdentifier(SourceIdentifier sourceIdentifier)
public long getLocalId()
public void setLocalId(long localId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EventIdentifier clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class java.lang.Object