Interface ModelObserver

    • Method Detail

      • getId

        default java.lang.Object getId()
        Description copied from interface: Identifiable
        Gets the identity of object.

        This identity should override Object.equals(Object) and Object.hashCode() methods.

        Specified by:
        getId in interface Identifiable