Interface IDynamicTenorSets

  • All Superinterfaces:
    Cloneable, com.quartetfs.fwk.IClone<com.quartetfs.biz.pivot.context.IContextValue>, com.quartetfs.biz.pivot.context.IContextValue, Serializable
    All Known Implementing Classes:
    DynamicTenorSets

    public interface IDynamicTenorSets
    extends com.quartetfs.biz.pivot.context.IContextValue
    • Method Detail

      • getTenorSets

        List<String> getTenorSets()
        Returns:
        the list of tenor sets
      • getTenorSetsAsString

        String getTenorSetsAsString()
        Returns:
        the list of tenor sets as a String (needed for the translator)
      • setTenorSetsAsString

        void setTenorSetsAsString​(String content)