Class ModificationEventDetail

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModificationEventDetail
    extends java.lang.Object
    implements java.io.Serializable
    Holds the event detail.
    Author:
    harald
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ModificationEventDetail​(java.lang.String name, long serial)
      Creates an event detail.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getName()
      Gets the modification name.
      long getSerial()
      Gets the modification serial.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModificationEventDetail

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

      • getName

        public java.lang.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 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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