public class RelatedEntitiesFindRequest extends OMRSAPIPagedFindRequest
| Constructor and Description |
|---|
RelatedEntitiesFindRequest()
Default constructor
|
RelatedEntitiesFindRequest(RelatedEntitiesFindRequest 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.
|
List<String> |
getEntityTypeGUIDs()
Return the list of entity types that should restrict the find request.
|
List<String> |
getLimitResultsByClassification()
Return the list of entity classifications that should restrict the find request.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntityTypeGUIDs(List<String> entityTypeGUIDs)
Set up the list of entity types that should restrict the find request.
|
void |
setLimitResultsByClassification(List<String> limitResultsByClassification)
Set up the list of entity classifications that should restrict the find request.
|
String |
toString()
Standard toString method.
|
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic RelatedEntitiesFindRequest()
public RelatedEntitiesFindRequest(RelatedEntitiesFindRequest template)
template - object to copypublic List<String> getEntityTypeGUIDs()
public void setEntityTypeGUIDs(List<String> entityTypeGUIDs)
entityTypeGUIDs - list of guidspublic List<String> getLimitResultsByClassification()
public void setLimitResultsByClassification(List<String> limitResultsByClassification)
limitResultsByClassification - list of classification namespublic String toString()
toString in class OMRSAPIPagedFindRequestpublic boolean equals(Object objectToCompare)
equals in class OMRSAPIPagedFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIPagedFindRequestCopyright © 2018–2020 ODPi. All rights reserved.