com.shephertz.app42.paas.sdk.jme.message
Class Queue

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.message.Queue

public class Queue
extends App42Response

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

description

public java.lang.String description

messageList

public java.util.Vector messageList

queueName

public java.lang.String queueName

queueType

public java.lang.String queueType
Constructor Detail

Queue

public Queue()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the queue.

Returns:
the description of the queue.

getMessageList

public java.util.Vector getMessageList()
Returns the list of all the messages in the queue.

Returns:
the list of all the messages in the queue.

getQueueName

public java.lang.String getQueueName()
Returns the name of the queue.

Returns:
the name of the queue.

getQueueType

public java.lang.String getQueueType()
Returns the type of the message in queue.

Returns:
the type of the message in queue.

setDescription

public void setDescription(java.lang.String description)
Sets the description of the queue.

Parameters:
description - - description of the queue.

setMessageList

public void setMessageList(java.util.Vector messageList)
Sets the list of all the messages in the queue.

Parameters:
messageList - - list of all the messages in the queue.

setQueueName

public void setQueueName(java.lang.String queueName)
Sets the name of the queue.

Parameters:
queueName - - name of the queue.

setQueueType

public void setQueueType(java.lang.String queueType)
Sets the type of the message in queue.

Parameters:
queueType - - the type of the message in queue.