Class VariantConditionModelImpl
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
-
- de.hybris.platform.sap.productconfig.runtime.interf.model.impl.VariantConditionModelImpl
-
- All Implemented Interfaces:
BaseModel,VariantConditionModel,java.lang.Cloneable
public class VariantConditionModelImpl extends BaseModelImpl implements VariantConditionModel
Default implementation of theVariantConditionModel
-
-
Constructor Summary
Constructors Constructor Description VariantConditionModelImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariantConditionModelcopy()Creates a copy of this VariantConditionModel objectjava.math.BigDecimalgetFactor()java.lang.StringgetKey()voidsetFactor(java.math.BigDecimal factor)voidsetKey(java.lang.String key)java.lang.StringtoString()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceVariantConditionModel- Returns:
- the key
-
setKey
public void setKey(java.lang.String key)
- Specified by:
setKeyin interfaceVariantConditionModel- Parameters:
key- the key to set
-
getFactor
public java.math.BigDecimal getFactor()
- Specified by:
getFactorin interfaceVariantConditionModel- Returns:
- the factor
-
setFactor
public void setFactor(java.math.BigDecimal factor)
- Specified by:
setFactorin interfaceVariantConditionModel- Parameters:
factor- the factor to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
copy
public VariantConditionModel copy()
Description copied from interface:VariantConditionModelCreates a copy of this VariantConditionModel object- Specified by:
copyin interfaceVariantConditionModel- Returns:
- copy of variant condition
-
-