Class CometTocEntry

  • All Implemented Interfaces:
    EntityData, PersistentData, java.io.Serializable

    @Entity
    public class CometTocEntry
    extends java.lang.Object
    implements java.io.Serializable, EntityData
    Internal use only The Class CometTocEntry (toc - table of content).
    See Also:
    Serialized Form
    • Field Detail

      • FIND_BY_ID

        public static final java.lang.String FIND_BY_ID
        The Constant FIND_BY_ID.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT

        public static final java.lang.String FIND_BY_DOCUMENT
        The Constant FIND_BY_DOCUMENT.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT_AND_PATH

        public static final java.lang.String FIND_BY_DOCUMENT_AND_PATH
        The Constant FIND_BY_DOCUMENT_AND_PATH.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_ID

        public static final java.lang.String FIND_BY_PUBLICATION_ID
        The Constant FIND_BY_PUBLICATION_ID.
        See Also:
        Constant Field Values
      • FIND_BY_PROJECT

        public static final java.lang.String FIND_BY_PROJECT
        The Constant FIND_BY_PROJECT.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT_AND_ENTITY

        public static final java.lang.String FIND_BY_DOCUMENT_AND_ENTITY
        The Constant FIND_BY_DOCUMENT_AND_ENTITY.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION

        public static final java.lang.String FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION
        The Constant FIND_BY_DOCUMENT_AND_ENTITY_NO_PUBLICATION.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_ID_AND_ENTITY

        public static final java.lang.String FIND_BY_PUBLICATION_ID_AND_ENTITY
        The Constant FIND_BY_PUBLICATION_ID_AND_ENTITY.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT

        public static final java.lang.String FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT
        The Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT.
        See Also:
        Constant Field Values
      • FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION

        public static final java.lang.String FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION
        The Constant FIND_BY_DOCUMENT_AND_ENTITY_WITHOUT_PARENT_NO_PUBLICATION.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT

        public static final java.lang.String FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT
        The Constant FIND_BY_PUBLICATION_ID_AND_ENTITY_WITHOUT_PARENT.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_AND_ENTITY

        public static final java.lang.String FIND_BY_PUBLICATION_AND_ENTITY
        The Constant FIND_BY_PUBLICATION_AND_ENTITY.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_AND_PARENT

        public static final java.lang.String FIND_BY_PUBLICATION_AND_PARENT
        The Constant FIND_BY_PUBLICATION_AND_PARENT.
        See Also:
        Constant Field Values
      • FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT

        public static final java.lang.String FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT
        The Constant FIND_BY_PUBLICATION_AND_ENTITY_WITHOUT_PARENT.
        See Also:
        Constant Field Values
      • OBJECT_CRITERIA_WITHOUT_PARENT

        public static final java.lang.String OBJECT_CRITERIA_WITHOUT_PARENT
        The Constant OBJECT_CRITERIA_WITHOUT_PARENT.
        See Also:
        Constant Field Values
      • PARENT_CRITERIA

        public static final java.lang.String PARENT_CRITERIA
        The Constant PARENT_CRITERIA.
        See Also:
        Constant Field Values
      • OBJECT_CRITERIA

        public static final java.lang.String OBJECT_CRITERIA
        The Constant OBJECT_CRITERIA.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CometTocEntry

        public CometTocEntry()
    • Method Detail

      • getProject

        public java.lang.String getProject()
        Gets the project.
        Returns:
        the project
      • setProject

        public void setProject​(java.lang.String project)
        Sets the project.
        Parameters:
        project - the new project
      • getDocument

        public java.lang.String getDocument()
        Gets the document.
        Returns:
        the document
      • setDocument

        public void setDocument​(java.lang.String document)
        Sets the document.
        Parameters:
        document - the new document
      • getPath

        public java.lang.String getPath()
        Gets the path.
        Returns:
        the path
      • setPath

        public void setPath​(java.lang.String path)
        Sets the path.
        Parameters:
        path - the new 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
      • 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

        public java.lang.String getRecordStringId()
        Gets the record string id.
        Returns:
        the record string id
      • setRecordStringId

        public void setRecordStringId​(java.lang.String recordStringId)
        Sets the record string id.
        Parameters:
        recordStringId - the new record string id
      • getPlaceholderInfo1

        public java.lang.String getPlaceholderInfo1()
        Gets the placeholder info 1.
        Returns:
        the placeholder info 1
      • setPlaceholderInfo1

        public void setPlaceholderInfo1​(java.lang.String placeholderInfo1)
        Sets the placeholder info 1.
        Parameters:
        placeholderInfo1 - the new placeholder info 1
      • getPlaceholderInfo2

        public java.lang.String getPlaceholderInfo2()
        Gets the placeholder info 2.
        Returns:
        the placeholder info 2
      • setPlaceholderInfo2

        public void setPlaceholderInfo2​(java.lang.String placeholderInfo2)
        Sets the placeholder info 2.
        Parameters:
        placeholderInfo2 - the new placeholder info 2
      • getObjectId

        public java.lang.String getObjectId()
        Gets the object id.
        Returns:
        the object id
      • setObjectId

        public void setObjectId​(java.lang.String objectId)
        Sets the object id.
        Parameters:
        objectId - the new object id
      • getObjectGroupId

        public java.lang.String getObjectGroupId()
        Gets the object group id.
        Returns:
        the object group id
      • setObjectGroupId

        public void setObjectGroupId​(java.lang.String objectGroupId)
        Sets the object group id.
        Parameters:
        objectGroupId - the new object group id
      • getObjectEntityId

        public java.lang.String getObjectEntityId()
        Gets the object entity id.
        Returns:
        the object entity id
      • setObjectEntityId

        public void setObjectEntityId​(java.lang.String objectEntityId)
        Sets the object entity id.
        Parameters:
        objectEntityId - the new object entity id
      • getObjectEntityClass

        public java.lang.String getObjectEntityClass()
        Gets the object entity class.
        Returns:
        the object entity class
      • setObjectEntityClass

        public void setObjectEntityClass​(java.lang.String objectEntityClass)
        Sets the object entity class.
        Parameters:
        objectEntityClass - the new object entity class
      • getParentObjectId

        public java.lang.String getParentObjectId()
        Gets the parent object id.
        Returns:
        the parent object id
      • setParentObjectId

        public void setParentObjectId​(java.lang.String parentObjectId)
        Sets the parent object id.
        Parameters:
        parentObjectId - the new parent object id
      • getParentObjectGroupId

        public java.lang.String getParentObjectGroupId()
        Gets the parent object group id.
        Returns:
        the parent object group id
      • setParentObjectGroupId

        public void setParentObjectGroupId​(java.lang.String parentObjectGroupId)
        Sets the parent object group id.
        Parameters:
        parentObjectGroupId - the new parent object group id
      • getParentObjectEntityId

        public java.lang.String getParentObjectEntityId()
        Gets the parent object entity id.
        Returns:
        the parent object entity id
      • setParentObjectEntityId

        public void setParentObjectEntityId​(java.lang.String parentObjectEntityId)
        Sets the parent object entity id.
        Parameters:
        parentObjectEntityId - the new parent object entity id
      • getParentObjectEntityClass

        public java.lang.String getParentObjectEntityClass()
        Gets the parent object entity class.
        Returns:
        the parent object entity class
      • setParentObjectEntityClass

        public void setParentObjectEntityClass​(java.lang.String parentObjectEntityClass)
        Sets the parent object entity class.
        Parameters:
        parentObjectEntityClass - the new parent object entity class
      • getLanguage

        public java.lang.String getLanguage()
        Gets the language.
        Returns:
        the language
      • setLanguage

        public void setLanguage​(java.lang.String language)
        Sets the language.
        Parameters:
        language - the new language
      • getCountry

        public java.lang.String getCountry()
        Gets the country.
        Returns:
        the country
      • setCountry

        public void setCountry​(java.lang.String country)
        Sets the country.
        Parameters:
        country - the new country
      • getWell

        public java.lang.String getWell()
        Gets the well.
        Returns:
        the well
      • setWell

        public void setWell​(java.lang.String well)
        Sets the well.
        Parameters:
        well - the new well
      • getAssortment

        public java.lang.String getAssortment()
        Gets the assortment.
        Returns:
        the assortment
      • setAssortment

        public void setAssortment​(java.lang.String assortment)
        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

        public java.lang.String getSectionPrefix()
        Gets the section prefix.
        Returns:
        the section prefix
      • setSectionPrefix

        public void setSectionPrefix​(java.lang.String sectionPrefix)
        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

        public java.lang.String getLayer()
        Gets the layer.
        Returns:
        the layer
      • setLayer

        public void setLayer​(java.lang.String layer)
        Sets the layer.
        Parameters:
        layer - the new layer
      • getId

        public java.lang.Integer getId()
        Gets the id.
        Returns:
        the id
      • setId

        public void setId​(java.lang.Integer id)
        Sets the id.
        Parameters:
        id - the new id
      • getValue

        public java.lang.String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the new value
      • getCreatedOn

        public java.lang.String getCreatedOn()
        Gets the created on.
        Returns:
        the created on
      • setCreatedOn

        public void setCreatedOn​(java.lang.String createdOn)
        Sets the created on.
        Parameters:
        createdOn - the new created on
      • setContext

        public void setContext​(Context context)
        Description copied from interface: EntityData
        set the context of entity data object
        Specified by:
        setContext in interface EntityData
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Specified by:
        setIdentifier in interface EntityData
        Parameters:
        identifier - data object id as string
      • getEntityIdentifier

        public java.lang.String getEntityIdentifier()
        Description copied from interface: EntityData
        Identifier of an entity in the entity model where the current object refers to.
        Specified by:
        getEntityIdentifier in interface EntityData
        Returns:
        entity identifier as string
      • setEntityIdentifier

        public void setEntityIdentifier​(java.lang.String entityIdentifier)
        Description copied from interface: EntityData
        Identifier of an entity in the entity model where the current object refers to.
        Specified by:
        setEntityIdentifier in interface EntityData
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object