Package VASSAL.chat.jabber
Class ModuleAccountInfo
java.lang.Object
VASSAL.chat.jabber.ModuleAccountInfo
- All Implemented Interfaces:
AccountInfo
public class ModuleAccountInfo extends Object implements AccountInfo
-
Constructor Summary
Constructors Constructor Description ModuleAccountInfo(String login, String password)
-
Method Summary
Modifier and Type Method Description String
getModule()
String
getPassword()
String
getRealName()
String
getUserName()
-
Constructor Details
-
ModuleAccountInfo
-
-
Method Details
-
getPassword
- Specified by:
getPassword
in interfaceAccountInfo
-
getUserName
- Specified by:
getUserName
in interfaceAccountInfo
-
getRealName
- Specified by:
getRealName
in interfaceAccountInfo
-
getModule
- Specified by:
getModule
in interfaceAccountInfo
-