Class ParentIdsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.ParentIdsImpl
-
- All Implemented Interfaces:
ParentIds,java.io.Serializable
- Direct Known Subclasses:
ParentUIdsImpl
public class ParentIdsImpl extends java.lang.Object implements java.io.Serializable, ParentIds
The type Parent ids.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParentIdsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocument()Gets the document.intgetFrame()Gets the frame.intgetGroup()Gets the group.intgetPage()Gets the page.intgetSpread()Gets the spread.voidsetDocument(java.lang.String document)Sets the document.voidsetFrame(int frame)Sets the frame.voidsetGroup(int group)Sets the group.voidsetPage(int page)Sets the page.voidsetSpread(int spread)Sets the spread.
-
-
-
Method Detail
-
getFrame
public int getFrame()
Description copied from interface:ParentIdsGets the frame.
-
setFrame
public void setFrame(int frame)
Description copied from interface:ParentIdsSets the frame.
-
getGroup
public int getGroup()
Description copied from interface:ParentIdsGets the group.
-
setGroup
public void setGroup(int group)
Description copied from interface:ParentIdsSets the group.
-
getPage
public int getPage()
Description copied from interface:ParentIdsGets the page.
-
setPage
public void setPage(int page)
Description copied from interface:ParentIdsSets the page.
-
getSpread
public int getSpread()
Description copied from interface:ParentIdsGets the spread.
-
setSpread
public void setSpread(int spread)
Description copied from interface:ParentIdsSets the spread.
-
getDocument
public java.lang.String getDocument()
Description copied from interface:ParentIdsGets the document.- Specified by:
getDocumentin interfaceParentIds- Returns:
- the document
-
setDocument
public void setDocument(java.lang.String document)
Description copied from interface:ParentIdsSets the document.- Specified by:
setDocumentin interfaceParentIds- Parameters:
document- the new document
-
-