Synergy Home Page

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

Constructor Summary
BNetCredentials(String fUsername, String fPassword)
          Please complete the missing tags for BNetCredentials
 
Method Summary
 String getPassword()
          Please complete the missing tags for getPassword
 String getUsername()
          Please complete the missing tags for getUsername
 void setPassword(String fPassword)
          Please complete the missing tags for setPassword
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNetCredentials

public BNetCredentials(String fUsername,
                       String fPassword)
Please complete the missing tags for BNetCredentials
Parameters:
-  
Throws:
-  
Method Detail

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:
 

Synergy Home Page