|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupQueue
Describes a group queue. A GroupQueue object is returned when retrieving group queues.
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 |
|---|
long getId()
java.lang.String getDescription()
void setDescription(java.lang.String aDescription)
aDescription - The description of the queue to be created.java.lang.String getTitle()
void setTitle(java.lang.String aTitle)
aTitle - The title of the queue to be created.void setCommonName(java.lang.String aCommonName)
aCommonName - The common name of the group.java.lang.String getCommonName()
java.util.Date getCreateTime()
Date object containing the creation time.java.util.Date getUpdatedTime()
Date object containing the modified time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||