org.jboss.portal.search.result
Interface Result

All Known Implementing Classes:
AbstractResult, SimpleResult

public interface Result

Version:
$Revision: 8784 $
Author:
Thomas Heute

Method Summary
 float getScore()
           
 org.jboss.portal.common.i18n.LocalizedString getTitle()
           
 org.jboss.portal.common.i18n.LocalizedString getType()
           
 ResultURL getURL()
           
 

Method Detail

getScore

float getScore()

getURL

ResultURL getURL()

getTitle

org.jboss.portal.common.i18n.LocalizedString getTitle()

getType

org.jboss.portal.common.i18n.LocalizedString getType()