Class ParentIdsImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.ParentIdsImpl
- All Implemented Interfaces:
ParentIds,Serializable
- Direct Known Subclasses:
ParentUIdsImpl
The type Parent ids.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the document.intgetFrame()Gets the frame.intgetGroup()Gets the group.intgetPage()Gets the page.intGets the spread.voidsetDocument(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.
-
Constructor Details
-
ParentIdsImpl
public ParentIdsImpl()
-
-
Method Details
-
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
Description copied from interface:ParentIdsGets the document.- Specified by:
getDocumentin interfaceParentIds- Returns:
- the document
-
setDocument
Description copied from interface:ParentIdsSets the document.- Specified by:
setDocumentin interfaceParentIds- Parameters:
document- the new document
-