com.atlassian.confluence.it
Class SearchResult

java.lang.Object
  extended by com.atlassian.confluence.it.SearchResult

public class SearchResult
extends Object


Constructor Summary
SearchResult(String type, long id, String title, String url, String excerpt)
           
 
Method Summary
 String getExcerpt()
           
 long getId()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(String type,
                    long id,
                    String title,
                    String url,
                    String excerpt)
Method Detail

getType

public String getType()

getId

public long getId()

getTitle

public String getTitle()

getUrl

public String getUrl()

getExcerpt

public String getExcerpt()


Copyright © 2003-2013 Atlassian. All Rights Reserved.