Class EnableMDStringDebug

  • All Implemented Interfaces:
    IEnableMDStringDebug, com.quartetfs.biz.pivot.context.IContextValue, com.quartetfs.fwk.IClone<com.quartetfs.biz.pivot.context.IContextValue>, Serializable, Cloneable

    public class EnableMDStringDebug
    extends com.quartetfs.biz.pivot.context.impl.AContextValue
    implements IEnableMDStringDebug
    Context value used to enable a flag to enable the computation of the market data interpolation debug string
    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Field Detail

      • enableMDStringDebug

        protected boolean enableMDStringDebug
        debug flag
    • Constructor Detail

      • EnableMDStringDebug

        protected EnableMDStringDebug()
        constructor
      • EnableMDStringDebug

        public EnableMDStringDebug​(boolean debugFlag)
        Constructor
        Parameters:
        debugFlag - the debug flag
    • Method Detail

      • getContextInterface

        public Class<? extends com.quartetfs.biz.pivot.context.IContextValue> getContextInterface()
        Specified by:
        getContextInterface in interface com.quartetfs.biz.pivot.context.IContextValue
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in class com.quartetfs.biz.pivot.context.impl.AContextValue
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class com.quartetfs.biz.pivot.context.impl.AContextValue
      • getEnableMDStringDebug

        public boolean getEnableMDStringDebug()
        Specified by:
        getEnableMDStringDebug in interface IEnableMDStringDebug
        Returns:
        the flag to enable the computation of the market data interpolation debug string
      • setEnableMDStringDebug

        public void setEnableMDStringDebug​(boolean enableMDStringDebug)