Package com.microstrategy.web.objects.rw
Interface RWUserObject
-
- All Superinterfaces:
KeyedObject,RWDataSetItem
- All Known Subinterfaces:
RWUserAttribute,RWUserDEObject,RWUserMetric
public interface RWUserObject extends RWDataSetItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWDataSetgetDataSet()java.lang.StringgetID()Returns a DSS ID of this metric.java.lang.StringgetName()Returns the metric visible name.voidsetName(java.lang.String value)Sets the attribute visible name.-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWDataSetItem
getAlias, getDataSetName, getObject, getSubType, getType, getWorkingSet
-
-
-
-
Method Detail
-
getID
java.lang.String getID()
Returns a DSS ID of this metric.- Specified by:
getIDin interfaceRWDataSetItem- Returns:
- a DSS ID of this metric.
-
getName
java.lang.String getName()
Returns the metric visible name.- Specified by:
getNamein interfaceRWDataSetItem- Returns:
- the metric visible name.
- See Also:
setName(java.lang.String)
-
setName
void setName(java.lang.String value)
Sets the attribute visible name.- Parameters:
value- attribute name.- See Also:
getName()
-
getDataSet
RWDataSet getDataSet()
- Specified by:
getDataSetin interfaceRWDataSetItem
-
-