public class FindRequest extends Object
| Constructor and Description |
|---|
FindRequest()
Default constructor
|
FindRequest(FindRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compare the values of the supplied object with those stored in the current object.
|
Date |
getAsOfTime()
Get the time at which the find should be issued.
|
Integer |
getPageSize()
Return the maximum number of elements that can be returned on this request.
|
String |
getSearchCriteria() |
SequencingOrder |
getSequencingOrder()
Return the sequencing order for the results.
|
String |
getSequencingProperty()
Return the name of the property that should be used to sequence the results.
|
int |
getStartingFrom()
Return the starting element number for this set of results.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAsOfTime(Date asOfTime)
set up the time at which the find should be made.
|
void |
setPageSize(Integer pageSize)
Set up the maximum number of elements that can be returned on this request.
|
void |
setSearchCriteria(String searchCriteria) |
void |
setSequencingOrder(SequencingOrder sequencingOrder)
Set up the sequencing order for the results.
|
void |
setSequencingProperty(String sequencingProperty)
Set up the name of the property that should be used to sequence the results.
|
void |
setStartingFrom(int startingFrom)
Set up the starting element number for this set of results.
|
String |
toString()
Standard toString method.
|
public FindRequest()
public FindRequest(FindRequest template)
template - object to copypublic String getSearchCriteria()
public void setSearchCriteria(String searchCriteria)
public String getSequencingProperty()
public void setSequencingProperty(String sequencingProperty)
sequencingProperty - property namepublic SequencingOrder getSequencingOrder()
public void setSequencingOrder(SequencingOrder sequencingOrder)
sequencingOrder - sequencing order enumpublic int getStartingFrom()
public void setStartingFrom(int startingFrom)
startingFrom - startingFrom numberpublic Integer getPageSize()
public void setPageSize(Integer pageSize)
pageSize - integer numberpublic Date getAsOfTime()
public void setAsOfTime(Date asOfTime)
asOfTime - Date at which the find should be issuedpublic String toString()
public boolean equals(Object o)
Copyright © 2018–2020 ODPi. All rights reserved.