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:
java.io.Serializable
public class CometTocUpdate extends CometEntity
The Class CometTocUpdate.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometTocUpdate.DesignateThe Enum Designate: DOCUMENT, ACTIVE_LAYERS, VISIBLE_LAYERS-
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 CometTocUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActiveLayer()Gets the active layer.CometTocUpdate.DesignategetDesignate()CometTocUpdate.DesignateGets the designate.java.lang.StringgetDocumentName()Gets the document name.java.lang.StringgetDocumentPath()Gets the document path.java.util.List<CometTocEntry>getEntries()Gets the entries.java.util.List<java.lang.Integer>getPlaceholderIds()Gets the placeholder ids.java.lang.StringgetPublication()Gets the publication.java.lang.StringgetPublicationPlannerDocumentId()Gets the publication planner document id.java.util.List<java.lang.String>getVisibleLayers()Gets the visible layers.voidsetActiveLayer(java.lang.String activeLayer)Sets the active layer.voidsetDesignate(CometTocUpdate.Designate designate)CometTocUpdate.DesignateSets the designate.voidsetDocumentName(java.lang.String documentName)Sets the document name.voidsetDocumentPath(java.lang.String documentPath)Sets the document path.voidsetEntries(java.util.List<CometTocEntry> entries)Sets the entries.voidsetPlaceholderIds(java.util.List<java.lang.Integer> placeholderIds)Sets the placeholder ids.voidsetPublication(java.lang.String publication)Sets the publication.voidsetPublicationPlannerDocumentId(java.lang.String publicationPlannerDocumentId)Sets the publication planner document id.voidsetVisibleLayers(java.util.List<java.lang.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, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getDesignate
public CometTocUpdate.Designate getDesignate()
CometTocUpdate.DesignateGets the designate.- Returns:
- the designate
- See Also:
CometTocUpdate.Designate
-
setDesignate
public void setDesignate(CometTocUpdate.Designate designate)
CometTocUpdate.DesignateSets the designate.- Parameters:
designate- the new designate- See Also:
CometTocUpdate.Designate
-
getActiveLayer
public java.lang.String getActiveLayer()
Gets the active layer.- Returns:
- the active layer
-
setActiveLayer
public void setActiveLayer(java.lang.String activeLayer)
Sets the active layer.- Parameters:
activeLayer- the new active layer
-
getVisibleLayers
public java.util.List<java.lang.String> getVisibleLayers()
Gets the visible layers.- Returns:
- the visible layers
-
setVisibleLayers
public void setVisibleLayers(java.util.List<java.lang.String> visibleLayers)
Sets the visible layers.- Parameters:
visibleLayers- the new visible layers
-
getDocumentName
public java.lang.String getDocumentName()
Gets the document name.- Returns:
- the document name
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
Sets the document name.- Parameters:
documentName- the new document name
-
getDocumentPath
public java.lang.String getDocumentPath()
Gets the document path.- Returns:
- the document path
-
setDocumentPath
public void setDocumentPath(java.lang.String documentPath)
Sets the document path.- Parameters:
documentPath- the new document path
-
getPublication
public java.lang.String getPublication()
Gets the publication.- Returns:
- the publication
-
setPublication
public void setPublication(java.lang.String publication)
Sets the publication.- Parameters:
publication- the new publication
-
getPublicationPlannerDocumentId
public java.lang.String getPublicationPlannerDocumentId()
Gets the publication planner document id.- Returns:
- the publication planner document id
-
setPublicationPlannerDocumentId
public void setPublicationPlannerDocumentId(java.lang.String publicationPlannerDocumentId)
Sets the publication planner document id.- Parameters:
publicationPlannerDocumentId- the new publication planner document id
-
getEntries
public java.util.List<CometTocEntry> getEntries()
Gets the entries.- Returns:
- the entries
-
setEntries
public void setEntries(java.util.List<CometTocEntry> entries)
Sets the entries.- Parameters:
entries- the new entries
-
getPlaceholderIds
public java.util.List<java.lang.Integer> getPlaceholderIds()
Gets the placeholder ids.- Returns:
- the placeholder ids
-
setPlaceholderIds
public void setPlaceholderIds(java.util.List<java.lang.Integer> placeholderIds)
Sets the placeholder ids.- Parameters:
placeholderIds- the new placeholder ids
-
-