org.jboss.portal.search.result
Interface Result

All Known Implementing Classes:
AbstractResult, CMSResult, SimpleResult

public interface Result

Version:
$Revision: 8784 $
Author:
Thomas Heute

Method Summary
 float getScore()
           
 LocalizedString getTitle()
           
 LocalizedString getType()
           
 ResultURL getURL()
           
 

Method Detail

getScore

float getScore()

getURL

ResultURL getURL()

getTitle

LocalizedString getTitle()

getType

LocalizedString getType()