Package com.gooddata.executeafm.afm
Class DerivedMeasureDefinition
- java.lang.Object
-
- com.gooddata.executeafm.afm.DerivedMeasureDefinition
-
- All Implemented Interfaces:
MeasureDefinition,Serializable
- Direct Known Subclasses:
OverPeriodMeasureDefinition,PopMeasureDefinition,PreviousPeriodMeasureDefinition
public abstract class DerivedMeasureDefinition extends Object implements MeasureDefinition
The superclass of theMeasureDefinitionclasses that are derived from the master measure and have the identifier of the master measure.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmeasureIdentifier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMeasureIdentifier()The local identifier of the master measure this derived measure refers to.inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.gooddata.executeafm.afm.MeasureDefinition
getObjQualifier, getObjQualifiers, getUri, isAdHoc, withObjUriQualifier, withObjUriQualifiers
-
-