public class QueueInfo extends Object implements Comparable<QueueInfo>, Serializable
| Constructor and Description |
|---|
QueueInfo() |
public String getName()
public void setName(String name)
name - the name of the queuepublic Long getSize()
public void setSize(Long size)
size - the size of the queuepublic int compareTo(QueueInfo other)
compareTo in interface Comparable<QueueInfo>Copyright © 2011-2015. All Rights Reserved.