|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mls.domain.Results
The results of an MLS query. Supports caching by the use of subsets.
Field Summary | |
boolean |
more
True if there are more results in the parent results set |
Property[] |
properties
The set of property results |
int |
startIndex
The index at which this results set begins (0 if the parent set) |
Constructor Summary | |
Results()
Default constructor |
Method Summary | |
Results |
getSubset(int start,
int length)
Return a subset of the properties beginning at 'start' and of length 'length'. |
static Results |
getTest()
Return a test results set |
Methods inherited from class java.lang.Object |
|
Field Detail |
public int startIndex
public boolean more
public Property[] properties
Constructor Detail |
public Results()
Method Detail |
public Results getSubset(int start, int length)
start
- the starting indexlength
- the number of properties to returnpublic static Results getTest()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |