public class ResultSetPaginatedData extends Object implements Serializable
| Constructor and Description |
|---|
ResultSetPaginatedData()
Instantiates a new searched folder.
|
ResultSetPaginatedData(int offset,
int limit,
boolean isServerSearchFinished)
Instantiates a new result set paginated data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClientStartIndex()
Gets the client start index.
|
List<ConcessioneDV> |
getData()
Gets the data.
|
int |
getLimit()
Gets the limit.
|
int |
getOffset()
Gets the offset.
|
static long |
getSerialversionuid()
Gets the serialversionuid.
|
long |
getTotalItems()
Gets the total items.
|
boolean |
isServerSearchFinished()
Checks if is server search finished.
|
void |
setClientStartIndex(int clientStartIndex)
Sets the client start index.
|
void |
setData(List<ConcessioneDV> data)
Sets the data.
|
void |
setLimit(int limit)
Sets the limit.
|
void |
setOffset(int offset)
Sets the offset.
|
void |
setServerSearchFinished(boolean isServerSearchFinished)
Sets the server search finished.
|
void |
setTotalItems(long totalItems)
Sets the total items.
|
String |
toString() |
public ResultSetPaginatedData()
public ResultSetPaginatedData(int offset,
int limit,
boolean isServerSearchFinished)
offset - the offsetlimit - the limitisServerSearchFinished - the is server search finishedpublic List<ConcessioneDV> getData()
public int getClientStartIndex()
public int getLimit()
public boolean isServerSearchFinished()
public void setData(List<ConcessioneDV> data)
data - the new datapublic void setClientStartIndex(int clientStartIndex)
clientStartIndex - the new client start indexpublic void setLimit(int limit)
limit - the new limitpublic void setServerSearchFinished(boolean isServerSearchFinished)
isServerSearchFinished - the new server search finishedpublic long getTotalItems()
public void setTotalItems(long totalItems)
totalItems - the new total itemspublic static long getSerialversionuid()
public int getOffset()
public void setOffset(int offset)
offset - the new offsetCopyright © 2022. All Rights Reserved.