public class Queue extends Object implements Serializable
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
HandlerClass |
getHandlerClass()
Returns the value of field 'handlerClass'.
|
String |
getInterval()
Returns the value of field 'interval'.
|
String |
getQueueId()
Returns the value of field 'queueId'.
|
int |
hashCode()
Method hashCode.
|
void |
setHandlerClass(HandlerClass handlerClass)
Sets the value of field 'handlerClass'.
|
void |
setInterval(String interval)
Sets the value of field 'interval'.
|
void |
setQueueId(String queueId)
Sets the value of field 'queueId'.
|
public boolean equals(Object obj)
public HandlerClass getHandlerClass()
public String getInterval()
public String getQueueId()
public int hashCode()
public void setHandlerClass(HandlerClass handlerClass)
handlerClass - the value of field 'handlerClass'.public void setInterval(String interval)
interval - the value of field 'interval'.public void setQueueId(String queueId)
queueId - the value of field 'queueId'.Copyright © 2017. All rights reserved.