org.jboss.portal.cms.search
Class CMSResult

java.lang.Object
  extended by org.jboss.portal.cms.search.CMSResult
All Implemented Interfaces:
Result

public class CMSResult
extends java.lang.Object
implements Result

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
CMSResult(File file, java.lang.String prefix)
           
 
Method Summary
 float getScore()
           
 LocalizedString getTitle()
           
 LocalizedString getType()
           
 ResultURL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSResult

public CMSResult(File file,
                 java.lang.String prefix)
Method Detail

getScore

public float getScore()
Specified by:
getScore in interface Result

getURL

public ResultURL getURL()
Specified by:
getURL in interface Result

getTitle

public LocalizedString getTitle()
Specified by:
getTitle in interface Result

getType

public LocalizedString getType()
Specified by:
getType in interface Result