Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.rssaccregwizz
Class RssAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistration

public class RssAccountRegistration
extends Object


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

Constructor Detail

RssAccountRegistration

public RssAccountRegistration()
Method Detail

getUserID

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

Returns:
the User ID of the rss registration account.

setUserID

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

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

getPassword

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

Returns:
the password of the Rss registration account.

setPassword

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

Parameters:
password - the password of the Rss 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 Rss 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.