org.jboss.portal.widget.netvibes.provider
Class NetvibesQueryResultEntry

java.lang.Object
  extended by org.jboss.portal.widget.netvibes.provider.NetvibesQueryResultEntry
All Implemented Interfaces:
DirectoryQueryResultEntry

public class NetvibesQueryResultEntry
extends java.lang.Object
implements DirectoryQueryResultEntry

Version:
$Revision$
Author:
Emanuel Muckenhuber

Constructor Summary
NetvibesQueryResultEntry(NVQueryResultMetaData meta)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getTitle()
           
 java.net.URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetvibesQueryResultEntry

public NetvibesQueryResultEntry(NVQueryResultMetaData meta)
                         throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface DirectoryQueryResultEntry

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface DirectoryQueryResultEntry

getURL

public java.net.URL getURL()
Specified by:
getURL in interface DirectoryQueryResultEntry