au.edu.swin.synergy.plugin.server
Class BNetCredentials
java.lang.Object
|
+--au.edu.swin.synergy.plugin.server.BNetCredentials
- public class BNetCredentials
- extends Object
- implements Serializable
BNetCredentials
User name and password which is sent to server
- Requirement/analysis/design Reference:
- Tristans Book
- See Also:
BServer
, Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BNetCredentials
public BNetCredentials(String fUsername,
String fPassword)
- Please complete the missing tags for BNetCredentials
- Parameters:
- - Throws:
- -
getUsername
public String getUsername()
- Please complete the missing tags for getUsername
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
getPassword
public String getPassword()
- Please complete the missing tags for getPassword
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
setPassword
public void setPassword(String fPassword)
- Please complete the missing tags for setPassword
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-