org.jivesoftware.smackx.workgroup.settings
Class ChatSetting
java.lang.Object
   org.jivesoftware.smackx.workgroup.settings.ChatSetting
org.jivesoftware.smackx.workgroup.settings.ChatSetting
- public class ChatSetting 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ChatSetting
public ChatSetting(String key,
                   String value,
                   int type)
getKey
public String getKey()
- 
 
setKey
public void setKey(String key)
- 
 
getValue
public String getValue()
- 
 
setValue
public void setValue(String value)
- 
 
getType
public int getType()
- 
 
setType
public void setType(int type)
- 
 
Copyright © 2003-2007 Jive Software.