Class CompareDateExpression

    • Constructor Detail

      • CompareDateExpression

        public CompareDateExpression()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getDate

        public Date getDate()
        Deprecated.
        Returns the static date that is used for the comparison.
        Returns:
        the date.
      • setDate

        public void setDate​(Date date)
        Deprecated.
        Defines the static date for the comparison. If no date is defined, this expression will always evaluate to false.
        Parameters:
        date - the static date for the comparison.