All Superinterfaces:
BaseModel, Cloneable
All Known Implementing Classes:
CsticGroupModelImpl

public interface CsticGroupModel extends BaseModel
Represents the characteristic group model.
  • Method Details

    • getName

      String getName()
      Returns:
      the characteristic group name
    • setName

      void setName(String name)
      Parameters:
      name - the characteristic group name to set
    • getDescription

      String getDescription()
      Returns:
      the characteristic group description
    • setDescription

      void setDescription(String description)
      Parameters:
      description - the characteristic group description to set
    • getCsticNames

      List<String> getCsticNames()
      Returns:
      the list of characteristic names of this group
    • setCsticNames

      void setCsticNames(List<String> csticNames)
      Parameters:
      csticNames - the list of characteristic names to set