Class SongFilters.IdFilter

    • Method Detail

      • getIds

        public Set<Long> getIds()
      • toExpression

        public String toExpression()
        Description copied from interface: SongFilter

        Represent this filter as some sort of expression, e.g. a database WHERE clause.

        By default a string is returned.

        Specified by:
        toExpression in interface SongFilter
        Returns:
        expression
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object