Class CPSValue
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.common.CPSValueCommon
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSValue
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSValue extends CPSValueCommon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPSCharacteristicgetParentCharacteristic()java.lang.StringgetValue()booleanisSelected()voidsetParentCharacteristic(CPSCharacteristic parentCharacteristic)voidsetSelected(boolean selected)voidsetValue(java.lang.String value)-
Methods inherited from class de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.common.CPSValueCommon
getAuthor, setAuthor
-
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
setSelected
public void setSelected(boolean selected)
-
isSelected
public boolean isSelected()
-
setParentCharacteristic
public void setParentCharacteristic(CPSCharacteristic parentCharacteristic)
-
getParentCharacteristic
public CPSCharacteristic getParentCharacteristic()
-
-