Interface VariantConditionModel

All Superinterfaces:
BaseModel, Cloneable, Serializable
All Known Implementing Classes:
VariantConditionModelImpl

public interface VariantConditionModel extends BaseModel
Represents the variant condition model including key and factor.
  • Method Details

    • getKey

      String getKey()
      Returns:
      the key
    • setKey

      void setKey(String key)
      Parameters:
      key - the key to set
    • getFactor

      BigDecimal getFactor()
      Returns:
      the factor
    • setFactor

      void setFactor(BigDecimal factor)
      Parameters:
      factor - the factor to set
    • copy

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