Class CometTocEntry
java.lang.Object
com.priint.pubserver.comet.bridge.toc.CometTocEntry
- All Implemented Interfaces:
EntityData,PersistentData,Serializable
Internal use only
The Class CometTocEntry (toc - table of content).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant FIND_BY_DOCUMENT.static final StringThe Constant FIND_BY_DOCUMENT_AND_ENTITY.static final StringThe Constant FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION.static final StringThe Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT.static final StringThe Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION.static final StringThe Constant FIND_BY_DOCUMENT_AND_PATH.static final StringThe Constant FIND_BY_ID.static final StringThe Constant FIND_BY_PROJECT.static final StringThe Constant FIND_BY_PUBLICATION_AND_ENTITY.static final StringThe Constant FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT.static final StringThe Constant FIND_BY_PUBLICATION_AND_PARENT.static final StringThe Constant FIND_BY_PUBLICATION_ID.static final StringThe Constant FIND_BY_PUBLICATION_ID_AND_ENTITY.static final StringThe Constant FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT.static final StringThe Constant OBJECT_CRITERIA.static final StringThe Constant OBJECT_CRITERIA_WITHOUT_PARENT.static final StringThe Constant PARENT_CRITERIA. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the assortment.Gets the country.Gets the created on.Gets the document.Identifier of an entity in the entity model where the current object refers to.getId()Gets the id.Method to provide the identifierGets the language.getLayer()Gets the layer.Gets the object entity class.Gets the object entity id.Gets the object group id.Gets the object id.intGets the pagenum.intGets the page num plus start page.Gets the parent object entity class.Gets the parent object entity id.Gets the parent object group id.Gets the parent object id.getPath()Gets the path.intGets the placeholder id.Gets the placeholder info 1.Gets the placeholder info 2.Gets the project.Gets the publication.Gets the publication planner document id.intGets the record id.intGets the record id 2.intGets the record id 3.Gets the record string id.Gets the section prefix.getValue()Gets the value.getWell()Gets the well.booleanChecks if is use prefix.voidsetAssortment(String assortment) Sets the assortment.voidsetContext(Context context) set the context of entity data objectvoidsetCountry(String country) Sets the country.voidsetCreatedOn(String createdOn) Sets the created on.voidsetDocument(String document) Sets the document.voidsetEntityIdentifier(String entityIdentifier) Identifier of an entity in the entity model where the current object refers to.voidSets the id.voidsetIdentifier(String identifier) voidsetLanguage(String language) Sets the language.voidSets the layer.voidsetObjectEntityClass(String objectEntityClass) Sets the object entity class.voidsetObjectEntityId(String objectEntityId) Sets the object entity id.voidsetObjectGroupId(String objectGroupId) Sets the object group id.voidsetObjectId(String objectId) Sets the object id.voidsetPagenum(int pagenum) Sets the pagenum.voidsetPageNumPlusStartPage(int pageNumPlusStartPage) Sets the page num plus start page.voidsetParentObjectEntityClass(String parentObjectEntityClass) Sets the parent object entity class.voidsetParentObjectEntityId(String parentObjectEntityId) Sets the parent object entity id.voidsetParentObjectGroupId(String parentObjectGroupId) Sets the parent object group id.voidsetParentObjectId(String parentObjectId) Sets the parent object id.voidSets the path.voidsetPlaceholderId(int placeholderId) Sets the placeholder id.voidsetPlaceholderInfo1(String placeholderInfo1) Sets the placeholder info 1.voidsetPlaceholderInfo2(String placeholderInfo2) Sets the placeholder info 2.voidsetProject(String project) Sets the project.voidsetPublication(String publication) Sets the publication.voidsetPublicationPlannerDocumentId(String publicationPlannerDocumentId) Sets the publication planner document id.voidsetRecordId(int recordId) Sets the record id.voidsetRecordId2(int recordId2) Sets the record id 2.voidsetRecordId3(int recordId3) Sets the record id 3.voidsetRecordStringId(String recordStringId) Sets the record string id.voidsetSectionPrefix(String sectionPrefix) Sets the section prefix.voidsetUsePrefix(boolean usePrefix) Sets the use prefix.voidSets the value.voidSets the well.toString()
-
Field Details
-
FIND_BY_ID
The Constant FIND_BY_ID.- See Also:
-
FIND_BY_DOCUMENT
The Constant FIND_BY_DOCUMENT.- See Also:
-
FIND_BY_DOCUMENT_AND_PATH
The Constant FIND_BY_DOCUMENT_AND_PATH.- See Also:
-
FIND_BY_PUBLICATION_ID
The Constant FIND_BY_PUBLICATION_ID.- See Also:
-
FIND_BY_PROJECT
The Constant FIND_BY_PROJECT.- See Also:
-
FIND_BY_DOCUMENT_AND_ENTITY
The Constant FIND_BY_DOCUMENT_AND_ENTITY.- See Also:
-
FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION
The Constant FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION.- See Also:
-
FIND_BY_PUBLICATION_ID_AND_ENTITY
The Constant FIND_BY_PUBLICATION_ID_AND_ENTITY.- See Also:
-
FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT
The Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT.- See Also:
-
FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION
The Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION.- See Also:
-
FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT
The Constant FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT.- See Also:
-
FIND_BY_PUBLICATION_AND_ENTITY
The Constant FIND_BY_PUBLICATION_AND_ENTITY.- See Also:
-
FIND_BY_PUBLICATION_AND_PARENT
The Constant FIND_BY_PUBLICATION_AND_PARENT.- See Also:
-
FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT
The Constant FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT.- See Also:
-
OBJECT_CRITERIA_WITHOUT_PARENT
The Constant OBJECT_CRITERIA_WITHOUT_PARENT.- See Also:
-
PARENT_CRITERIA
The Constant PARENT_CRITERIA.- See Also:
-
OBJECT_CRITERIA
The Constant OBJECT_CRITERIA.- See Also:
-
-
Constructor Details
-
CometTocEntry
public CometTocEntry()
-
-
Method Details
-
getProject
Gets the project.- Returns:
- the project
-
setProject
Sets the project.- Parameters:
project- the new project
-
getDocument
Gets the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
document- the new document
-
getPath
Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new 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
-
getPlaceholderId
public int getPlaceholderId()Gets the placeholder id.- Returns:
- the placeholder id
-
setPlaceholderId
public void setPlaceholderId(int placeholderId) Sets the placeholder id.- Parameters:
placeholderId- the new placeholder id
-
getRecordId
public int getRecordId()Gets the record id.- Returns:
- the record id
-
setRecordId
public void setRecordId(int recordId) Sets the record id.- Parameters:
recordId- the new record id
-
getRecordId2
public int getRecordId2()Gets the record id 2.- Returns:
- the record id 2
-
setRecordId2
public void setRecordId2(int recordId2) Sets the record id 2.- Parameters:
recordId2- the new record id 2
-
getRecordId3
public int getRecordId3()Gets the record id 3.- Returns:
- the record id 3
-
setRecordId3
public void setRecordId3(int recordId3) Sets the record id 3.- Parameters:
recordId3- the new record id 3
-
getRecordStringId
Gets the record string id.- Returns:
- the record string id
-
setRecordStringId
Sets the record string id.- Parameters:
recordStringId- the new record string id
-
getPlaceholderInfo1
Gets the placeholder info 1.- Returns:
- the placeholder info 1
-
setPlaceholderInfo1
Sets the placeholder info 1.- Parameters:
placeholderInfo1- the new placeholder info 1
-
getPlaceholderInfo2
Gets the placeholder info 2.- Returns:
- the placeholder info 2
-
setPlaceholderInfo2
Sets the placeholder info 2.- Parameters:
placeholderInfo2- the new placeholder info 2
-
getObjectId
Gets the object id.- Returns:
- the object id
-
setObjectId
Sets the object id.- Parameters:
objectId- the new object id
-
getObjectGroupId
Gets the object group id.- Returns:
- the object group id
-
setObjectGroupId
Sets the object group id.- Parameters:
objectGroupId- the new object group id
-
getObjectEntityId
Gets the object entity id.- Returns:
- the object entity id
-
setObjectEntityId
Sets the object entity id.- Parameters:
objectEntityId- the new object entity id
-
getObjectEntityClass
Gets the object entity class.- Returns:
- the object entity class
-
setObjectEntityClass
Sets the object entity class.- Parameters:
objectEntityClass- the new object entity class
-
getParentObjectId
Gets the parent object id.- Returns:
- the parent object id
-
setParentObjectId
Sets the parent object id.- Parameters:
parentObjectId- the new parent object id
-
getParentObjectGroupId
Gets the parent object group id.- Returns:
- the parent object group id
-
setParentObjectGroupId
Sets the parent object group id.- Parameters:
parentObjectGroupId- the new parent object group id
-
getParentObjectEntityId
Gets the parent object entity id.- Returns:
- the parent object entity id
-
setParentObjectEntityId
Sets the parent object entity id.- Parameters:
parentObjectEntityId- the new parent object entity id
-
getParentObjectEntityClass
Gets the parent object entity class.- Returns:
- the parent object entity class
-
setParentObjectEntityClass
Sets the parent object entity class.- Parameters:
parentObjectEntityClass- the new parent object entity class
-
getLanguage
Gets the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
getCountry
Gets the country.- Returns:
- the country
-
setCountry
Sets the country.- Parameters:
country- the new country
-
getWell
Gets the well.- Returns:
- the well
-
setWell
Sets the well.- Parameters:
well- the new well
-
getAssortment
Gets the assortment.- Returns:
- the assortment
-
setAssortment
Sets the assortment.- Parameters:
assortment- the new assortment
-
getPagenum
public int getPagenum()Gets the pagenum.- Returns:
- the pagenum
-
setPagenum
public void setPagenum(int pagenum) Sets the pagenum.- Parameters:
pagenum- the new pagenum
-
getPageNumPlusStartPage
public int getPageNumPlusStartPage()Gets the page num plus start page.- Returns:
- the page num plus start page
-
setPageNumPlusStartPage
public void setPageNumPlusStartPage(int pageNumPlusStartPage) Sets the page num plus start page.- Parameters:
pageNumPlusStartPage- the new page num plus start page
-
getSectionPrefix
Gets the section prefix.- Returns:
- the section prefix
-
setSectionPrefix
Sets the section prefix.- Parameters:
sectionPrefix- the new section prefix
-
isUsePrefix
public boolean isUsePrefix()Checks if is use prefix.- Returns:
- true, if is use prefix
-
setUsePrefix
public void setUsePrefix(boolean usePrefix) Sets the use prefix.- Parameters:
usePrefix- the new use prefix
-
getLayer
Gets the layer.- Returns:
- the layer
-
setLayer
Sets the layer.- Parameters:
layer- the new layer
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getCreatedOn
Gets the created on.- Returns:
- the created on
-
setCreatedOn
Sets the created on.- Parameters:
createdOn- the new created on
-
getContext
- Specified by:
getContextin interfaceEntityData- Returns:
- entity context
-
setContext
Description copied from interface:EntityDataset the context of entity data object- Specified by:
setContextin interfaceEntityData
-
getIdentifier
Description copied from interface:PersistentDataMethod to provide the identifier- Specified by:
getIdentifierin interfaceEntityData- Specified by:
getIdentifierin interfacePersistentData- Returns:
- identifier data object id as string
-
setIdentifier
- Specified by:
setIdentifierin interfaceEntityData- Parameters:
identifier- data object id as string
-
getEntityIdentifier
Description copied from interface:EntityDataIdentifier of an entity in the entity model where the current object refers to.- Specified by:
getEntityIdentifierin interfaceEntityData- Returns:
- entity identifier as string
-
setEntityIdentifier
Description copied from interface:EntityDataIdentifier of an entity in the entity model where the current object refers to.- Specified by:
setEntityIdentifierin interfaceEntityData
-
toString
-