Class CometFrameInfo

java.lang.Object
com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfo
All Implemented Interfaces:
Serializable

@Entity public class CometFrameInfo extends Object implements Serializable
The type Comet frame info.
See Also:
  • Field Details

    • FIND_BY_DOCUMENT_ID

      public static final String FIND_BY_DOCUMENT_ID
      The constant FIND_BY_DOCUMENT_ID.
      See Also:
    • FIND_BY_DOCUMENT_PATH_AND_NAME

      public static final String FIND_BY_DOCUMENT_PATH_AND_NAME
      The constant FIND_BY_DOCUMENT_PATH_AND_NAME.
      See Also:
    • FIND_BY_PUBLICATION_TYPE

      public static final String FIND_BY_PUBLICATION_TYPE
      The constant FIND_BY_PUBLICATION_TYPE.
      See Also:
    • FIND_BY_PUBLICATION_ROOT_ID

      public static final String FIND_BY_PUBLICATION_ROOT_ID
      The constant FIND_BY_PUBLICATION_ROOT_ID.
      See Also:
    • FIND_BY_DOCUMENT_ID_AND_TEMPLATE

      public static final String FIND_BY_DOCUMENT_ID_AND_TEMPLATE
      The constant FIND_BY_DOCUMENT_ID_AND_TEMPLATE.
      See Also:
    • FIND_BY_DOCUMENT_PATH_AND_NAME_AND_TEMPLATE

      public static final String FIND_BY_DOCUMENT_PATH_AND_NAME_AND_TEMPLATE
      The constant FIND_BY_DOCUMENT_PATH_AND_NAME_AND_TEMPLATE.
      See Also:
    • FIND_BY_PUBLICATION_TYPE_AND_TEMPLATE

      public static final String FIND_BY_PUBLICATION_TYPE_AND_TEMPLATE
      The constant FIND_BY_PUBLICATION_TYPE_AND_TEMPLATE.
      See Also:
    • FIND_BY_PUBLICATION_ROOT_ID_AND_TEMPLATE

      public static final String FIND_BY_PUBLICATION_ROOT_ID_AND_TEMPLATE
      The constant FIND_BY_PUBLICATION_ROOT_ID_AND_TEMPLATE.
      See Also:
    • IDENTIFY_FRAMEINFO_BY_PLACEHOLDER

      public static final String IDENTIFY_FRAMEINFO_BY_PLACEHOLDER
      The constant IDENTIFY_FRAMEINFO_BY_PLACEHOLDER.
      See Also:
    • IDENTIFY_FRAMEINFO_BY_UID

      public static final String IDENTIFY_FRAMEINFO_BY_UID
      The constant IDENTIFY_FRAMEINFO_BY_UID.
      See Also:
  • Constructor Details

    • CometFrameInfo

      public CometFrameInfo()
  • Method Details

    • bindFrameInfo

      public static jakarta.persistence.Query bindFrameInfo(jakarta.persistence.Query result, CometFrameInfo frameInfo, String namedQuery)
      Bind frame info query.
      Parameters:
      result - the result
      frameInfo - the frame info
      namedQuery - the named query
      Returns:
      the query
    • afterReadFromJPA

      public void afterReadFromJPA()
      After read from jpa.
    • afterReadFromXML

      public void afterReadFromXML()
      After read from xml.
    • getId

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

      public void setId(Integer id)
      Sets id.
      Parameters:
      id - the id
    • getProject

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

      public void setProject(String project)
      Sets project.
      Parameters:
      project - the project
    • getDocumentName

      public String getDocumentName()
      Gets document name.
      Returns:
      the document name
    • setDocumentName

      public void setDocumentName(String documentName)
      Sets document name.
      Parameters:
      documentName - the document name
    • getDocumentPath

      public String getDocumentPath()
      Gets document path.
      Returns:
      the document path
    • setDocumentPath

      public void setDocumentPath(String documentPath)
      Sets document path.
      Parameters:
      documentPath - the document path
    • getPublication

      public String getPublication()
      Gets publication.
      Returns:
      the publication
    • setPublication

      public void setPublication(String publication)
      Sets publication.
      Parameters:
      publication - the publication
    • getPublicationPlannerDocumentId

      public String getPublicationPlannerDocumentId()
      Gets publication planner document id.
      Returns:
      the publication planner document id
    • setPublicationPlannerDocumentId

      public void setPublicationPlannerDocumentId(String publicationPlannerDocumentId)
      Sets publication planner document id.
      Parameters:
      publicationPlannerDocumentId - the publication planner document id
    • getPublicationType

      public String getPublicationType()
      Gets publication type.
      Returns:
      the publication type
    • setPublicationType

      public void setPublicationType(String publicationType)
      Sets publication type.
      Parameters:
      publicationType - the publication type
    • getPlaceholderId

      public Integer getPlaceholderId()
      Gets placeholder id.
      Returns:
      the placeholder id
    • setPlaceholderId

      public void setPlaceholderId(Integer placeholderId)
      Sets placeholder id.
      Parameters:
      placeholderId - the placeholder id
    • getRecordId

      public Integer getRecordId()
      Gets record id.
      Returns:
      the record id
    • setRecordId

      public void setRecordId(Integer recordId)
      Sets record id.
      Parameters:
      recordId - the record id
    • getRecordId2

      public Integer getRecordId2()
      Gets record id 2.
      Returns:
      the record id 2
    • setRecordId2

      public void setRecordId2(Integer recordId2)
      Sets record id 2.
      Parameters:
      recordId2 - the record id 2
    • getRecordId3

      public Integer getRecordId3()
      Gets record id 3.
      Returns:
      the record id 3
    • setRecordId3

      public void setRecordId3(Integer recordId3)
      Sets record id 3.
      Parameters:
      recordId3 - the record id 3
    • getRecordStringId

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

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

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

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

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

      public void setPlaceholderInfo2(String placeholderInfo2)
      Sets placeholder info 2.
      Parameters:
      placeholderInfo2 - the placeholder info 2
    • getFrameInfoId

      public String getFrameInfoId()
      Gets frame info id.
      Returns:
      the frame info id
    • setFrameInfoId

      public void setFrameInfoId(String frameInfoId)
      Sets frame info id.
      Parameters:
      frameInfoId - the frame info id
    • getObjectId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setLanguage(String language)
      Sets language.
      Parameters:
      language - the language
    • getCountry

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

      public void setCountry(String country)
      Sets country.
      Parameters:
      country - the country
    • getWell

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

      public void setWell(String well)
      Sets well.
      Parameters:
      well - the well
    • getAssortment

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

      public void setAssortment(String assortment)
      Sets assortment.
      Parameters:
      assortment - the assortment
    • getFrameUID

      public Integer getFrameUID()
      Gets frame uid.
      Returns:
      the frame uid
    • setFrameUID

      public void setFrameUID(Integer frameUID)
      Sets frame uid.
      Parameters:
      frameUID - the frame uid
    • getCometGroupId

      public Integer getCometGroupId()
      Gets comet group id.
      Returns:
      the comet group id
    • setCometGroupId

      public void setCometGroupId(Integer cometGroupId)
      Sets comet group id.
      Parameters:
      cometGroupId - the comet group id
    • getTemplateId

      public Integer getTemplateId()
      Gets template id.
      Returns:
      the template id
    • setTemplateId

      public void setTemplateId(Integer templateId)
      Sets template id.
      Parameters:
      templateId - the template id
    • getFrameLabel

      public String getFrameLabel()
      Gets frame label.
      Returns:
      the frame label
    • setFrameLabel

      public void setFrameLabel(String frameLabel)
      Sets frame label.
      Parameters:
      frameLabel - the frame label
    • getScriptTags

      public List<CometFrameInfo.ScriptTag> getScriptTags()
      Gets script tags.
      Returns:
      the script tags
    • setScriptTags

      public void setScriptTags(List<CometFrameInfo.ScriptTag> scriptTags)
      Sets script tags.
      Parameters:
      scriptTags - the script tags
    • getScriptTagsClob

      public String getScriptTagsClob()
      Gets script tags clob.
      Returns:
      the script tags clob
    • setScriptTagsClob

      public void setScriptTagsClob(String scriptTagsClob)
      Sets script tags clob.
      Parameters:
      scriptTagsClob - the script tags clob
    • getxPositionAbsolute

      public Double getxPositionAbsolute()
      Gets position absolute.
      Returns:
      the position absolute
    • setxPositionAbsolute

      public void setxPositionAbsolute(Double xPositionAbsolute)
      Sets position absolute.
      Parameters:
      xPositionAbsolute - the x position absolute
    • getyPositionAbsolute

      public Double getyPositionAbsolute()
      Gets position absolute.
      Returns:
      the position absolute
    • setyPositionAbsolute

      public void setyPositionAbsolute(Double yPositionAbsolute)
      Sets position absolute.
      Parameters:
      yPositionAbsolute - the y position absolute
    • getxPositionRelative

      public Double getxPositionRelative()
      Gets position relative.
      Returns:
      the position relative
    • setxPositionRelative

      public void setxPositionRelative(Double xPositionRelative)
      Sets position relative.
      Parameters:
      xPositionRelative - the x position relative
    • getyPositionRelative

      public Double getyPositionRelative()
      Gets position relative.
      Returns:
      the position relative
    • setyPositionRelative

      public void setyPositionRelative(Double yPositionRelative)
      Sets position relative.
      Parameters:
      yPositionRelative - the y position relative
    • getWidth

      public Double getWidth()
      Gets width.
      Returns:
      the width
    • setWidth

      public void setWidth(Double width)
      Sets width.
      Parameters:
      width - the width
    • getHeight

      public Double getHeight()
      Gets height.
      Returns:
      the height
    • setHeight

      public void setHeight(Double height)
      Sets height.
      Parameters:
      height - the height
    • getFrameRotation

      public Double getFrameRotation()
      Gets frame rotation.
      Returns:
      the frame rotation
    • setFrameRotation

      public void setFrameRotation(Double frameRotation)
      Sets frame rotation.
      Parameters:
      frameRotation - the frame rotation
    • getFrameSkew

      public Double getFrameSkew()
      Gets frame skew.
      Returns:
      the frame skew
    • setFrameSkew

      public void setFrameSkew(Double frameSkew)
      Sets frame skew.
      Parameters:
      frameSkew - the frame skew
    • getFrameType

      public String getFrameType()
      Gets frame type.
      Returns:
      the frame type
    • setFrameType

      public void setFrameType(String frameType)
      Sets frame type.
      Parameters:
      frameType - the frame type
    • getObjectStyle

      public String getObjectStyle()
      Gets object style.
      Returns:
      the object style
    • setObjectStyle

      public void setObjectStyle(String objectStyle)
      Sets object style.
      Parameters:
      objectStyle - the object style
    • getImageXOffset

      public Double getImageXOffset()
      Gets image x offset.
      Returns:
      the image x offset
    • setImageXOffset

      public void setImageXOffset(Double imageXOffset)
      Sets image x offset.
      Parameters:
      imageXOffset - the image x offset
    • getImageYOffset

      public Double getImageYOffset()
      Gets image y offset.
      Returns:
      the image y offset
    • setImageYOffset

      public void setImageYOffset(Double imageYOffset)
      Sets image y offset.
      Parameters:
      imageYOffset - the image y offset
    • getImageXScale

      public Double getImageXScale()
      Gets image x scale.
      Returns:
      the image x scale
    • setImageXScale

      public void setImageXScale(Double imageXScale)
      Sets image x scale.
      Parameters:
      imageXScale - the image x scale
    • getImageYScale

      public Double getImageYScale()
      Gets image y scale.
      Returns:
      the image y scale
    • setImageYScale

      public void setImageYScale(Double imageYScale)
      Sets image y scale.
      Parameters:
      imageYScale - the image y scale
    • getImageRotation

      public Double getImageRotation()
      Gets image rotation.
      Returns:
      the image rotation
    • setImageRotation

      public void setImageRotation(Double imageRotation)
      Sets image rotation.
      Parameters:
      imageRotation - the image rotation
    • getImageSkew

      public Double getImageSkew()
      Gets image skew.
      Returns:
      the image skew
    • setImageSkew

      public void setImageSkew(Double imageSkew)
      Sets image skew.
      Parameters:
      imageSkew - the image skew
    • getCreatedOn

      public Date getCreatedOn()
      Gets created on.
      Returns:
      the created on
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets created on.
      Parameters:
      createdOn - the created on
    • getCreatedBy

      public String getCreatedBy()
      Gets created by.
      Returns:
      the created by
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets created by.
      Parameters:
      createdBy - the created by
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets updated on.
      Returns:
      the updated on
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets updated on.
      Parameters:
      updatedOn - the updated on
    • getUpdatedBy

      public String getUpdatedBy()
      Gets updated by.
      Returns:
      the updated by
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets updated by.
      Parameters:
      updatedBy - the updated by
    • getPagenum

      public Integer getPagenum()
      Gets pagenum.
      Returns:
      the pagenum
    • setPagenum

      public void setPagenum(Integer pagenum)
      Sets pagenum.
      Parameters:
      pagenum - the pagenum
    • getLayer

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

      public void setLayer(String layer)
      Sets layer.
      Parameters:
      layer - the layer
    • getBuiltByRecordId

      public Integer getBuiltByRecordId()
      Gets built by record id.
      Returns:
      the built by record id
    • setBuiltByRecordId

      public void setBuiltByRecordId(Integer builtByRecordId)
      Sets built by record id.
      Parameters:
      builtByRecordId - the built by record id
    • getBuiltByRecordId2

      public Integer getBuiltByRecordId2()
      Gets built by record id 2.
      Returns:
      the built by record id 2
    • setBuiltByRecordId2

      public void setBuiltByRecordId2(Integer builtByRecordId2)
      Sets built by record id 2.
      Parameters:
      builtByRecordId2 - the built by record id 2
    • getBuiltByRecordId3

      public Integer getBuiltByRecordId3()
      Gets built by record id 3.
      Returns:
      the built by record id 3
    • setBuiltByRecordId3

      public void setBuiltByRecordId3(Integer builtByRecordId3)
      Sets built by record id 3.
      Parameters:
      builtByRecordId3 - the built by record id 3
    • getBuiltByRecordStringId

      public String getBuiltByRecordStringId()
      Gets built by record string id.
      Returns:
      the built by record string id
    • setBuiltByRecordStringId

      public void setBuiltByRecordStringId(String builtByRecordStringId)
      Sets built by record string id.
      Parameters:
      builtByRecordStringId - the built by record string id
    • getBuiltByObjectId

      public String getBuiltByObjectId()
      Gets built by object id.
      Returns:
      the built by object id
    • setBuiltByObjectId

      public void setBuiltByObjectId(String builtByObjectId)
      Sets built by object id.
      Parameters:
      builtByObjectId - the built by object id
    • getBuiltByObjectGroupId

      public String getBuiltByObjectGroupId()
      Gets built by object group id.
      Returns:
      the built by object group id
    • setBuiltByObjectGroupId

      public void setBuiltByObjectGroupId(String builtByObjectGroupId)
      Sets built by object group id.
      Parameters:
      builtByObjectGroupId - the built by object group id
    • getBuiltByObjectEntityId

      public String getBuiltByObjectEntityId()
      Gets built by object entity id.
      Returns:
      the built by object entity id
    • setBuiltByObjectEntityId

      public void setBuiltByObjectEntityId(String builtByObjectEntityId)
      Sets built by object entity id.
      Parameters:
      builtByObjectEntityId - the built by object entity id
    • getBuiltByObjectEntityClass

      public String getBuiltByObjectEntityClass()
      Gets built by object entity class.
      Returns:
      the built by object entity class
    • setBuiltByObjectEntityClass

      public void setBuiltByObjectEntityClass(String builtByObjectEntityClass)
      Sets built by object entity class.
      Parameters:
      builtByObjectEntityClass - the built by object entity class
    • getBuiltByParentObjectId

      public String getBuiltByParentObjectId()
      Gets built by parent object id.
      Returns:
      the built by parent object id
    • setBuiltByParentObjectId

      public void setBuiltByParentObjectId(String builtByParentObjectId)
      Sets built by parent object id.
      Parameters:
      builtByParentObjectId - the built by parent object id
    • getBuiltByParentObjectGroupId

      public String getBuiltByParentObjectGroupId()
      Gets built by parent object group id.
      Returns:
      the built by parent object group id
    • setBuiltByParentObjectGroupId

      public void setBuiltByParentObjectGroupId(String builtByParentObjectGroupId)
      Sets built by parent object group id.
      Parameters:
      builtByParentObjectGroupId - the built by parent object group id
    • getBuiltByParentObjectEntityId

      public String getBuiltByParentObjectEntityId()
      Gets built by parent object entity id.
      Returns:
      the built by parent object entity id
    • setBuiltByParentObjectEntityId

      public void setBuiltByParentObjectEntityId(String builtByParentObjectEntityId)
      Sets built by parent object entity id.
      Parameters:
      builtByParentObjectEntityId - the built by parent object entity id
    • getBuiltByParentObjectEntityClass

      public String getBuiltByParentObjectEntityClass()
      Gets built by parent object entity class.
      Returns:
      the built by parent object entity class
    • setBuiltByParentObjectEntityClass

      public void setBuiltByParentObjectEntityClass(String builtByParentObjectEntityClass)
      Sets built by parent object entity class.
      Parameters:
      builtByParentObjectEntityClass - the built by parent object entity class
    • getTargetgroup

      public String getTargetgroup()
      Gets targetgroup.
      Returns:
      the targetgroup
    • setTargetgroup

      public void setTargetgroup(String targetgroup)
      Sets targetgroup.
      Parameters:
      targetgroup - the targetgroup
    • getMarket

      public String getMarket()
      Gets market.
      Returns:
      the market
    • setMarket

      public void setMarket(String market)
      Sets market.
      Parameters:
      market - the market
    • updateWith

      public void updateWith(CometFrameInfo other)
      Sets all properties of other CometFrameInfo to this object.
      Parameters:
      other - the other
    • setOrVerifyDocumentParameters

      public void setOrVerifyDocumentParameters(String documentName, String documentPath, String publicationPlannerDocumentId, String publication, String publicationType) throws CometException
      If new value of the document parameter is null or empty, leaves it as is.
      If the document parameter of this object is null or empty, sets a new value.
      If both values exist, throws CometException.
      Parameters:
      documentName - the document name
      documentPath - the document path
      publicationPlannerDocumentId - the publication planner document id
      publication - the publication
      publicationType - the publication type
      Throws:
      CometException - the comet exception