Class UID

    • Constructor Detail

      • UID

        public UID​(String value)
        Creates a new user identifier (UID) with the specified value.
        Parameters:
        value - The user identifier (UID) value. Must not be null.
    • Method Detail

      • equals

        public boolean equals​(Object object)
        Description copied from class: BaseIdentifier
        Overrides Object.equals().
        Specified by:
        equals in class BaseIdentifier
        Parameters:
        object - The object to compare to.
        Returns:
        true if the objects have the same value, otherwise false.