Package org.javlo.module.communication
Class CommunicationSiteBean
- java.lang.Object
-
- org.javlo.module.communication.CommunicationSiteBean
-
public class CommunicationSiteBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CommunicationSiteBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUser(CommunicationUserBean user)StringgetKey()StringgetLabel()Collection<CommunicationUserBean>getUsers()Map<String,CommunicationUserBean>getUsersByName()voidsetKey(String key)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getLabel
public String getLabel()
-
getUsersByName
public Map<String,CommunicationUserBean> getUsersByName()
-
getUsers
public Collection<CommunicationUserBean> getUsers()
-
addUser
public void addUser(CommunicationUserBean user)
-
-