Assigns user-defined identifier to this item.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setId ( |
An Object containing custom data.
RemarksIf the id object is serializable, it will be automatically saved when serializing the diagram into binary format. When serializing to XML, you can save the tag by handling the serializeTag event.
See Also