org.codehaus.swizzle.confluence
Class SearchResult
java.lang.Object
org.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.SearchResult
public class SearchResult
- extends MapObject
- Version:
- $Revision$ $Date$
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
fields |
| 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 |
SearchResult
public SearchResult()
SearchResult
public SearchResult(Map data)
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.