|
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.icqaccregwizz.IcqAccountRegistration
public class IcqAccountRegistration
The IcqAccountRegistration is used to store all user input data through the IcqAccountRegistrationWizard.
| Constructor Summary | |
|---|---|
IcqAccountRegistration()
|
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password of the icq registration account. |
String |
getUin()
Returns the UIN of the icq registration account. |
boolean |
isRememberPassword()
Returns TRUE if password has to remembered, FALSE otherwise. |
void |
setPassword(String password)
Sets the password of the icq registration account. |
void |
setRememberPassword(boolean rememberPassword)
Sets the rememberPassword value of this icq account registration. |
void |
setUin(String uin)
Sets the UIN of the icq registration account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IcqAccountRegistration()
| Method Detail |
|---|
public String getPassword()
public void setPassword(String password)
password - the password of the icq registration account.public boolean isRememberPassword()
public void setRememberPassword(boolean rememberPassword)
rememberPassword - TRUE if password has to remembered, FALSE
otherwisepublic String getUin()
public void setUin(String uin)
uin - the UIN of the icq registration account.
|
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 | |||||||||