org.tm4j.topicmap.TopicMapObject .setID(java.lang.String id)

Description

Sets the object ID of the TopicMapObject. The object ID is an internal identifier assigned by the application to a topic map object. ID values must be unique for each object in the same topic map. Implementations are free to assign ID values in any way they see fit.

Parameters
java.lang.String id the new internal object ID.

Throws

Other Resources

Related Topics

Has Parameters