java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSPossibleValue
All Implemented Interfaces:
Serializable

public class CPSPossibleValue extends Object implements Serializable
See Also:
  • Constructor Details

    • CPSPossibleValue

      public CPSPossibleValue()
  • Method Details

    • setValueLow

      public void setValueLow(String valueLow)
    • getValueLow

      public String getValueLow()
    • setValueHigh

      public void setValueHigh(String valueHigh)
    • getValueHigh

      public String getValueHigh()
    • setIntervalType

      public void setIntervalType(String intervalType)
    • getIntervalType

      public String getIntervalType()
    • setSelectable

      public void setSelectable(boolean selectable)
    • isSelectable

      public boolean isSelectable()
    • setParentCharacteristic

      public void setParentCharacteristic(CPSCharacteristic parentCharacteristic)
    • getParentCharacteristic

      public CPSCharacteristic getParentCharacteristic()