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