public class EntityFindRequest extends InstanceFindRequest
| Constructor and Description |
|---|
EntityFindRequest()
Default constructor
|
EntityFindRequest(EntityFindRequest 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.
|
SearchClassifications |
getMatchClassifications()
Return the list of classification search criteria.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setMatchClassifications(SearchClassifications matchClassifications)
Set the list of classification search criteria.
|
String |
toString()
Standard toString method.
|
getMatchProperties, setMatchPropertiesgetSubtypeGUIDs, setSubtypeGUIDsgetTypeGUID, setTypeGUIDgetOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic EntityFindRequest()
public EntityFindRequest(EntityFindRequest template)
template - object to copypublic SearchClassifications getMatchClassifications()
public void setMatchClassifications(SearchClassifications matchClassifications)
matchClassifications - to set as search criteriapublic String toString()
toString in class InstanceFindRequestpublic boolean equals(Object objectToCompare)
equals in class InstanceFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class InstanceFindRequestCopyright © 2018–2020 ODPi. All rights reserved.