Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.yahooaccregwizz
Class YahooAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistration

public class YahooAccountRegistration
extends Object

The YahooAccountRegistration is used to store all user input data through the YahooAccountRegistrationWizard.

Author:
Yana Stamcheva

Constructor Summary
YahooAccountRegistration()
           
 
Method Summary
 String getPassword()
          Returns the password of the yahoo registration account.
 String getUin()
          Returns the UIN of the yahoo registration account.
 boolean isRememberPassword()
          Returns TRUE if password has to remembered, FALSE otherwise.
 void setPassword(String password)
          Sets the password of the yahoo registration account.
 void setRememberPassword(boolean rememberPassword)
          Sets the rememberPassword value of this yahoo account registration.
 void setUserID(String uin)
          Sets the UIN of the yahoo registration account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooAccountRegistration

public YahooAccountRegistration()
Method Detail

getPassword

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

Returns:
the password of the yahoo registration account.

setPassword

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

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

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

getUin

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

Returns:
the UIN of the yahoo registration account.

setUserID

public void setUserID(String uin)
Sets the UIN of the yahoo registration account.

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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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