Interface ParentIds
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ParentUIds
- All Known Implementing Classes:
ParentIdsImpl,ParentUIdsImpl
public interface ParentIds extends java.io.SerializableThe Interface ParentIds.
-
-
Method Summary
All Methods Instance Methods Abstract 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
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
java.lang.String getDocument()
Gets the document.- Returns:
- the document
-
setDocument
void setDocument(java.lang.String document)
Sets the document.- Parameters:
document- the new document
-
-