public class WorkgroupQueueEntity extends Object
Constructor and Description |
---|
WorkgroupQueueEntity(tigase.xmpp.jid.BareJID jid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
tigase.xmpp.jid.BareJID[] |
getAgents()
Returns list of JIDs allowed to be agent in this queue.
|
Date |
getCreationDate() |
tigase.xmpp.jid.BareJID |
getCreatorJid() |
String |
getDescription()
Returns human readable description of workgroup queue.
|
tigase.xmpp.jid.BareJID |
getJid()
Returns JID of workgroup queue.
|
String |
getMucDomain()
Returns MUC Component domain name.
|
int |
hashCode() |
void |
setAgents(tigase.xmpp.jid.BareJID[] agents)
Sets list of JIDs allowed to be agent.
|
void |
setCreationDate(Date creationDate) |
void |
setCreatorJid(tigase.xmpp.jid.BareJID creatorJid) |
void |
setDescription(String description)
Sets human readable description of workgroup queue.
|
void |
setMucDomain(String mucDomain)
Sets MUC Component domain name.
|
public tigase.xmpp.jid.BareJID[] getAgents()
public void setAgents(tigase.xmpp.jid.BareJID[] agents)
agents
- agents JIDspublic Date getCreationDate()
public void setCreationDate(Date creationDate)
public tigase.xmpp.jid.BareJID getCreatorJid()
public void setCreatorJid(tigase.xmpp.jid.BareJID creatorJid)
public String getDescription()
public void setDescription(String description)
description
- human readable description of workgroup queue.public tigase.xmpp.jid.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 © 2016–2019 Tigase. All rights reserved.