Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.zeroconfaccregwizz
Class ZeroconfAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration

public class ZeroconfAccountRegistration
extends Object

The ZeroconfAccountRegistration is used to store all user input data through the ZeroconfAccountRegistrationWizard.

Author:
Christian Vincenot, Maxime Catelin

Constructor Summary
ZeroconfAccountRegistration()
           
 
Method Summary
 String getFirst()
          Returns the password of the Zeroconf registration account.
 String getLast()
          Returns the last name
 String getMail()
          Returns the mail address
 String getUserID()
          Returns the User ID of the zeroconf registration account.
 boolean isRememberContacts()
          Returns true if password has to remembered, false otherwise.
 void setFirst(String first)
          Sets the password of the Zeroconf registration account.
 void setLast(String last)
          Sets the last name
 void setMail(String mail)
          Sets the mail address
 void setRememberContacts(boolean rememberContacts)
          Sets the rememberPassword value of this Zeroconf account registration.
 void setUserID(String userID)
          Sets the user ID of the zeroconf registration account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeroconfAccountRegistration

public ZeroconfAccountRegistration()
Method Detail

getUserID

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

Returns:
the User ID of the zeroconf registration account.

setUserID

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

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

getFirst

public String getFirst()
Returns the password of the Zeroconf registration account.

Returns:
the password of the Zeroconf registration account.

setFirst

public void setFirst(String first)
Sets the password of the Zeroconf registration account.

Parameters:
first - first name

isRememberContacts

public boolean isRememberContacts()
Returns true if password has to remembered, false otherwise.

Returns:
true if password has to remembered, false otherwise.

setRememberContacts

public void setRememberContacts(boolean rememberContacts)
Sets the rememberPassword value of this Zeroconf account registration.

Parameters:
rememberContacts - true if we want to remember the contacts we meet, false otherwise

getLast

public String getLast()
Returns the last name

Returns:
last name

setLast

public void setLast(String last)
Sets the last name

Parameters:
last - last name

getMail

public String getMail()
Returns the mail address

Returns:
mail address

setMail

public void setMail(String mail)
Sets the mail address

Parameters:
mail - mail address

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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