Class ParentsImpl

  • All Implemented Interfaces:
    Parents, java.io.Serializable

    public class ParentsImpl
    extends java.lang.Object
    implements java.io.Serializable, Parents
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParentsImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getGroupId()
      Gets the Id of the group, this element is part of.
      int getInlinePosition()
      Gets the inline position.
      int getLayoutGroup()
      Gets the layout group.
      java.lang.Integer getPageId()
      Gets the Id (i.e.
      java.lang.Integer getSpreadId()
      Gets the Id (i.e.
      int getTableColumn()
      Gets the table column.
      int getTableIndex()
      Gets the table index.
      int getTableRow()
      Gets the table row.
      int getTextmodel()
      Gets the textmodel.
      void setGroupId​(java.lang.Integer groupId)
      Sets the Id of the group, this element is part of.
      void setInlinePosition​(int inlinePosition)
      Sets the inline position.
      void setLayoutGroup​(int layoutGroup)
      Sets the layout group.
      void setPageId​(java.lang.Integer pageId)
      Sets the Id (i.e.
      void setSpreadId​(java.lang.Integer spreadId)
      Sets the Id (i.e.
      void setTableColumn​(int tableColumn)
      Sets the table column.
      void setTableIndex​(int tableIndex)
      Sets the table index.
      void setTableRow​(int tableRow)
      Sets the table row.
      void setTextmodel​(int textmodel)
      Sets the textmodel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParentsImpl

        public ParentsImpl()
    • Method Detail

      • getGroupId

        public java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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