org.moyoman.client.reference.debug
Class GroupRatingDebugPanel.LegendListEntry

java.lang.Object
  |
  +--org.moyoman.client.reference.debug.GroupRatingDebugPanel.LegendListEntry
All Implemented Interfaces:
Comparable
Enclosing class:
GroupRatingDebugPanel

private static class GroupRatingDebugPanel.LegendListEntry
extends Object
implements Comparable

Provides a legend list entry item.

Since:
v0.01
Author:
Jeffrey M. Thompson

Field Summary
private  int _group
           
private  int _rating
           
 
Constructor Summary
GroupRatingDebugPanel.LegendListEntry(int group, int rating)
           
 
Method Summary
 int compareTo(Object object)
           
 boolean equals(Object object)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_group

private int _group

_rating

private int _rating
Constructor Detail

GroupRatingDebugPanel.LegendListEntry

public GroupRatingDebugPanel.LegendListEntry(int group,
                                             int rating)
Method Detail

compareTo

public int compareTo(Object object)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object