public class OMRSAPIPagedFindRequest extends OMRSAPIFindRequest
| Constructor and Description |
|---|
OMRSAPIPagedFindRequest()
Default constructor
|
OMRSAPIPagedFindRequest(OMRSAPIPagedFindRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
getOffset()
Return the starting element number for this set of results.
|
int |
getPageSize()
Return the maximum number of elements that can be returned on this request.
|
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 |
hashCode()
Create a hash code for this element type.
|
void |
setOffset(int offset)
Set up the starting element number for this set of results.
|
void |
setPageSize(int pageSize)
Set up the maximum number of elements that can be returned on this request.
|
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.
|
String |
toString()
Standard toString method.
|
getLimitResultsByStatus, setLimitResultsByStatuspublic OMRSAPIPagedFindRequest()
public OMRSAPIPagedFindRequest(OMRSAPIPagedFindRequest template)
template - object to copypublic String getSequencingProperty()
public void setSequencingProperty(String sequencingProperty)
sequencingProperty - property namepublic SequencingOrder getSequencingOrder()
public void setSequencingOrder(SequencingOrder sequencingOrder)
sequencingOrder - sequencing order enumpublic int getOffset()
public void setOffset(int offset)
offset - offset numberpublic int getPageSize()
public void setPageSize(int pageSize)
pageSize - integer numberpublic String toString()
toString in class OMRSAPIFindRequestpublic boolean equals(Object objectToCompare)
equals in class OMRSAPIFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIFindRequestCopyright © 2018–2019 ODPi. All rights reserved.