com.microstrategy.web.objects.WebAnnotatable |
![]() |
This interface represents any first class object in the metadata that can contain an annotation or some comments. An annotation is different from the long description or description that is available through the object properties editor. For the first release, only reports and documents can contain an annotation. The annotation is also referred to as the 'notes' for the report or document.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getAnnotation()
Returns the annotation or information for the object.
| ||||||||||
abstract void |
setAnnotation(String info)
Sets the annotation or information of the object.
|
Returns the annotation or information for the object.
Sets the annotation or information of the object.
WebObjectsException |
---|