Class CometPlaceholderVariant

    • Constructor Detail

      • CometPlaceholderVariant

        public CometPlaceholderVariant()
    • Method Detail

      • getPlaceholder

        public CometPlaceholder getPlaceholder()
        Gets placeholder.
        Returns:
        the placeholder
      • getPlaceholderId

        public java.lang.Integer getPlaceholderId()
        Gets placeholder id.
        Returns:
        the placeholderId
      • setPlaceholderId

        public void setPlaceholderId​(java.lang.Integer placeholderId)
        Sets placeholder id.
        Parameters:
        placeholderId - the placeholderId to set
      • getLabel

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

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

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the description to set
      • getUser

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

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

        public void setDefinitions​(java.util.List<CometPlaceholderVariant.Definition> definitions)
        Sets definitions.
        Parameters:
        definitions - the definitions to set
      • 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