Class ActionDateLoginCriteria

    • Constructor Detail

      • ActionDateLoginCriteria

        public ActionDateLoginCriteria()
      • ActionDateLoginCriteria

        public ActionDateLoginCriteria​(Date actionDateFrom,
                                       Date actionDateUntil)
    • Method Detail

      • getCriteriaType

        public String getCriteriaType()
        Description copied from interface: SearchCriteria
        Gets the type of criteria for the search.

        This method returns a string identifier for the type of search criteria, which is used during serialization to determine the specific criteria type.

        Specified by:
        getCriteriaType in interface SearchCriteria
        Returns:
        the criteria type as a String.
      • getActionDateFrom

        public Date getActionDateFrom()
      • setActionDateFrom

        public void setActionDateFrom​(Date actionDateFrom)
      • getActionDateUntil

        public Date getActionDateUntil()
      • setActionDateUntil

        public void setActionDateUntil​(Date actionDateUntil)