Class SubtotalDefinition
- java.lang.Object
-
- com.microstrategy.web.app.transforms.SubtotalDefinition
-
public class SubtotalDefinition extends java.lang.Object
Title: 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.String
getDescription()
java.lang.String
getDescriptionID()
int
getIndex()
java.lang.String
getMetricType()
void
setDescription(java.lang.String desc)
void
setDescriptionID(java.lang.String descID)
void
setIndex(int index)
void
setMetricType(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
-
-