public class TotalItem extends Object
| Constructor and Description |
|---|
TotalItem(String measureIdentifier,
String type,
String attributeIdentifier)
Total definition
|
TotalItem(String measureIdentifier,
Total total,
String attributeIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttributeIdentifier()
internal attribute identifier in AFM defining total placement
|
String |
getMeasureIdentifier()
internal measure identifier in AFM, on which is total defined
|
String |
getType()
total type
|
int |
hashCode() |
String |
toString() |
public TotalItem(String measureIdentifier, String type, String attributeIdentifier)
measureIdentifier - measure on which is total definedtype - total typeattributeIdentifier - internal attribute identifier in AFM defining total placementpublic String getType()
public String getMeasureIdentifier()
public String getAttributeIdentifier()
Copyright © 2017. All rights reserved.