Class DerivedMeasureDefinition
java.lang.Object
com.gooddata.sdk.model.executeafm.afm.DerivedMeasureDefinition
- All Implemented Interfaces:
MeasureDefinition,java.io.Serializable
- Direct Known Subclasses:
OverPeriodMeasureDefinition,PopMeasureDefinition,PreviousPeriodMeasureDefinition
public abstract class DerivedMeasureDefinition extends java.lang.Object implements MeasureDefinition
The superclass of the
MeasureDefinition classes 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 java.lang.StringmeasureIdentifier -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.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, waitMethods inherited from interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition
getObjQualifiers, getUri, isAdHoc, withObjUriQualifiers
-
Field Details
-
measureIdentifier
protected final java.lang.String measureIdentifier
-
-
Method Details
-
getMeasureIdentifier
public java.lang.String getMeasureIdentifier()The local identifier of the master measure this derived measure refers to.- Returns:
- The local identifier of the master measure.
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-