org.exoplatform.wiki.service.search
Class TitleSearchResult

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

public class TitleSearchResult
extends Object

Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Sep 22, 2010


Constructor Summary
TitleSearchResult()
           
TitleSearchResult(String fullTitle, String path, String type, String fileType)
           
 
Method Summary
 String getFileType()
           
 String getFullTitle()
           
 String getPath()
           
 String getType()
           
 String getUri()
           
 void setFileType(String fileType)
           
 void setFullTitle(String fullTitle)
           
 void setPath(String path)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleSearchResult

public TitleSearchResult()

TitleSearchResult

public TitleSearchResult(String fullTitle,
                         String path,
                         String type,
                         String fileType)
Method Detail

getFullTitle

public String getFullTitle()

setFullTitle

public void setFullTitle(String fullTitle)

getType

public String getType()

setType

public void setType(String type)

getPath

public String getPath()

setPath

public void setPath(String path)

getUri

public String getUri()

getFileType

public String getFileType()

setFileType

public void setFileType(String fileType)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.