|
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.dictaccregwizz.DictAccountRegistration
public class DictAccountRegistration
The DictAccountRegistration is used to store all user input data through the DictAccountRegistrationWizard.
| Constructor Summary | |
|---|---|
DictAccountRegistration()
|
|
| Method Summary | |
|---|---|
String |
getHost()
Returns the host of the dict registration account. |
int |
getPort()
Returns the port of the dict registration account. |
net.java.dict4j.Strategy |
getStrategy()
Returns the strategy that will be used for this dict account. |
String |
getUserID()
Returns the User ID of the dict registration account. |
void |
setHost(String host)
Sets the host of the dict registration account. |
void |
setPort(int port)
Sets the port of the dict registration account. |
void |
setStrategy(net.java.dict4j.Strategy strategy)
Sets the strategy for this dict account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictAccountRegistration()
| Method Detail |
|---|
public String getUserID()
public int getPort()
public void setPort(int port)
port - the port of the dict registration account.public String getHost()
public void setHost(String host)
host - The host of the dict registration account.public net.java.dict4j.Strategy getStrategy()
public void setStrategy(net.java.dict4j.Strategy strategy)
strategy - the strategy for this dict account.
|
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 | |||||||||