Class CsticGroupModelImpl
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.CsticGroupModelImpl
- All Implemented Interfaces:
BaseModel,CsticGroupModel,Serializable,Cloneable
Default implementation of the
CsticGroupModel- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
DEFAULT_ARRAY_LIST_CAPACITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetCsticNames(List<String> csticNames) voidsetDescription(String description) voidtoString()
-
Constructor Details
-
CsticGroupModelImpl
public CsticGroupModelImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceCsticGroupModel- Returns:
- the characteristic group name
-
setName
- Specified by:
setNamein interfaceCsticGroupModel- Parameters:
name- the characteristic group name to set
-
getDescription
- Specified by:
getDescriptionin interfaceCsticGroupModel- Returns:
- the characteristic group description
-
setDescription
- Specified by:
setDescriptionin interfaceCsticGroupModel- Parameters:
description- the characteristic group description to set
-
getCsticNames
- Specified by:
getCsticNamesin interfaceCsticGroupModel- Returns:
- the list of characteristic names of this group
-
setCsticNames
- Specified by:
setCsticNamesin interfaceCsticGroupModel- Parameters:
csticNames- the list of characteristic names to set
-
hashCode
public int hashCode() -
equals
-
toString
-