|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.message.Queue
public class Queue
This Queue object is the value object which contains the properties of Queue along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Queue.Message
An inner class that contains the remaining properties of the Queue. |
Field Summary | |
---|---|
java.lang.String |
description
|
java.util.Vector |
messageList
|
java.lang.String |
queueName
|
java.lang.String |
queueType
|
Constructor Summary | |
---|---|
Queue()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the queue. |
java.util.Vector |
getMessageList()
Returns the list of all the messages in the queue. |
java.lang.String |
getQueueName()
Returns the name of the queue. |
java.lang.String |
getQueueType()
Returns the type of the message in queue. |
void |
setDescription(java.lang.String description)
Sets the description of the queue. |
void |
setMessageList(java.util.Vector messageList)
Sets the list of all the messages in the queue. |
void |
setQueueName(java.lang.String queueName)
Sets the name of the queue. |
void |
setQueueType(java.lang.String queueType)
Sets the type of the message in queue. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public java.util.Vector messageList
public java.lang.String queueName
public java.lang.String queueType
Constructor Detail |
---|
public Queue()
Method Detail |
---|
public java.lang.String getDescription()
public java.util.Vector getMessageList()
public java.lang.String getQueueName()
public java.lang.String getQueueType()
public void setDescription(java.lang.String description)
description
- - description of the queue.public void setMessageList(java.util.Vector messageList)
messageList
- - list of all the messages in the queue.public void setQueueName(java.lang.String queueName)
queueName
- - name of the queue.public void setQueueType(java.lang.String queueType)
queueType
- - the type of the message in queue.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |