Class CometTemplateGroup

All Implemented Interfaces:
Serializable

@CometTypeConstraints(referenceBinding=NONE) public class CometTemplateGroup extends CometEntity

Java class for the Template Group configuration type

.
See Also:
  • Constructor Details

    • CometTemplateGroup

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

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

    • getLabel

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

      public List<Integer> getMembers()
      Gets the members.
      Returns:
      the members
    • getRepositoryFilename

      public String getRepositoryFilename() throws CometException
      Gets the repository filename.
      Overrides:
      getRepositoryFilename in class CometEntity
      Returns:
      the repository filename
      Throws:
      CometException - the comet exception
    • getRepositoryPath

      public String getRepositoryPath() throws CometException
      Gets the repository path.
      Overrides:
      getRepositoryPath in class CometEntity
      Returns:
      the repository path
      Throws:
      CometException - the comet exception
    • setLabel

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

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