Class SearchResult

java.lang.Object
com.aoapps.web.framework.SearchResult
All Implemented Interfaces:
Comparable<SearchResult>

public class SearchResult extends Object implements Comparable<SearchResult>
Automatically generates a list of all pages.
Author:
AO Industries, Inc.
  • Constructor Details

    • SearchResult

      public SearchResult(String url, float probability, String title, String description, String author, String authorHref)
      Creates a new search result.
  • Method Details

    • getUrl

      public String getUrl()
    • getProbability

      public float getProbability()
    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()
    • getAuthor

      public String getAuthor()
    • getAuthorHref

      public String getAuthorHref()
    • compareTo

      public int compareTo(SearchResult other)
      Specified by:
      compareTo in interface Comparable<SearchResult>