com.adobe.idp.taskmanager.dsc.client.queuemanager
Interface GroupQueue

All Superinterfaces:
java.io.Serializable

public interface GroupQueue
extends java.io.Serializable

Describes a group queue. A GroupQueue object is returned when retrieving group queues.

See Also:
QueueManager

Method Summary
 java.lang.String getCommonName()
          Retrieves the common name for the group.
 java.util.Date getCreateTime()
          Retrieves the time when this queue was created.
 java.lang.String getDescription()
          Retrieves the description of this queue.
 long getId()
          Retrieves the identifier for this queue.
 java.lang.String getTitle()
          Retrieves the title of this queue.
 java.util.Date getUpdatedTime()
          Retrieves the time when this queue was modified.
 void setCommonName(java.lang.String aCommonName)
          Sets the common name of the group.
 void setDescription(java.lang.String aDescription)
          Sets the description of a queue when creating a new group queue.
 void setTitle(java.lang.String aTitle)
          Sets the title of a queue when creating a new group queue.
 

Method Detail

getId

long getId()
Retrieves the identifier for this queue.

Returns:
The queue identifier.

getDescription

java.lang.String getDescription()
Retrieves the description of this queue.

Returns:
The queue description.

setDescription

void setDescription(java.lang.String aDescription)
Sets the description of a queue when creating a new group queue.

Parameters:
aDescription - The description of the queue to be created.

getTitle

java.lang.String getTitle()
Retrieves the title of this queue.

Returns:
The title of the queue.

setTitle

void setTitle(java.lang.String aTitle)
Sets the title of a queue when creating a new group queue.

Parameters:
aTitle - The title of the queue to be created.

setCommonName

void setCommonName(java.lang.String aCommonName)
Sets the common name of the group.

Parameters:
aCommonName - The common name of the group.

getCommonName

java.lang.String getCommonName()
Retrieves the common name for the group.

Returns:
The common name of the group.

getCreateTime

java.util.Date getCreateTime()
Retrieves the time when this queue was created.

Returns:
A Date object containing the creation time.

getUpdatedTime

java.util.Date getUpdatedTime()
Retrieves the time when this queue was modified.

Returns:
A Date object containing the modified time.


[an error occurred while processing this directive] [an error occurred while processing this directive]