Interface AttributeWriteId

    • Method Detail

      • setId

        void setId​(String id)
        Use this method to give the object a meaningful identifier after creation.
        ATTENTION:
        See JavaDoc of AttributeReadId.getId() for the syntax constraints of IDs.
        Parameters:
        id - is the new ID for the object.
        See Also:
        AttributeReadId.getId()