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

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

public final class GoogleGadgetService.GadgetList
extends Object


Constructor Summary
GoogleGadgetService.GadgetList(int total, List<GoogleGadgetService.GadgetEntry> gadgets)
           
 
Method Summary
 List<GoogleGadgetService.GadgetEntry> getGadgets()
           
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleGadgetService.GadgetList

public GoogleGadgetService.GadgetList(int total,
                                      List<GoogleGadgetService.GadgetEntry> gadgets)
Method Detail

getTotal

public int getTotal()

getGadgets

public List<GoogleGadgetService.GadgetEntry> getGadgets()


Copyright © 2011 Jasig. All Rights Reserved.