Package com.microstrategy.web.objects
Interface RWWorkingSetUnit
-
- All Superinterfaces:
KeyedObject
,RWDataSetItem
public interface RWWorkingSetUnit extends RWDataSetItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getObjectDataType()
WebExpression
getUnitLimit()
boolean
hasDerivedElements()
-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWDataSetItem
getAlias, getDataSet, getDataSetName, getID, getName, getObject, getSubType, getType, getWorkingSet
-
-
-
-
Method Detail
-
getUnitLimit
WebExpression getUnitLimit()
-
getObjectDataType
int getObjectDataType()
-
hasDerivedElements
boolean hasDerivedElements()
-
-