Class CharacteristicGroup

java.lang.Object
de.hybris.platform.sap.productconfig.facades.overview.CharacteristicGroup
All Implemented Interfaces:
Serializable

public class CharacteristicGroup extends Object implements Serializable
See Also:
  • Constructor Details

    • CharacteristicGroup

      public CharacteristicGroup()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setGroupDescription

      public void setGroupDescription(String groupDescription)
    • getGroupDescription

      public String getGroupDescription()
    • setIsSelectedTopLevelGroup

      public void setIsSelectedTopLevelGroup(boolean isSelectedTopLevelGroup)
    • isIsSelectedTopLevelGroup

      public boolean isIsSelectedTopLevelGroup()
    • setSubGroups

      public void setSubGroups(List<CharacteristicGroup> subGroups)
    • getSubGroups

      public List<CharacteristicGroup> getSubGroups()
    • setCharacteristicValues

      public void setCharacteristicValues(List<CharacteristicValue> characteristicValues)
    • getCharacteristicValues

      public List<CharacteristicValue> getCharacteristicValues()