com.genesyslab.openmedia.soa
Class QueueDTO

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.QueueDTO
All Implemented Interfaces:
java.io.Serializable

public class QueueDTO
extends java.lang.Object
implements java.io.Serializable

This class describes the DTO data for a queue.

See Also:
Serialized Form

Constructor Summary
QueueDTO()
           
 
Method Summary
 KeyValue[] getData()
          The key-value pair attributes.
 java.lang.String getQueueId()
          The queue identifier.
 void setData(KeyValue[] data)
           
 void setQueueId(java.lang.String queueId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueDTO

public QueueDTO()
Method Detail

getData

public KeyValue[] getData()
The key-value pair attributes.

Returns:
The key-value pair attributes.

setData

public void setData(KeyValue[] data)

getQueueId

public java.lang.String getQueueId()
The queue identifier.

Returns:
The queueId.

setQueueId

public void setQueueId(java.lang.String queueId)