Class EntityPropertyHistoricalFindRequest

All Implemented Interfaces:
RequestIdService

public class EntityPropertyHistoricalFindRequest extends EntityPropertyFindRequest
EntityPropertyHistoricalFindRequest provides an extension to the search parameters to include the point-in-time that the request should be based on. This extension is used since historical queries are optional support.
  • Constructor Details

    • EntityPropertyHistoricalFindRequest

      public EntityPropertyHistoricalFindRequest()
      Default constructor
    • EntityPropertyHistoricalFindRequest

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

    • getAsOfTime

      public Date getAsOfTime()
      Return the point-in-time for the search.
      Returns:
      date object
    • setAsOfTime

      public void setAsOfTime(Date asOfTime)
      Set up the point-in-time for the search.
      Parameters:
      asOfTime - date object
    • toString

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