Class HistoryRequest

    • Constructor Detail

      • HistoryRequest

        public HistoryRequest()
        Default constructor
      • HistoryRequest

        public HistoryRequest​(HistoryRequest template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getAsOfTime

        public Date getAsOfTime()
        Return the current type.
        Returns:
        date/time
      • setAsOfTime

        public void setAsOfTime​(Date asOfTime)
        Set up the current type
        Parameters:
        asOfTime - date time
      • toString

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