Class SubtotalDefinition
- java.lang.Object
-
- com.microstrategy.web.app.transforms.SubtotalDefinition
-
public class SubtotalDefinition extends java.lang.ObjectTitle: SubtotalDefinition.
Description: The class represents the definition of a Subtotal as supported by the subtotals editor
Copyright: Copyright (c) 2004
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Constructor Summary
Constructors Constructor Description SubtotalDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetDescriptionID()intgetIndex()java.lang.StringgetMetricType()voidsetDescription(java.lang.String desc)voidsetDescriptionID(java.lang.String descID)voidsetIndex(int index)voidsetMetricType(java.lang.String type)
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String desc)
-
getDescription
public java.lang.String getDescription()
-
setDescriptionID
public void setDescriptionID(java.lang.String descID)
-
getDescriptionID
public java.lang.String getDescriptionID()
-
setMetricType
public void setMetricType(java.lang.String type)
-
getMetricType
public java.lang.String getMetricType()
-
getIndex
public int getIndex()
- Returns:
- Returns the index.
- Since:
- MicroStrategy Web 9.0.0
-
setIndex
public void setIndex(int index)
- Parameters:
index- The index to set.- Since:
- MicroStrategy Web 9.0.0
-
-