Class CometTocUpdate
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.bridge.toc.CometTocUpdate
- All Implemented Interfaces:
Serializable
The Class CometTocUpdate.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Enum Designate: DOCUMENT, ACTIVE_LAYERS, VISIBLE_LAYERSNested 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 the active layer.CometTocUpdate.DesignateGets the designate.Gets the document name.Gets the document path.Gets the entries.Gets the placeholder ids.Gets the publication.Gets the publication planner document id.Gets the visible layers.voidsetActiveLayer(String activeLayer) Sets the active layer.voidsetDesignate(CometTocUpdate.Designate designate) CometTocUpdate.DesignateSets the designate.voidsetDocumentName(String documentName) Sets the document name.voidsetDocumentPath(String documentPath) Sets the document path.voidsetEntries(List<CometTocEntry> entries) Sets the entries.voidsetPlaceholderIds(List<Integer> placeholderIds) Sets the placeholder ids.voidsetPublication(String publication) Sets the publication.voidsetPublicationPlannerDocumentId(String publicationPlannerDocumentId) Sets the publication planner document id.voidsetVisibleLayers(List<String> visibleLayers) Sets the visible layers.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
-
CometTocUpdate
public CometTocUpdate()
-
-
Method Details
-
getDesignate
CometTocUpdate.DesignateGets the designate.- Returns:
- the designate
- See Also:
-
setDesignate
CometTocUpdate.DesignateSets the designate.- Parameters:
designate- the new designate- See Also:
-
getActiveLayer
Gets the active layer.- Returns:
- the active layer
-
setActiveLayer
Sets the active layer.- Parameters:
activeLayer- the new active layer
-
getVisibleLayers
Gets the visible layers.- Returns:
- the visible layers
-
setVisibleLayers
Sets the visible layers.- Parameters:
visibleLayers- the new visible layers
-
getDocumentName
Gets the document name.- Returns:
- the document name
-
setDocumentName
Sets the document name.- Parameters:
documentName- the new document name
-
getDocumentPath
Gets the document path.- Returns:
- the document path
-
setDocumentPath
Sets the document path.- Parameters:
documentPath- the new document path
-
getPublication
Gets the publication.- Returns:
- the publication
-
setPublication
Sets the publication.- Parameters:
publication- the new publication
-
getPublicationPlannerDocumentId
Gets the publication planner document id.- Returns:
- the publication planner document id
-
setPublicationPlannerDocumentId
Sets the publication planner document id.- Parameters:
publicationPlannerDocumentId- the new publication planner document id
-
getEntries
Gets the entries.- Returns:
- the entries
-
setEntries
Sets the entries.- Parameters:
entries- the new entries
-
getPlaceholderIds
Gets the placeholder ids.- Returns:
- the placeholder ids
-
setPlaceholderIds
Sets the placeholder ids.- Parameters:
placeholderIds- the new placeholder ids
-