Interface CsticGroup
- All Known Implementing Classes:
CsticGroupImpl
public interface CsticGroup
Represents a characteristic group including the group content - the list of
CsticModel.-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCstics(List<CsticModel> cstics) voidsetDescription(String description) void
-
Method Details
-
getName
String getName()- Returns:
- the characteristic group name
-
setName
- Parameters:
name- the characteristic group name to set
-
getDescription
String getDescription()- Returns:
- the characteristic group description
-
setDescription
- Parameters:
description- the characteristic group description to set
-
getCstics
List<CsticModel> getCstics()- Returns:
- the characteristic list of this characteristic group
-
setCstics
- Parameters:
cstics- the characteristic list to set
-