Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.icqaccregwizz
Class IcqAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistration

public class IcqAccountRegistration
extends Object

The IcqAccountRegistration is used to store all user input data through the IcqAccountRegistrationWizard.

Author:
Yana Stamcheva

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

IcqAccountRegistration

public IcqAccountRegistration()
Method Detail

getPassword

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

Returns:
the password of the icq registration account.

setPassword

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

Parameters:
password - the password of the icq 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 icq account registration.

Parameters:
rememberPassword - TRUE if password has to remembered, FALSE otherwise

getUin

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

Returns:
the UIN of the icq registration account.

setUin

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

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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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