Class TotalItem
- java.lang.Object
-
- com.gooddata.executeafm.resultspec.TotalItem
-
public class TotalItem extends Object
Total definition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributeIdentifier()internal attribute identifier in AFM defining total placementStringgetMeasureIdentifier()internal measure identifier in AFM, on which is total definedStringgetType()total typeinthashCode()StringtoString()
-
-
-
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)
-
-