Interface IUUIDEntity

    • Method Detail

      • getUUID

        String getUUID()
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Returns:
        The UUID of the entity.
      • setUUID

        void setUUID​(String uuid)
        Sets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Parameters:
        uuid - The UUID of the entity.
      • getUUIDObject

        UUID getUUIDObject()
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Returns:
        The UUID of the entity.