|
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.ircaccregwizz.IrcAccountRegistration
public class IrcAccountRegistration
The IrcAccountRegistration is used to store all user input data through the IrcAccountRegistrationWizard.
| Constructor Summary | |
|---|---|
IrcAccountRegistration()
|
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password of the IRC registration account. |
String |
getPort()
Returns the port to use. |
String |
getServer()
Returns the server address. |
String |
getUserID()
Returns the User ID of the IRC registration account. |
boolean |
isAutoChangeNick()
Indicates if the nick should be changed automatically in case of nick collision. |
boolean |
isRememberPassword()
Returns true if password has to remembered, false otherwise. |
boolean |
isRequiredPassword()
Indicates if the password is required or not. |
void |
setAutoChangeNick(boolean autoChangeNick)
Sets the property indicating if the nick should be changed automatically in case of nick collision. |
void |
setPassword(String password)
Sets the password of the IRC registration account. |
void |
setPort(String port)
Sets the port to use. |
void |
setRememberPassword(boolean rememberPassword)
Sets the rememberPassword value of this IRC account registration. |
void |
setRequiredPassword(boolean isRequiredPassword)
Sets the isRequiredPassword property. |
void |
setServer(String server)
Sets the server address. |
void |
setUserID(String userID)
Sets the user ID of the IRC registration account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IrcAccountRegistration()
| Method Detail |
|---|
public String getUserID()
public void setUserID(String userID)
userID - the userID of the IRC registration account.public String getPassword()
public void setPassword(String password)
password - the password of the IRC registration account.public String getServer()
public void setServer(String server)
server - the address of the serverpublic String getPort()
public void setPort(String port)
port - the port to usepublic boolean isRememberPassword()
public boolean isAutoChangeNick()
true if the nick should be changed,
false - otherwise.public void setAutoChangeNick(boolean autoChangeNick)
autoChangeNick - true to indicate that the nick could
be changed, false - otherwise.public boolean isRequiredPassword()
true to indicate that the password is required,*
false - otherwise.public void setRequiredPassword(boolean isRequiredPassword)
isRequiredPassword - true to indicate that the password
is required, false - otherwise.public void setRememberPassword(boolean rememberPassword)
rememberPassword - true if password has to remembered,
false otherwise.
|
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 | |||||||||