public class TypeLimitedFindRequest extends OMRSAPIPagedFindRequest
| Constructor and Description |
|---|
TypeLimitedFindRequest()
Default constructor
|
TypeLimitedFindRequest(TypeLimitedFindRequest 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.
|
String |
getTypeGUID()
Return the type guid to limit the results of the find request.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setTypeGUID(String typeGUID)
Set up the type guid to limit the results of the find request.
|
String |
toString()
Standard toString method.
|
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic TypeLimitedFindRequest()
public TypeLimitedFindRequest(TypeLimitedFindRequest template)
template - object to copypublic String getTypeGUID()
public void setTypeGUID(String typeGUID)
typeGUID - String guidpublic String toString()
toString in class OMRSAPIPagedFindRequestpublic boolean equals(Object objectToCompare)
equals in class OMRSAPIPagedFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIPagedFindRequestCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.