Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
Class NewChatRoom

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom

public class NewChatRoom
extends Object

The NewChatRoom is meant to be used from the CreateChatRoomWizard, to collect information concerning the new chat room.

Author:
Yana Stamcheva

Constructor Summary
NewChatRoom()
           
 
Method Summary
 String getChatRoomName()
           
 String getInvitationMessage()
           
 ProtocolProviderService getProtocolProvider()
           
 List<String> getUserList()
           
 void setChatRoomName(String chatRoomName)
           
 void setInvitationMessage(String invitationMessage)
           
 void setProtocolProvider(ProtocolProviderService protocolProvider)
           
 void setUserList(List<String> userList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewChatRoom

public NewChatRoom()
Method Detail

getInvitationMessage

public String getInvitationMessage()

setInvitationMessage

public void setInvitationMessage(String invitationMessage)

getUserList

public List<String> getUserList()

setUserList

public void setUserList(List<String> userList)

getChatRoomName

public String getChatRoomName()

setChatRoomName

public void setChatRoomName(String chatRoomName)

getProtocolProvider

public ProtocolProviderService getProtocolProvider()

setProtocolProvider

public void setProtocolProvider(ProtocolProviderService protocolProvider)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.