com.platform.ego.impl
Class User

java.lang.Object
  extended by com.platform.ego.impl.User

public class User
extends java.lang.Object

User provides detailed information of user. The class is referenced in UserAdmin and InfoProvider classes.

Version:
1.2.3

Constructor Summary
User()
           
 
Method Summary
 java.lang.String getDescription()
          Get description of user.
 java.lang.String getEmail()
          Get contact e-mail address of user.
 java.lang.String getName()
          Get contact name of user.
 java.lang.String getPassword()
          Get password of user.
 java.lang.String getPhone()
          Get contact phone number of user.
 void setDescription(java.lang.String description)
          Set description of user.
 void setEmail(java.lang.String email)
          Set contact e-mail address of user.
 void setName(java.lang.String name)
          Set contact name of user.
 void setPassword(java.lang.String password)
          Set password of user.
 void setPhone(java.lang.String phone)
          Set contact phone number of user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getDescription

public java.lang.String getDescription()
Get description of user.

Returns:
description of user.

setDescription

public void setDescription(java.lang.String description)
Set description of user.

Parameters:
description - : specifies description of user.

getEmail

public java.lang.String getEmail()
Get contact e-mail address of user.

Returns:
contact e-mail address of user.

setEmail

public void setEmail(java.lang.String email)
Set contact e-mail address of user.

Parameters:
email - : specifies contact e-mail address of user.

getName

public java.lang.String getName()
Get contact name of user.

Returns:
contact name of user.

setName

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

Parameters:
name - : specifies contact name of user.

getPassword

public java.lang.String getPassword()
Get password of user.

Returns:
password of user.

setPassword

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

Parameters:
password - : specifies password of user.

getPhone

public java.lang.String getPhone()
Get contact phone number of user.

Returns:
contact phone number of user.

setPhone

public void setPhone(java.lang.String phone)
Set contact phone number of user.

Parameters:
phone - : specifies contact phone number of user.


Copyright (C) 1992-2007 Platform Computing Corporation