public class PageInfo extends Object
PageInfo class.
Constructor and Description |
---|
PageInfo()
Constructor for PageInfo.
|
Modifier and Type | Method and Description |
---|---|
String |
getAllItems()
Getter for the field
allItems . |
String |
getEndPage()
Getter for the field
endPage . |
String |
getInfo()
Getter for the field
info . |
boolean |
getIsEnd()
Getter for the field
isEnd . |
boolean |
getIsStart()
Getter for the field
isStart . |
String |
getStartPage()
Getter for the field
startPage . |
boolean |
isEnd()
isEnd.
|
boolean |
isStart()
isStart.
|
void |
setAllItems(String allItems)
Setter for the field
allItems . |
void |
setEndPage(String endPage)
Setter for the field
endPage . |
void |
setInfo(String info)
Setter for the field
info . |
void |
setIsEnd(boolean isEnd)
Setter for the field
isEnd . |
void |
setIsStart(boolean isStart)
Setter for the field
isStart . |
void |
setStartPage(String startPage)
Setter for the field
startPage . |
public void setInfo(String info)
Setter for the field info
.
info
- a String
object.public void setStartPage(String startPage)
Setter for the field startPage
.
startPage
- a String
object.public void setEndPage(String endPage)
Setter for the field endPage
.
endPage
- a String
object.public void setAllItems(String allItems)
Setter for the field allItems
.
allItems
- a String
object.public boolean isStart()
isStart.
public boolean getIsStart()
Getter for the field isStart
.
public void setIsStart(boolean isStart)
Setter for the field isStart
.
isStart
- a boolean.public boolean isEnd()
isEnd.
public boolean getIsEnd()
Getter for the field isEnd
.
public void setIsEnd(boolean isEnd)
Setter for the field isEnd
.
isEnd
- a boolean.Copyright © 2015 SeqWare. All rights reserved.