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
The type Comet frame info document.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets active layer.Gets document name.Gets document path.Gets frame infos.Gets placeholder ids.Gets publication.Gets publication planner document id.Gets publication type.getScope()Gets scope.voidsetActiveLayer(String activeLayer) Sets active layer.voidsetDocumentName(String documentName) Sets document name.voidsetDocumentPath(String documentPath) Sets document path.voidsetFrameInfos(List<CometFrameInfo> frameInfos) Sets frame infos.voidsetPlaceholderIds(List<Integer> placeholderIds) Sets placeholder ids.voidsetPublication(String publication) Sets publication.voidsetPublicationPlannerDocumentId(String publicationPlannerDocumentId) Sets publication planner document id.voidsetPublicationType(String publicationType) Sets publication type.voidSets scope.Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
CometFrameInfoDocument
public CometFrameInfoDocument()
-
-
Method Details
-
getActiveLayer
Gets active layer.- Returns:
- the active layer
-
getScope
Gets scope.- Returns:
- the scope
-
setScope
Sets scope.- Parameters:
scope- the scope
-
getPlaceholderIds
Gets placeholder ids.- Returns:
- the placeholder ids
-
setPlaceholderIds
Sets placeholder ids.- Parameters:
placeholderIds- the placeholder ids
-
getDocumentName
Gets document name.- Returns:
- the document name
-
setDocumentName
Sets document name.- Parameters:
documentName- the document name
-
getDocumentPath
Gets document path.- Returns:
- the document path
-
setDocumentPath
Sets document path.- Parameters:
documentPath- the document path
-
getPublication
Gets publication.- Returns:
- the publication
-
setPublication
Sets publication.- Parameters:
publication- the publication
-
getPublicationPlannerDocumentId
Gets publication planner document id.- Returns:
- the publication planner document id
-
setPublicationPlannerDocumentId
Sets publication planner document id.- Parameters:
publicationPlannerDocumentId- the publication planner document id
-
getPublicationType
Gets publication type.- Returns:
- the publication type
-
setPublicationType
Sets publication type.- Parameters:
publicationType- the publication type
-
getFrameInfos
Gets frame infos.- Returns:
- the frame infos
-
setFrameInfos
Sets frame infos.- Parameters:
frameInfos- the frame infos
-
setActiveLayer
Sets active layer.- Parameters:
activeLayer- the active layer
-