Class CPSMasterDataClass
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.common.CPSMasterDataClassCommon
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.CPSMasterDataClass
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSMasterDataClass extends CPSMasterDataClassCommon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSMasterDataClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CPSMasterDataCharacteristicSpecific>getCharacteristicSpecifics()voidsetCharacteristicSpecifics(java.util.List<CPSMasterDataCharacteristicSpecific> characteristicSpecifics)-
Methods inherited from class de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.common.CPSMasterDataClassCommon
getId, getName, setId, setName
-
-
-
-
Method Detail
-
setCharacteristicSpecifics
public void setCharacteristicSpecifics(java.util.List<CPSMasterDataCharacteristicSpecific> characteristicSpecifics)
-
getCharacteristicSpecifics
public java.util.List<CPSMasterDataCharacteristicSpecific> getCharacteristicSpecifics()
-
-