SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.aimaccregwizz
Class AimAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistration

public class AimAccountRegistration
extends Object

The AimAccountRegistration is used to store all user input data through the AimAccountRegistrationWizard.

Author:
Yana Stamcheva, Lubomir Marinov

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

AimAccountRegistration

public AimAccountRegistration()
Method Detail

getPassword

public String getPassword()
Returns the password of the aim registration account.

Returns:
the password of the aim registration account.

setPassword

public void setPassword(String password)
Sets the password of the aim registration account.

Parameters:
password - the password of the aim registration account.

isRememberPassword

public boolean isRememberPassword()
Returns true if password has to remembered, false otherwise.

Returns:
true if password has to remembered, false otherwise

setRememberPassword

public void setRememberPassword(boolean rememberPassword)
Sets the rememberPassword value of this aim account registration.

Parameters:
rememberPassword - true if password has to remembered, false otherwise

getUin

public String getUin()
Returns the UIN of the aim registration account.

Returns:
the UIN of the aim registration account.

setUin

public void setUin(String uin)
Sets the UIN of the aim registration account.

Parameters:
uin - the UIN of the aim registration account.

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.