Class TotalItem


  • public class TotalItem
    extends Object
    Total definition
    • Constructor Detail

      • TotalItem

        public TotalItem​(String measureIdentifier,
                         String type,
                         String attributeIdentifier)
        Total definition
        Parameters:
        measureIdentifier - measure on which is total defined
        type - total type
        attributeIdentifier - internal attribute identifier in AFM defining total placement
      • TotalItem

        public TotalItem​(String measureIdentifier,
                         Total total,
                         String attributeIdentifier)
    • Method Detail

      • getType

        public String getType()
        total type
        Returns:
        total type
      • getMeasureIdentifier

        public String getMeasureIdentifier()
        internal measure identifier in AFM, on which is total defined
        Returns:
        measure
      • getAttributeIdentifier

        public String getAttributeIdentifier()
        internal attribute identifier in AFM defining total placement
        Returns:
        identifier (never null)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object