no.feide.moria.servlet
Class BackendStatusUser

java.lang.Object
  extended by no.feide.moria.servlet.BackendStatusUser

public class BackendStatusUser
extends java.lang.Object

Version:
$Revision: 1.2 $ Stores attributes about a user.
Author:
Eva Indal

Field Summary
private  java.lang.String contact
           
private  java.lang.String name
           
private  java.lang.String organization
           
private  java.lang.String password
           
 
Constructor Summary
BackendStatusUser()
          Constructor.
 
Method Summary
 java.lang.String getContact()
          Returns the contact
 java.lang.String getName()
          Returns the user name
 java.lang.String getOrganization()
          Returns the organization
 java.lang.String getPassword()
          Returns the user password
 void setContact(java.lang.String contact)
          Set the contact
 void setName(java.lang.String name)
          Set the user name.
 void setOrganization(java.lang.String organization)
          Set the organization
 void setPassword(java.lang.String password)
          Set the user password
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

password

private java.lang.String password

organization

private java.lang.String organization

contact

private java.lang.String contact
Constructor Detail

BackendStatusUser

public BackendStatusUser()
Constructor.

Parameters:
name - The user name
password - The user password
Method Detail

setName

public void setName(java.lang.String name)
Set the user name.

Parameters:
name - the user name

setPassword

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

Parameters:
password - the user password

setOrganization

public void setOrganization(java.lang.String organization)
Set the organization

Parameters:
organization - the organization

setContact

public void setContact(java.lang.String contact)
Set the contact

Parameters:
contact -

getName

public java.lang.String getName()
Returns the user name

Returns:
the user name

getPassword

public java.lang.String getPassword()
Returns the user password

Returns:
the user password

getOrganization

public java.lang.String getOrganization()
Returns the organization

Returns:
the organization

getContact

public java.lang.String getContact()
Returns the contact

Returns:
the contact


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.