org.exoplatform.wiki.service.search
Class TitleSearchResult

java.lang.Object
  extended by org.exoplatform.wiki.service.search.TitleSearchResult

public class TitleSearchResult
extends Object


Constructor Summary
TitleSearchResult(String title, String path, String type, String url)
           
 
Method Summary
 String getPath()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 void setPath(String path)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleSearchResult

public TitleSearchResult(String title,
                         String path,
                         String type,
                         String url)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getPath

public String getPath()

setPath

public void setPath(String path)

setTitle

public void setTitle(String title)

getTitle

public String getTitle()

setUrl

public void setUrl(String url)

getUrl

public String getUrl()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.