Class CPSMasterDataCharacteristicContainer
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.common.CPSMasterDataCharacteristicCommon
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.cache.CPSMasterDataCharacteristicContainer
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSMasterDataCharacteristicContainer extends CPSMasterDataCharacteristicCommon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSMasterDataCharacteristicContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,CPSMasterDataPossibleValue>getPossibleValueGlobals()voidsetPossibleValueGlobals(java.util.Map<java.lang.String,CPSMasterDataPossibleValue> possibleValueGlobals)-
Methods inherited from class de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.common.CPSMasterDataCharacteristicCommon
getDescription, getEntryFieldMask, getId, getLength, getName, getNumberDecimals, getType, getUnitOfMeasure, isAdditionalValues, isCaseSensitive, isMultiValued, setAdditionalValues, setCaseSensitive, setDescription, setEntryFieldMask, setId, setLength, setMultiValued, setName, setNumberDecimals, setType, setUnitOfMeasure
-
-
-
-
Method Detail
-
setPossibleValueGlobals
public void setPossibleValueGlobals(java.util.Map<java.lang.String,CPSMasterDataPossibleValue> possibleValueGlobals)
-
getPossibleValueGlobals
public java.util.Map<java.lang.String,CPSMasterDataPossibleValue> getPossibleValueGlobals()
-
-