Smack

org.jivesoftware.smackx.workgroup.settings
Class ChatSetting

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.settings.ChatSetting

public class ChatSetting
extends Object


Constructor Summary
ChatSetting(String key, String value, int type)
           
 
Method Summary
 String getKey()
           
 int getType()
           
 String getValue()
           
 void setKey(String key)
           
 void setType(int type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatSetting

public ChatSetting(String key,
                   String value,
                   int type)
Method Detail

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)

Smack

Copyright © 2003-2007 Jive Software.