org.hedwig.core
Class HedwigUser

java.lang.Object
  |
  +--org.hedwig.core.HedwigUser

public class HedwigUser
extends java.lang.Object

Author:
keith To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
HedwigUser()
           
 
Method Summary
 java.util.Map getAccounts()
          Returns the accounts.
 java.lang.String getLogin()
          Returns the login.
 java.lang.String getNameFirst()
          Returns the nameFirst.
 java.lang.String getNameLast()
          Returns the nameLast.
 java.lang.String getPass()
          Returns the pass.
 void setAccounts(java.util.Map accounts)
          Sets the accounts.
 void setLogin(java.lang.String login)
          Sets the login.
 void setNameFirst(java.lang.String nameFirst)
          Sets the nameFirst.
 void setNameLast(java.lang.String nameLast)
          Sets the nameLast.
 void setPass(java.lang.String pass)
          Sets the pass.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HedwigUser

public HedwigUser()
Method Detail

getLogin

public java.lang.String getLogin()
Returns the login.

Returns:
String

getNameFirst

public java.lang.String getNameFirst()
Returns the nameFirst.

Returns:
String

getNameLast

public java.lang.String getNameLast()
Returns the nameLast.

Returns:
String

getPass

public java.lang.String getPass()
Returns the pass.

Returns:
String

setLogin

public void setLogin(java.lang.String login)
Sets the login.

Parameters:
login - The login to set

setNameFirst

public void setNameFirst(java.lang.String nameFirst)
Sets the nameFirst.

Parameters:
nameFirst - The nameFirst to set

setNameLast

public void setNameLast(java.lang.String nameLast)
Sets the nameLast.

Parameters:
nameLast - The nameLast to set

setPass

public void setPass(java.lang.String pass)
Sets the pass.

Parameters:
pass - The pass to set

getAccounts

public java.util.Map getAccounts()
Returns the accounts.

Returns:
Map

setAccounts

public void setAccounts(java.util.Map accounts)
Sets the accounts.

Parameters:
accounts - The accounts to set


Copyright © 2003-2003 Sourceforge. All Rights Reserved.