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

java.lang.Object
  extended by org.jasig.portlet.widget.service.GoogleGadgetService.GadgetCategory
All Implemented Interfaces:
Comparable<GoogleGadgetService.GadgetCategory>
Enclosing class:
GoogleGadgetService

public final class GoogleGadgetService.GadgetCategory
extends Object
implements Comparable<GoogleGadgetService.GadgetCategory>


Constructor Summary
GoogleGadgetService.GadgetCategory(String key, String displayName)
           
 
Method Summary
 int compareTo(GoogleGadgetService.GadgetCategory category)
           
 String getDisplayName()
           
 String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleGadgetService.GadgetCategory

public GoogleGadgetService.GadgetCategory(String key,
                                          String displayName)
Method Detail

getKey

public String getKey()

getDisplayName

public String getDisplayName()

compareTo

public int compareTo(GoogleGadgetService.GadgetCategory category)
Specified by:
compareTo in interface Comparable<GoogleGadgetService.GadgetCategory>


Copyright © 2011 Jasig. All Rights Reserved.