Class CometSnippetDocument
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.bridge.snippet.CometSnippetDocument
-
- All Implemented Interfaces:
java.io.Serializable
public class CometSnippetDocument extends CometEntity
The type Comet snippet document.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
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 CometSnippetDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentName()Gets document name.java.lang.StringgetDocumentPath()Gets document path.java.lang.StringgetPublication()Gets publication.java.lang.StringgetPublicationPlannerDocumentId()Gets publication planner document id.java.lang.StringgetPublicationType()Gets publication type.java.util.List<CometSnippet>getSnippets()Gets snippets.voidsetDocumentName(java.lang.String documentName)Sets document name.voidsetDocumentPath(java.lang.String documentPath)Sets document path.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.voidsetSnippets(java.util.List<CometSnippet> snippets)Sets snippets.-
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
-
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
-
getSnippets
public java.util.List<CometSnippet> getSnippets()
Gets snippets.- Returns:
- the snippets
-
setSnippets
public void setSnippets(java.util.List<CometSnippet> snippets)
Sets snippets.- Parameters:
snippets- the snippets
-
-