Class EventIdentifier

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class EventIdentifier
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    See Also:
    Serialized Form
    • Constructor Detail

      • EventIdentifier

        public EventIdentifier()
      • EventIdentifier

        public EventIdentifier​(SourceIdentifier sourceIdentifier,
                               long localId)
    • Method Detail

      • setSourceIdentifier

        public void setSourceIdentifier​(SourceIdentifier sourceIdentifier)
      • getLocalId

        public long getLocalId()
      • setLocalId

        public void setLocalId​(long localId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • clone

        public EventIdentifier clone()
                              throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • toString

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