Interface VariantConditionModel

  • All Known Implementing Classes:
    VariantConditionModelImpl

    public interface VariantConditionModel
    Represents the variant condition model including key and factor.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Returns:
        the key
      • setKey

        void setKey​(java.lang.String key)
        Parameters:
        key - the key to set
      • getFactor

        java.math.BigDecimal getFactor()
        Returns:
        the factor
      • setFactor

        void setFactor​(java.math.BigDecimal factor)
        Parameters:
        factor - the factor to set
      • copy

        VariantConditionModel copy()
        Creates a copy of this VariantConditionModel object
        Returns:
        copy of variant condition