org.jasig.portlet.widget.service
Class GoogleGadgetService.GadgetEntry

java.lang.Object
  extended by org.jasig.portlet.widget.service.GoogleGadgetService.GadgetEntry
Enclosing class:
GoogleGadgetService

public final class GoogleGadgetService.GadgetEntry
extends Object


Constructor Summary
GoogleGadgetService.GadgetEntry(String configUrl, String name, String imageUrl)
           
 
Method Summary
 String getConfigUrl()
           
 String getImageUrl()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleGadgetService.GadgetEntry

public GoogleGadgetService.GadgetEntry(String configUrl,
                                       String name,
                                       String imageUrl)
Method Detail

getConfigUrl

public String getConfigUrl()

getName

public String getName()

getImageUrl

public String getImageUrl()


Copyright © 2011 Jasig. All Rights Reserved.