|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.User
public class User
User provides detailed information of user. The class is referenced in UserAdmin and InfoProvider classes.
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 |
---|
public User()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- : specifies description of user.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- : specifies contact e-mail address of user.public java.lang.String getName()
public void setName(java.lang.String name)
name
- : specifies contact name of user.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- : specifies password of user.public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- : specifies contact phone number of user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |