Class 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 Detail

      • SubtotalDefinition

        public SubtotalDefinition()
    • 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