public class SearchStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isMaxSize |
protected boolean |
resultEOF |
protected int |
size |
| Constructor and Description |
|---|
SearchStatus() |
SearchStatus(boolean resultEOF,
int size,
boolean isMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
boolean |
isMaxSize() |
boolean |
isResultEOF() |
void |
setIsMaxSize(boolean isMaxSize) |
void |
setResultEOF(boolean resultEOF) |
void |
setSize(int size) |
String |
toString() |
protected boolean resultEOF
protected int size
protected boolean isMaxSize
public SearchStatus()
public SearchStatus(boolean resultEOF,
int size,
boolean isMaxSize)
resultEOF - size - public boolean isResultEOF()
public void setResultEOF(boolean resultEOF)
resultEOF - the resultEOF to setpublic int getSize()
public void setSize(int size)
size - the size to setpublic boolean isMaxSize()
public void setIsMaxSize(boolean isMaxSize)
Copyright © 2015. All Rights Reserved.