public class PropertyMatchFindRequest extends TypeLimitedFindRequest
| Constructor and Description |
|---|
PropertyMatchFindRequest()
Default constructor
|
PropertyMatchFindRequest(PropertyMatchFindRequest 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.
|
MatchCriteria |
getMatchCriteria()
Return the criteria for how the properties should match - ie all, any, none.
|
InstanceProperties |
getMatchProperties()
Return the collection of match properties for this find request.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setMatchCriteria(MatchCriteria matchCriteria)
Set up the criteria for how the properties should match - ie all, any, nome.
|
void |
setMatchProperties(InstanceProperties matchProperties)
Set up the collection of match properties for this find request.
|
String |
toString()
Standard toString method.
|
getTypeGUID, setTypeGUIDgetOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic PropertyMatchFindRequest()
public PropertyMatchFindRequest(PropertyMatchFindRequest template)
template - object to copypublic InstanceProperties getMatchProperties()
public void setMatchProperties(InstanceProperties matchProperties)
matchProperties - instance properties objectpublic MatchCriteria getMatchCriteria()
public void setMatchCriteria(MatchCriteria matchCriteria)
matchCriteria - match criteria enumpublic String toString()
toString in class TypeLimitedFindRequestpublic boolean equals(Object objectToCompare)
equals in class TypeLimitedFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class TypeLimitedFindRequestCopyright © 2018–2019 ODPi. All rights reserved.