Interface CsticGroupModel
- All Known Implementing Classes:
CsticGroupModelImpl
Represents the characteristic group model.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCsticNames(List<String> csticNames) 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
-
getCsticNames
- Returns:
- the list of characteristic names of this group
-
setCsticNames
- Parameters:
csticNames- the list of characteristic names to set
-