Class CometPlaceholderGroup

    • Constructor Detail

      • CometPlaceholderGroup

        public CometPlaceholderGroup()
        Instantiates a new Comet placeholder group.
      • CometPlaceholderGroup

        public CometPlaceholderGroup​(int id,
                                     java.lang.String label)
        Instantiates a new Comet placeholder group.
        Parameters:
        id - the id
        label - the label
    • Method Detail

      • getColorId

        public java.lang.Integer getColorId()
        Gets color id.
        Returns:
        the color id
      • getLabel

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

        public java.lang.String getRepositoryFilename()
                                               throws CometException
        Description copied from class: CometEntity

        Gets the repository filename for this particular item

        This method MUST be overridden by classes extending CometEntity

        Overrides:
        getRepositoryFilename in class CometEntity
        Returns:
        the repository filename of this particular item
        Throws:
        CometException - the comet exception
      • getRepositoryPath

        public java.lang.String getRepositoryPath()
                                           throws CometException
        Description copied from class: CometEntity

        Get the relative repository path for this configuration type.

        This method MUST be overridden by classes extending CometEntity.

        Overrides:
        getRepositoryPath in class CometEntity
        Returns:
        relative repository path
        Throws:
        CometException - the comet exception
      • getUser

        public java.lang.String getUser()
        Gets user.
        Returns:
        the user
      • setColorId

        public void setColorId​(java.lang.Integer colorId)
        Sets color id.
        Parameters:
        colorId - the color id
      • setLabel

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

        public void setUser​(java.lang.String user)
        Sets user.
        Parameters:
        user - the user