net.sf.mud4j.account
Class Account

java.lang.Object
  extended by net.sf.mud4j.account.Account

public class Account
extends java.lang.Object

Account for providing username, and password for a system account.

Author:
Matthew Purland

Constructor Summary
Account()
           
 
Method Summary
 java.lang.String getPassword()
          Get the password.
 java.lang.String getUsername()
          Get the username.
 void setPassword(java.lang.String password)
          Set the password.
 void setUsername(java.lang.String username)
          Set the username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()
Method Detail

getPassword

public java.lang.String getPassword()
Get the password.

Returns:
the password.

setPassword

public void setPassword(java.lang.String password)
Set the password.

Parameters:
password - the password to set.

getUsername

public java.lang.String getUsername()
Get the username.

Returns:
the username.

setUsername

public void setUsername(java.lang.String username)
Set the username.

Parameters:
username - the username to set.


Copyright © 2006-2007 mud4j. All Rights Reserved.