Package org.bsc.confluence.xmlrpc
Class SearchResult
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.SearchResult
-
public class SearchResult extends MapObject
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description SearchResult()SearchResult(Map<String,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExcerpt()a short excerpt of this result if it makes senseStringgetId()the long ID of this result (if the type has one)StringgetTitle()the feed's titleStringgetType()the type of this result - page, comment, spacedesc, attachment, userinfo, blogpostStringgetUrl()the remote URL needed to view this search result onlinevoidsetExcerpt(String excerpt)voidsetId(String id)voidsetTitle(String title)voidsetType(String type)voidsetUrl(String url)
-
-
-
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)
-
-