Class ModificationEventDetail

java.lang.Object
org.tentackle.session.ModificationEventDetail
All Implemented Interfaces:
Serializable

public class ModificationEventDetail extends Object implements Serializable
Holds the event detail.
Author:
harald
See Also:
  • Constructor Details

    • ModificationEventDetail

      public ModificationEventDetail(String name, long serial)
      Creates an event detail.
      Parameters:
      serial - the serial
      name - the modification name
  • Method Details

    • getName

      public String getName()
      Gets the modification name.
      Returns:
      the name
    • getSerial

      public long getSerial()
      Gets the modification serial.
      Returns:
      the serial
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object