Class AbstractDataValue

    • Constructor Detail

      • AbstractDataValue

        public AbstractDataValue()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getKey

        public final java.lang.String getKey()
        Description copied from interface: DataValue
        This method returns a key for this data value. It should be created using ElementKeyUtil.
        Specified by:
        getKey in interface DataValue
        Returns:
        a unique key for this data-value.
      • setPlane

        public final void setPlane​(Plane plane)
      • getPlane

        public final Plane getPlane()
        Specified by:
        getPlane in interface DataValue
        Returns:
        the plane for this data value
      • setName

        public final void setName​(java.lang.String name)
      • getName

        public final java.lang.String getName()
        Specified by:
        getName in interface DataValue
        Returns:
        the name of the element of this dataValue
      • setBeamNumber

        public final void setBeamNumber​(BeamNumber beamNumber)
      • getBeam

        public final BeamNumber getBeam()
        Specified by:
        getBeam in interface DataValue
        Returns:
        the beam-number this value belongs to
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object