Property Getters/Setters Summary | ||
---|---|---|
method | getDeleted() | |
method | setDeleted(value) | |
Indicates whether the smart tag is deleted. | ||
method | getName() | |
Gets the name of the smart tag. | ||
method | getProperties() | |
method | setProperties(value) | |
Gets and set the properties of the smar tag. | ||
method | getUri() | |
Gets the namespace URI of the smart tag. |
Method Summary | ||
---|---|---|
method | setLink(uri, name) | |
Change the name and the namespace URI of the smart tag. |
Property Getters/Setters Detail |
---|
getDeleted/setDeleted : boolean | |
boolean getDeleted() / setDeleted(value) |
getProperties/setProperties : SmartTagPropertyCollection | |
SmartTagPropertyCollection getProperties() / setProperties(value) |
getUri : String | |
String getUri() |
getName : String | |
String getName() |
Method Detail |
---|
setLink | |
setLink(uri, name) |
uri: String
- The namespace URI of the smart tag.name: String
- The name of the smart tag.