Class CometFrameInfoDocument

java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfoDocument
All Implemented Interfaces:
Serializable

public class CometFrameInfoDocument extends CometEntity
The type Comet frame info document.
See Also:
  • Constructor Details

    • CometFrameInfoDocument

      public CometFrameInfoDocument()
  • Method Details

    • getActiveLayer

      public String getActiveLayer()
      Gets active layer.
      Returns:
      the active layer
    • getScope

      public CometFrameInfoDocument.Scope getScope()
      Gets scope.
      Returns:
      the scope
    • setScope

      public void setScope(CometFrameInfoDocument.Scope scope)
      Sets scope.
      Parameters:
      scope - the scope
    • getPlaceholderIds

      public List<Integer> getPlaceholderIds()
      Gets placeholder ids.
      Returns:
      the placeholder ids
    • setPlaceholderIds

      public void setPlaceholderIds(List<Integer> placeholderIds)
      Sets placeholder ids.
      Parameters:
      placeholderIds - the placeholder ids
    • getDocumentName

      public String getDocumentName()
      Gets document name.
      Returns:
      the document name
    • setDocumentName

      public void setDocumentName(String documentName)
      Sets document name.
      Parameters:
      documentName - the document name
    • getDocumentPath

      public String getDocumentPath()
      Gets document path.
      Returns:
      the document path
    • setDocumentPath

      public void setDocumentPath(String documentPath)
      Sets document path.
      Parameters:
      documentPath - the document path
    • getPublication

      public String getPublication()
      Gets publication.
      Returns:
      the publication
    • setPublication

      public void setPublication(String publication)
      Sets publication.
      Parameters:
      publication - the publication
    • getPublicationPlannerDocumentId

      public String getPublicationPlannerDocumentId()
      Gets publication planner document id.
      Returns:
      the publication planner document id
    • setPublicationPlannerDocumentId

      public void setPublicationPlannerDocumentId(String publicationPlannerDocumentId)
      Sets publication planner document id.
      Parameters:
      publicationPlannerDocumentId - the publication planner document id
    • getPublicationType

      public String getPublicationType()
      Gets publication type.
      Returns:
      the publication type
    • setPublicationType

      public void setPublicationType(String publicationType)
      Sets publication type.
      Parameters:
      publicationType - the publication type
    • getFrameInfos

      public List<CometFrameInfo> getFrameInfos()
      Gets frame infos.
      Returns:
      the frame infos
    • setFrameInfos

      public void setFrameInfos(List<CometFrameInfo> frameInfos)
      Sets frame infos.
      Parameters:
      frameInfos - the frame infos
    • setActiveLayer

      public void setActiveLayer(String activeLayer)
      Sets active layer.
      Parameters:
      activeLayer - the active layer