Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.msnaccregwizz
Class MsnAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistration

public class MsnAccountRegistration
extends Object

The MsnAccountRegistration is used to store all user input data through the MsnAccountRegistrationWizard.

Author:
Yana Stamcheva

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

Constructor Detail

MsnAccountRegistration

public MsnAccountRegistration()
Method Detail

getPassword

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

Returns:
the password of the msn registration account.

setPassword

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

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

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

getId

public String getId()
Returns the identifier of the MSN registration account.

Returns:
the identifier of the MSN registration account.

setUserID

public void setUserID(String id)
Sets the identifier of the MSN registration account.

Parameters:
id - the identifier of the MSN registration account.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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