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:
java.io.Serializable
public class CometFrameInfoDocument extends CometEntity
The type Comet frame info document.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometFrameInfoDocument.ScopeThe enum Scope.-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description CometFrameInfoDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActiveLayer()Gets active layer.java.lang.StringgetDocumentName()Gets document name.java.lang.StringgetDocumentPath()Gets document path.java.util.List<CometFrameInfo>getFrameInfos()Gets frame infos.java.util.List<java.lang.Integer>getPlaceholderIds()Gets placeholder ids.java.lang.StringgetPublication()Gets publication.java.lang.StringgetPublicationPlannerDocumentId()Gets publication planner document id.java.lang.StringgetPublicationType()Gets publication type.CometFrameInfoDocument.ScopegetScope()Gets scope.voidsetActiveLayer(java.lang.String activeLayer)Sets active layer.voidsetDocumentName(java.lang.String documentName)Sets document name.voidsetDocumentPath(java.lang.String documentPath)Sets document path.voidsetFrameInfos(java.util.List<CometFrameInfo> frameInfos)Sets frame infos.voidsetPlaceholderIds(java.util.List<java.lang.Integer> placeholderIds)Sets placeholder ids.voidsetPublication(java.lang.String publication)Sets publication.voidsetPublicationPlannerDocumentId(java.lang.String publicationPlannerDocumentId)Sets publication planner document id.voidsetPublicationType(java.lang.String publicationType)Sets publication type.voidsetScope(CometFrameInfoDocument.Scope scope)Sets scope.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getActiveLayer
public java.lang.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 java.util.List<java.lang.Integer> getPlaceholderIds()
Gets placeholder ids.- Returns:
- the placeholder ids
-
setPlaceholderIds
public void setPlaceholderIds(java.util.List<java.lang.Integer> placeholderIds)
Sets placeholder ids.- Parameters:
placeholderIds- the placeholder ids
-
getDocumentName
public java.lang.String getDocumentName()
Gets document name.- Returns:
- the document name
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
Sets document name.- Parameters:
documentName- the document name
-
getDocumentPath
public java.lang.String getDocumentPath()
Gets document path.- Returns:
- the document path
-
setDocumentPath
public void setDocumentPath(java.lang.String documentPath)
Sets document path.- Parameters:
documentPath- the document path
-
getPublication
public java.lang.String getPublication()
Gets publication.- Returns:
- the publication
-
setPublication
public void setPublication(java.lang.String publication)
Sets publication.- Parameters:
publication- the publication
-
getPublicationPlannerDocumentId
public java.lang.String getPublicationPlannerDocumentId()
Gets publication planner document id.- Returns:
- the publication planner document id
-
setPublicationPlannerDocumentId
public void setPublicationPlannerDocumentId(java.lang.String publicationPlannerDocumentId)
Sets publication planner document id.- Parameters:
publicationPlannerDocumentId- the publication planner document id
-
getPublicationType
public java.lang.String getPublicationType()
Gets publication type.- Returns:
- the publication type
-
setPublicationType
public void setPublicationType(java.lang.String publicationType)
Sets publication type.- Parameters:
publicationType- the publication type
-
getFrameInfos
public java.util.List<CometFrameInfo> getFrameInfos()
Gets frame infos.- Returns:
- the frame infos
-
setFrameInfos
public void setFrameInfos(java.util.List<CometFrameInfo> frameInfos)
Sets frame infos.- Parameters:
frameInfos- the frame infos
-
setActiveLayer
public void setActiveLayer(java.lang.String activeLayer)
Sets active layer.- Parameters:
activeLayer- the active layer
-
-