Interface ParentIds
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ParentUIds
- All Known Implementing Classes:
ParentIdsImpl,ParentUIdsImpl
The Interface ParentIds.
-
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.
-
Method Details
-
getFrame
int getFrame()Gets the frame.- Returns:
- the frame
-
setFrame
void setFrame(int frame) Sets the frame.- Parameters:
frame- the new frame
-
getGroup
int getGroup()Gets the group.- Returns:
- the group
-
setGroup
void setGroup(int group) Sets the group.- Parameters:
group- the new group
-
getPage
int getPage()Gets the page.- Returns:
- the page
-
setPage
void setPage(int page) Sets the page.- Parameters:
page- the new page
-
getSpread
int getSpread()Gets the spread.- Returns:
- the spread
-
setSpread
void setSpread(int spread) Sets the spread.- Parameters:
spread- the new spread
-
getDocument
String getDocument()Gets the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
document- the new document
-