org.usergrid.mq
Class QueueSet.QueueInfo

java.lang.Object
  extended by org.usergrid.mq.QueueSet.QueueInfo
Enclosing class:
QueueSet

public static class QueueSet.QueueInfo
extends Object


Constructor Summary
QueueSet.QueueInfo()
           
QueueSet.QueueInfo(String path, UUID uuid)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPath()
           
 UUID getUuid()
           
 int hashCode()
           
 void setPath(String path)
           
 void setUuid(UUID uuid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueSet.QueueInfo

public QueueSet.QueueInfo()

QueueSet.QueueInfo

public QueueSet.QueueInfo(String path,
                          UUID uuid)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getUuid

public UUID getUuid()

setUuid

public void setUuid(UUID uuid)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.