Sets the ID attribute of the HTML element underlying this class.
public final void setID( String id )
id
The string to use for the ID attribute of the element.
This ID is persisted with the getHTML method.
Calling this method is not normally part of the usage of this package. The package with automatically generate an ID for all DhElement objects even if this method isn't directly called.
See Also getID