Class CPSPossibleValue
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSPossibleValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetIntervalType(String intervalType) voidsetParentCharacteristic(CPSCharacteristic parentCharacteristic) voidsetSelectable(boolean selectable) voidsetValueHigh(String valueHigh) voidsetValueLow(String valueLow)
-
Constructor Details
-
CPSPossibleValue
public CPSPossibleValue()
-
-
Method Details
-
setValueLow
-
getValueLow
-
setValueHigh
-
getValueHigh
-
setIntervalType
-
getIntervalType
-
setSelectable
public void setSelectable(boolean selectable) -
isSelectable
public boolean isSelectable() -
setParentCharacteristic
-
getParentCharacteristic
-