Class CometTemplateGroup

    • Constructor Detail

      • CometTemplateGroup

        public CometTemplateGroup()
        Instantiates a new comet template group.
      • CometTemplateGroup

        public CometTemplateGroup​(int id,
                                  java.lang.String label)
        Instantiates a new comet template group.
        Parameters:
        id - the id
        label - the label
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • getMembers

        public java.util.List<java.lang.Integer> getMembers()
        Gets the members.
        Returns:
        the members
      • setLabel

        public void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the new label
      • setMembers

        public void setMembers​(java.util.List<java.lang.Integer> members)
        Sets the members.
        Parameters:
        members - the new members