Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.dictaccregwizz
Class DictAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration

public class DictAccountRegistration
extends Object

The DictAccountRegistration is used to store all user input data through the DictAccountRegistrationWizard.

Author:
ROTH Damien, LITZELMANN Cedric

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

DictAccountRegistration

public DictAccountRegistration()
Method Detail

getUserID

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

Returns:
the User ID of the dict registration account.

getPort

public int getPort()
Returns the port of the dict registration account.

Returns:
the port of the dict registration account.

setPort

public void setPort(int port)
Sets the port of the dict registration account.

Parameters:
port - the port of the dict registration account.

getHost

public String getHost()
Returns the host of the dict registration account.

Returns:
the host of the dict registration account.

setHost

public void setHost(String host)
Sets the host of the dict registration account.

Parameters:
host - The host of the dict registration account.

getStrategy

public net.java.dict4j.Strategy getStrategy()
Returns the strategy that will be used for this dict account.

Returns:
the strategy that will be used for this dict account.

setStrategy

public void setStrategy(net.java.dict4j.Strategy strategy)
Sets the strategy for this dict account.

Parameters:
strategy - the strategy for this dict account.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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