Class DynamicTenorSets

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

    public class DynamicTenorSets
    extends com.quartetfs.biz.pivot.context.impl.AContextValue
    implements IDynamicTenorSets
    Tenor set context value.
    See Also:
    Serialized Form
    • Field Detail

      • tenorSets

        protected List<String> tenorSets
        the list of tenor sets
    • Constructor Detail

      • DynamicTenorSets

        public DynamicTenorSets()
        constructor
      • DynamicTenorSets

        public DynamicTenorSets​(List<String> tenorSets)
        Constructor
        Parameters:
        tenorSets - The list of tenor sets
      • DynamicTenorSets

        public DynamicTenorSets​(String content)
    • Method Detail

      • getContextInterface

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

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

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