|
|||||||||
| 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 | |
|---|---|
String |
getCommonName()
Retrieves the common name for the group. |
Date |
getCreateTime()
Retrieves the time when this queue was created. |
String |
getDescription()
Retrieves the description of this queue. |
long |
getId()
Retrieves the identifier for this queue. |
String |
getTitle()
Retrieves the title of this queue. |
Date |
getUpdatedTime()
Retrieves the time when this queue was modified. |
void |
setCommonName(String aCommonName)
Sets the common name of the group. |
void |
setDescription(String aDescription)
Sets the description of a queue when creating a new group queue. |
void |
setTitle(String aTitle)
Sets the title of a queue when creating a new group queue. |
| Method Detail |
|---|
long getId()
String getDescription()
void setDescription(String aDescription)
aDescription - The description of the queue to be created.String getTitle()
void setTitle(String aTitle)
aTitle - The title of the queue to be created.void setCommonName(String aCommonName)
aCommonName - The common name of the group.String getCommonName()
Date getCreateTime()
Date object containing the creation time.Date getUpdatedTime()
Date object containing the modified time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||