Class CsticGroupImpl
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.impl.CsticGroupImpl
- All Implemented Interfaces:
CsticGroup
Default implementation of the
CsticGroup-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCstics(List<CsticModel> cstics) voidsetDescription(String description) void
-
Constructor Details
-
CsticGroupImpl
public CsticGroupImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceCsticGroup- Returns:
- the characteristic group name
-
setName
- Specified by:
setNamein interfaceCsticGroup- Parameters:
name- the characteristic group name to set
-
getDescription
- Specified by:
getDescriptionin interfaceCsticGroup- Returns:
- the characteristic group description
-
setDescription
- Specified by:
setDescriptionin interfaceCsticGroup- Parameters:
description- the characteristic group description to set
-
getCstics
- Specified by:
getCsticsin interfaceCsticGroup- Returns:
- the characteristic list of this characteristic group
-
setCstics
- Specified by:
setCsticsin interfaceCsticGroup- Parameters:
cstics- the characteristic list to set
-