org.kuali.maven.plugins.graph.pojo
Class LabelCount

java.lang.Object
  extended by org.kuali.maven.plugins.graph.pojo.LabelCount
All Implemented Interfaces:
Comparable<LabelCount>

public class LabelCount
extends Object
implements Comparable<LabelCount>


Constructor Summary
LabelCount()
           
LabelCount(String label, int count)
           
 
Method Summary
 int compareTo(LabelCount other)
           
 int getCount()
           
 String getLabel()
           
 void setCount(int count)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelCount

public LabelCount()

LabelCount

public LabelCount(String label,
                  int count)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getCount

public int getCount()

setCount

public void setCount(int count)

compareTo

public int compareTo(LabelCount other)
Specified by:
compareTo in interface Comparable<LabelCount>


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.