Interface VariantConditionModel
- All Superinterfaces:
BaseModel,Cloneable,Serializable
- All Known Implementing Classes:
VariantConditionModelImpl
Represents the variant condition model including key and factor.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a copy of this VariantConditionModel objectgetKey()voidsetFactor(BigDecimal factor) void
-
Method Details
-
getKey
String getKey()- Returns:
- the key
-
setKey
- Parameters:
key- the key to set
-
getFactor
BigDecimal getFactor()- Returns:
- the factor
-
setFactor
- Parameters:
factor- the factor to set
-
copy
VariantConditionModel copy()Creates a copy of this VariantConditionModel object- Returns:
- copy of variant condition
-