Class ParentsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.base.ParentsImpl
All Implemented Interfaces:
Parents, Serializable

public class ParentsImpl extends Object implements Serializable, Parents
See Also:
  • Constructor Details

    • ParentsImpl

      public ParentsImpl()
  • Method Details

    • getGroupId

      public Integer getGroupId()
      Description copied from interface: Parents

      Gets the Id of the group, this element is part of.

      Gets the Id of the group, this element is part of (if applicable). Group in this context is the CometGroup (rather than InDesign Group).
      If the element is not part of any CometGroup, the Id is 0.

      Specified by:
      getGroupId in interface Parents
      Returns:
      Id of the group or 0, if the element is not part of any group
    • setGroupId

      public void setGroupId(Integer groupId)
      Description copied from interface: Parents

      Sets the Id of the group, this element is part of.

      Sets the Id of the group, this element is part of.
      See Parents.getGroupId() for further information.

      Specified by:
      setGroupId in interface Parents
      Parameters:
      groupId - Id of the group, this element is part of.
    • getPageId

      public Integer getPageId()
      Description copied from interface: Parents

      Gets the Id (i.e. index) of the page, this element is located on.

      Gets the Id (i.e. index) of the page, this element is located on.

      Specified by:
      getPageId in interface Parents
      Returns:
      the Id (i.e. index) of the page, this element is located on
    • setPageId

      public void setPageId(Integer pageId)
      Description copied from interface: Parents

      Sets the Id (i.e. index) of the page, this element is located on.

      Sets the Id (i.e. page index) this element is located on

      Specified by:
      setPageId in interface Parents
      Parameters:
      pageId - the id (i.e. index) of the page, this element is located on
    • getSpreadId

      public Integer getSpreadId()
      Description copied from interface: Parents

      Gets the Id (i.e. index) of the spread, this element is located on.

      Gets the Id (i.e. index) of the spread, this element is located on.

      Specified by:
      getSpreadId in interface Parents
      Returns:
      the Id (i.e. index) of the spread, this element is located on.
    • setSpreadId

      public void setSpreadId(Integer spreadId)
      Description copied from interface: Parents

      Sets the Id (i.e. index) of the spread, this element is located on.

      Sets the Id (i.e. index) of the spread, this element is located on.

      Specified by:
      setSpreadId in interface Parents
      Parameters:
      spreadId - the Id (i.e. index) of the spread, this element is located on.
    • getLayoutGroup

      public int getLayoutGroup()
      Description copied from interface: Parents
      Gets the layout group.
      Specified by:
      getLayoutGroup in interface Parents
      Returns:
      the layoutGroup
    • setLayoutGroup

      public void setLayoutGroup(int layoutGroup)
      Description copied from interface: Parents
      Sets the layout group.
      Specified by:
      setLayoutGroup in interface Parents
      Parameters:
      layoutGroup - the layoutGroup to set
    • getInlinePosition

      public int getInlinePosition()
      Description copied from interface: Parents
      Gets the inline position.
      Specified by:
      getInlinePosition in interface Parents
      Returns:
      the inlinePosition
    • setInlinePosition

      public void setInlinePosition(int inlinePosition)
      Description copied from interface: Parents
      Sets the inline position.
      Specified by:
      setInlinePosition in interface Parents
      Parameters:
      inlinePosition - the inlinePosition to set
    • getTableIndex

      public int getTableIndex()
      Description copied from interface: Parents
      Gets the table index.
      Specified by:
      getTableIndex in interface Parents
      Returns:
      the tableIndex
    • setTableIndex

      public void setTableIndex(int tableIndex)
      Description copied from interface: Parents
      Sets the table index.
      Specified by:
      setTableIndex in interface Parents
      Parameters:
      tableIndex - the tableIndex to set
    • getTableRow

      public int getTableRow()
      Description copied from interface: Parents
      Gets the table row.
      Specified by:
      getTableRow in interface Parents
      Returns:
      the tableRow
    • setTableRow

      public void setTableRow(int tableRow)
      Description copied from interface: Parents
      Sets the table row.
      Specified by:
      setTableRow in interface Parents
      Parameters:
      tableRow - the tableRow to set
    • getTableColumn

      public int getTableColumn()
      Description copied from interface: Parents
      Gets the table column.
      Specified by:
      getTableColumn in interface Parents
      Returns:
      the tableColumn
    • setTableColumn

      public void setTableColumn(int tableColumn)
      Description copied from interface: Parents
      Sets the table column.
      Specified by:
      setTableColumn in interface Parents
      Parameters:
      tableColumn - the tableColumn to set
    • getTextmodel

      public int getTextmodel()
      Description copied from interface: Parents
      Gets the textmodel.
      Specified by:
      getTextmodel in interface Parents
      Returns:
      the textmodel
    • setTextmodel

      public void setTextmodel(int textmodel)
      Description copied from interface: Parents
      Sets the textmodel.
      Specified by:
      setTextmodel in interface Parents
      Parameters:
      textmodel - the textmodel to set