Interface IInternalNamedEntity

    • Method Detail

      • getInternalName

        String getInternalName()
        Returns:
        the internal name.
      • matches

        default boolean matches​(IInternalNamedEntity other)
        Returns whether either the internal name or the id of this entity matches those in the other entity
      • setInternalName

        void setInternalName​(String internalName)
        Parameters:
        internalName - the internal name to be set.