com.microstrategy.web.objects.RWUnitInfo |
![]() |
This class represents the document unit (attribute and metric) properties. It is designed to modify some properties of the unit object without affecting the source report of a document.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getAlias()
get the alias of this document unit
| ||||||||||
abstract String |
getComment()
get the comment of this document unit
| ||||||||||
abstract WebFormat |
getFormat()
get the format of this document unit
| ||||||||||
abstract WebObjectInfo |
getTarget()
get the target(attribute and metric) of this document unit,
the reference to the template unit object that the document unit properties will override
| ||||||||||
abstract boolean |
isHidden()
get the hidden status of this document unit.
| ||||||||||
abstract void |
setAlias(String _alias)
set the alias of this document unit
| ||||||||||
abstract void |
setComment(String _comment)
set the comment of this document unit
| ||||||||||
abstract void |
setFormat(WebFormat _format)
set the format of this document unit
| ||||||||||
abstract void |
setHidden(Boolean _hidden)
set the hidden status of this document unit
| ||||||||||
abstract void |
setTarget(WebObjectInfo _target)
set the target(attribute and metric) of this document unit
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
get the alias of this document unit
get the comment of this document unit
get the format of this document unit
get the target(attribute and metric) of this document unit, the reference to the template unit object that the document unit properties will override
get the hidden status of this document unit.
set the alias of this document unit
set the comment of this document unit
set the hidden status of this document unit
set the target(attribute and metric) of this document unit