org.kuali.maven.plugins.graph.pojo
Class LabelCount
java.lang.Object
org.kuali.maven.plugins.graph.pojo.LabelCount
- All Implemented Interfaces:
- Comparable<LabelCount>
public class LabelCount
- extends Object
- implements Comparable<LabelCount>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelCount
public LabelCount()
LabelCount
public LabelCount(String label,
int count)
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.