|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.jabberaccregwizz.NewAccount
public class NewAccount
| Constructor Summary | |
|---|---|
NewAccount(String userName,
char[] password,
String serverAddress,
String port)
Creates a new account by specifying the account user name and password. |
|
| Method Summary | |
|---|---|
char[] |
getPassword()
Returns the account password. |
String |
getServerAddress()
Returns the server address. |
String |
getServerPort()
Returns the port of the server. |
String |
getUserName()
Returns the account user name. |
void |
setPassword(char[] password)
Sets the account password. |
void |
setServerAddress(String serverAddress)
Sets the server address. |
void |
setUserName(String userName)
Sets the account user name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewAccount(String userName,
char[] password,
String serverAddress,
String port)
userName - the account user namepassword - the account passwordserverAddress - the server address to setport - the port to connect to| Method Detail |
|---|
public void setUserName(String userName)
userName - the user name of the accountpublic String getUserName()
public void setPassword(char[] password)
password - the account passwordpublic char[] getPassword()
public void setServerAddress(String serverAddress)
serverAddress - the server address to setpublic String getServerAddress()
public String getServerPort()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||