Class SearchResult


  • public class SearchResult
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • SearchResult

        public SearchResult()
    • Method Detail

      • getTitle

        public String getTitle()
        the feed's title
      • setTitle

        public void setTitle​(String title)
      • getUrl

        public String getUrl()
        the remote URL needed to view this search result online
      • setUrl

        public void setUrl​(String url)
      • getExcerpt

        public String getExcerpt()
        a short excerpt of this result if it makes sense
      • setExcerpt

        public void setExcerpt​(String excerpt)
      • getType

        public String getType()
        the type of this result - page, comment, spacedesc, attachment, userinfo, blogpost
      • setType

        public void setType​(String type)
      • getId

        public String getId()
        the long ID of this result (if the type has one)
      • setId

        public void setId​(String id)