Class PropertyMatchFindRequest

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityPropertyFindRequest, PropertyMatchHistoricalFindRequest

public class PropertyMatchFindRequest extends TypeLimitedFindRequest
PropertyMatchFindRequest adds match properties and the match criteria to a find request.
See Also:
  • Constructor Details

    • PropertyMatchFindRequest

      public PropertyMatchFindRequest()
      Default constructor
    • PropertyMatchFindRequest

      public PropertyMatchFindRequest(PropertyMatchFindRequest template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getMatchProperties

      public InstanceProperties getMatchProperties()
      Return the collection of match properties for this find request.
      Returns:
      instance properties object
    • setMatchProperties

      public void setMatchProperties(InstanceProperties matchProperties)
      Set up the collection of match properties for this find request.
      Parameters:
      matchProperties - instance properties object
    • getMatchCriteria

      public MatchCriteria getMatchCriteria()
      Return the criteria for how the properties should match - ie all, any, none.
      Returns:
      match criteria enum
    • setMatchCriteria

      public void setMatchCriteria(MatchCriteria matchCriteria)
      Set up the criteria for how the properties should match - ie all, any, nome.
      Parameters:
      matchCriteria - match criteria enum
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class TypeLimitedFindRequest
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class TypeLimitedFindRequest
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class TypeLimitedFindRequest
      Returns:
      int hash code