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.String measureIdentifier  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getMeasureIdentifier()
    The local identifier of the master measure this derived measure refers to.
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.gooddata.sdk.model.executeafm.afm.MeasureDefinition

    getObjQualifiers, getUri, isAdHoc, withObjUriQualifiers
  • Field Details

  • 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:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object