Class EntityPropertyFindRequest

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityPropertyHistoricalFindRequest

public class EntityPropertyFindRequest extends PropertyMatchFindRequest
EntityPropertyFindRequests restricts a find request to entities with specific classifications.
See Also:
  • Constructor Details

    • EntityPropertyFindRequest

      public EntityPropertyFindRequest()
      Default constructor
    • EntityPropertyFindRequest

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

    • getLimitResultsByClassification

      public List<String> getLimitResultsByClassification()
      Return the list of classifications that must be present in the results.
      Returns:
      list of classification names
    • setLimitResultsByClassification

      public void setLimitResultsByClassification(List<String> limitResultsByClassification)
      Set up the list of classifications that must be present in the results.
      Parameters:
      limitResultsByClassification - list of classifications
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class PropertyMatchFindRequest
      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 PropertyMatchFindRequest
      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 PropertyMatchFindRequest
      Returns:
      int hash code