|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
public class ZeroconfAccountRegistration
The ZeroconfAccountRegistration is used to store all user input data through the ZeroconfAccountRegistrationWizard.
| 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 |
|---|
public ZeroconfAccountRegistration()
| Method Detail |
|---|
public String getUserID()
public void setUserID(String userID)
userID - the userID of the zeroconf registration account.public String getFirst()
public void setFirst(String first)
first - first namepublic boolean isRememberContacts()
public void setRememberContacts(boolean rememberContacts)
rememberContacts - true if we want to remember the
contacts we meet, false otherwisepublic String getLast()
public void setLast(String last)
last - last namepublic String getMail()
public void setMail(String mail)
mail - mail address
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||