All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.LoginDictionary
java.lang.Object
|
+----multilizer.Dictionary
|
+----multilizer.LoginDictionary
- public abstract class LoginDictionary
- extends Dictionary
A abstract dictionary component that gets translation data from a data server.
The
URL
property specifies the location of the remote dictionary.
The
User
property specifies the user id of the remote dictionary.
The
Password
property specifies the password of the user id.
- See Also:
- ServerDictionary, DatabaseDictionary
-
LoginDictionary()
-
-
getPassword()
- Gets the password.
-
getURL()
- Gets the URL of the remote dictionary.
-
getUser()
- Gets the user name.
-
setPassword(String)
- Sets the password that the dictionary uses when connecting to the dictionary.
-
setURL(String)
- Sets the URL of the remote dictionary.
-
setUser(String)
- Sets the user name that the dictionary uses when connecting to the dictionary.
LoginDictionary
public LoginDictionary()
setURL
public void setURL(String value)
- Sets the URL of the remote dictionary.
e.g. "www.innoview.fi"
getURL
public String getURL()
- Gets the URL of the remote dictionary.
setUser
public void setUser(String value)
- Sets the user name that the dictionary uses when connecting to the dictionary.
- See Also:
- setPassword
getUser
public String getUser()
- Gets the user name.
- See Also:
- getPassword
setPassword
public void setPassword(String value)
- Sets the password that the dictionary uses when connecting to the dictionary.
- See Also:
- setUser
getPassword
public String getPassword()
- Gets the password.
- See Also:
- getUser
All Packages Class Hierarchy This Package Previous Next Index