public class SmartTag
Property Getters/Setters Summary | ||
---|---|---|
boolean | getDeleted() | |
void | setDeleted(booleanvalue) | |
Indicates whether the smart tag is deleted. | ||
java.lang.String | getName() | |
Gets the name of the smart tag.
|
||
SmartTagPropertyCollection | getProperties() | |
void | ||
Gets and set the properties of the smar tag. | ||
java.lang.String | getUri() | |
Gets the namespace URI of the smart tag.
|
Method Summary | ||
---|---|---|
void | setLink(java.lang.String uri, java.lang.String name) | |
Change the name and the namespace URI of the smart tag.
|
public boolean getDeleted() / public void setDeleted(boolean value)
public SmartTagPropertyCollection getProperties() / public void setProperties(SmartTagPropertyCollection value)
public java.lang.String getUri()
public java.lang.String getName()