Class CPSPossibleValue
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSPossibleValue
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSPossibleValue extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSPossibleValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIntervalType()CPSCharacteristicgetParentCharacteristic()java.lang.StringgetValueHigh()java.lang.StringgetValueLow()booleanisSelectable()voidsetIntervalType(java.lang.String intervalType)voidsetParentCharacteristic(CPSCharacteristic parentCharacteristic)voidsetSelectable(boolean selectable)voidsetValueHigh(java.lang.String valueHigh)voidsetValueLow(java.lang.String valueLow)
-
-
-
Method Detail
-
setValueLow
public void setValueLow(java.lang.String valueLow)
-
getValueLow
public java.lang.String getValueLow()
-
setValueHigh
public void setValueHigh(java.lang.String valueHigh)
-
getValueHigh
public java.lang.String getValueHigh()
-
setIntervalType
public void setIntervalType(java.lang.String intervalType)
-
getIntervalType
public java.lang.String getIntervalType()
-
setSelectable
public void setSelectable(boolean selectable)
-
isSelectable
public boolean isSelectable()
-
setParentCharacteristic
public void setParentCharacteristic(CPSCharacteristic parentCharacteristic)
-
getParentCharacteristic
public CPSCharacteristic getParentCharacteristic()
-
-