sound.chat
Class ConnectionSettings

java.lang.Object
  extended by sound.chat.ConnectionSettings

public class ConnectionSettings
extends java.lang.Object


Constructor Summary
ConnectionSettings()
           
 
Method Summary
 int getConnectionType()
           
 int getFormatCode()
           
 void setConnectionType(int nConnectionType)
           
 void setFormatCode(int nFormatCode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionSettings

public ConnectionSettings()
Method Detail

setConnectionType

public void setConnectionType(int nConnectionType)

getConnectionType

public int getConnectionType()

setFormatCode

public void setFormatCode(int nFormatCode)

getFormatCode

public int getFormatCode()