Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.gibberishaccregwizz
Class GibberishAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistration

public class GibberishAccountRegistration
extends Object

The GibberishAccountRegistration is used to store all user input data through the GibberishAccountRegistrationWizard.

Author:
Emil Ivov

Constructor Summary
GibberishAccountRegistration()
           
 
Method Summary
 String getPassword()
          Returns the password of the Gibberish registration account.
 String getUserID()
          Returns the User ID of the gibberish registration account.
 boolean isRememberPassword()
          Returns true if password has to remembered, false otherwise.
 void setPassword(String password)
          Sets the password of the Gibberish registration account.
 void setRememberPassword(boolean rememberPassword)
          Sets the rememberPassword value of this Gibberish account registration.
 void setUserID(String userID)
          Sets the user ID of the gibberish registration account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GibberishAccountRegistration

public GibberishAccountRegistration()
Method Detail

getUserID

public String getUserID()
Returns the User ID of the gibberish registration account.

Returns:
the User ID of the gibberish registration account.

setUserID

public void setUserID(String userID)
Sets the user ID of the gibberish registration account.

Parameters:
userID - the userID of the gibberish registration account.

getPassword

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

Returns:
the password of the Gibberish registration account.

setPassword

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

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

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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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