Interface Identifiable

    • Method Detail

      • getIdentifier

        String getIdentifier()
        Returns the unique identifier assigned to this object. All identifiable objects must have a deterministic, unique identifier which may not be null.
        Returns:
        The unique identifier assigned to this object, which may not be null.
      • setIdentifier

        void setIdentifier​(String identifier)
        Sets the identifier assigned to this object.
        Parameters:
        identifier - The identifier to assign.