org.codehaus.swizzle.confluence
Class SearchResult

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.SearchResult

public class SearchResult
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
SearchResult()
           
SearchResult(Map data)
           
 
Method Summary
 String getExcerpt()
          a short excerpt of this result if it makes sense
 String getId()
          the long ID of this result (if the type has one)
 String getTitle()
          the feed's title
 String getType()
          the type of this result - page, comment, spacedesc, attachment, userinfo, blogpost
 String getUrl()
          the remote URL needed to view this search result online
 void setExcerpt(String excerpt)
           
 void setId(String id)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.MapObject
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()

SearchResult

public SearchResult(Map data)
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)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.