public class WorkgroupQueueEntity extends Object
Constructor and Description |
---|
WorkgroupQueueEntity(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BareJID[] |
getAgents()
Returns list of JIDs allowed to be agent in this queue.
|
Date |
getCreationDate() |
BareJID |
getCreatorJid() |
String |
getDescription()
Returns human readable description of workgroup queue.
|
BareJID |
getJid()
Returns JID of workgroup queue.
|
String |
getMucDomain()
Returns MUC Component domain name.
|
int |
hashCode() |
void |
setAgents(BareJID[] agents)
Sets list of JIDs allowed to be agent.
|
void |
setCreationDate(Date creationDate) |
void |
setCreatorJid(BareJID creatorJid) |
void |
setDescription(String description)
Sets human readable description of workgroup queue.
|
void |
setMucDomain(String mucDomain)
Sets MUC Component domain name.
|
public WorkgroupQueueEntity(BareJID jid)
public BareJID[] getAgents()
public void setAgents(BareJID[] agents)
agents
- agents JIDspublic Date getCreationDate()
public void setCreationDate(Date creationDate)
public BareJID getCreatorJid()
public void setCreatorJid(BareJID creatorJid)
public String getDescription()
public void setDescription(String description)
description
- human readable description of workgroup queue.public BareJID getJid()
public String getMucDomain()
null
, then default will be used.public void setMucDomain(String mucDomain)
null
, then default will be used.mucDomain
- domain od MUCCopyright © 2004–2019 "Tigase, Inc.". All rights reserved.