Class ParentsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.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.IntegergetGroupId()Gets the Id of the group, this element is part of.intgetInlinePosition()Gets the inline position.intgetLayoutGroup()Gets the layout group.java.lang.IntegergetPageId()Gets the Id (i.e.java.lang.IntegergetSpreadId()Gets the Id (i.e.intgetTableColumn()Gets the table column.intgetTableIndex()Gets the table index.intgetTableRow()Gets the table row.intgetTextmodel()Gets the textmodel.voidsetGroupId(java.lang.Integer groupId)Sets the Id of the group, this element is part of.voidsetInlinePosition(int inlinePosition)Sets the inline position.voidsetLayoutGroup(int layoutGroup)Sets the layout group.voidsetPageId(java.lang.Integer pageId)Sets the Id (i.e.voidsetSpreadId(java.lang.Integer spreadId)Sets the Id (i.e.voidsetTableColumn(int tableColumn)Sets the table column.voidsetTableIndex(int tableIndex)Sets the table index.voidsetTableRow(int tableRow)Sets the table row.voidsetTextmodel(int textmodel)Sets the textmodel.
-
-
-
Method Detail
-
getGroupId
public java.lang.Integer getGroupId()
Description copied from interface:ParentsGets 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:
getGroupIdin interfaceParents- 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:ParentsSets the Id of the group, this element is part of.
Sets the Id of the group, this element is part of.
SeeParents.getGroupId()for further information.- Specified by:
setGroupIdin interfaceParents- Parameters:
groupId- Id of the group, this element is part of.
-
getPageId
public java.lang.Integer getPageId()
Description copied from interface:ParentsGets 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.
-
setPageId
public void setPageId(java.lang.Integer pageId)
Description copied from interface:ParentsSets 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
-
getSpreadId
public java.lang.Integer getSpreadId()
Description copied from interface:ParentsGets 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:
getSpreadIdin interfaceParents- 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:ParentsSets 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:
setSpreadIdin interfaceParents- Parameters:
spreadId- the Id (i.e. index) of the spread, this element is located on.
-
getLayoutGroup
public int getLayoutGroup()
Description copied from interface:ParentsGets the layout group.- Specified by:
getLayoutGroupin interfaceParents- Returns:
- the layoutGroup
-
setLayoutGroup
public void setLayoutGroup(int layoutGroup)
Description copied from interface:ParentsSets the layout group.- Specified by:
setLayoutGroupin interfaceParents- Parameters:
layoutGroup- the layoutGroup to set
-
getInlinePosition
public int getInlinePosition()
Description copied from interface:ParentsGets the inline position.- Specified by:
getInlinePositionin interfaceParents- Returns:
- the inlinePosition
-
setInlinePosition
public void setInlinePosition(int inlinePosition)
Description copied from interface:ParentsSets the inline position.- Specified by:
setInlinePositionin interfaceParents- Parameters:
inlinePosition- the inlinePosition to set
-
getTableIndex
public int getTableIndex()
Description copied from interface:ParentsGets the table index.- Specified by:
getTableIndexin interfaceParents- Returns:
- the tableIndex
-
setTableIndex
public void setTableIndex(int tableIndex)
Description copied from interface:ParentsSets the table index.- Specified by:
setTableIndexin interfaceParents- Parameters:
tableIndex- the tableIndex to set
-
getTableRow
public int getTableRow()
Description copied from interface:ParentsGets the table row.- Specified by:
getTableRowin interfaceParents- Returns:
- the tableRow
-
setTableRow
public void setTableRow(int tableRow)
Description copied from interface:ParentsSets the table row.- Specified by:
setTableRowin interfaceParents- Parameters:
tableRow- the tableRow to set
-
getTableColumn
public int getTableColumn()
Description copied from interface:ParentsGets the table column.- Specified by:
getTableColumnin interfaceParents- Returns:
- the tableColumn
-
setTableColumn
public void setTableColumn(int tableColumn)
Description copied from interface:ParentsSets the table column.- Specified by:
setTableColumnin interfaceParents- Parameters:
tableColumn- the tableColumn to set
-
getTextmodel
public int getTextmodel()
Description copied from interface:ParentsGets the textmodel.- Specified by:
getTextmodelin interfaceParents- Returns:
- the textmodel
-
setTextmodel
public void setTextmodel(int textmodel)
Description copied from interface:ParentsSets the textmodel.- Specified by:
setTextmodelin interfaceParents- Parameters:
textmodel- the textmodel to set
-
-