Interface SearchFilter

All Superinterfaces:
SharedObject, WithId, WithName

public interface SearchFilter extends WithId, WithName, SharedObject
  • Method Details

    • getDescription

      String getDescription()
    • getAuthorId

      Long getAuthorId()
    • getUpdateAuthorId

      Long getUpdateAuthorId()
    • getQueryString

      String getQueryString()
    • getCreated

      LocalDateTime getCreated()
    • getUpdated

      LocalDateTime getUpdated()
    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • setAuthor

      void setAuthor(User author)
    • setQueryString

      void setQueryString(String queryString)