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 RWDataSet
getDataSet()
java.lang.String
getID()
Returns a DSS ID of this metric.java.lang.String
getName()
Returns the metric visible name.void
setName(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:
getID
in interfaceRWDataSetItem
- Returns:
- a DSS ID of this metric.
-
getName
java.lang.String getName()
Returns the metric visible name.- Specified by:
getName
in 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:
getDataSet
in interfaceRWDataSetItem
-
-