Class CometPlaceholderVariant

java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.placeholder.CometPlaceholderVariant
All Implemented Interfaces:
Serializable

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

Java class for the Placeholder Group configuration type

See Also:
  • Constructor Details

    • CometPlaceholderVariant

      public CometPlaceholderVariant()
  • Method Details

    • getPlaceholder

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

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

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

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

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

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

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

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

      public void setUser(String user)
      Sets user.
      Parameters:
      user - the user to set
    • getDefinitions

      public List<CometPlaceholderVariant.Definition> getDefinitions()
      Gets definitions.
      Returns:
      the definitions
    • setDefinitions

      public void setDefinitions(List<CometPlaceholderVariant.Definition> definitions)
      Sets definitions.
      Parameters:
      definitions - the definitions to set
    • getRepositoryFilename

      public 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 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