|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lilacsoftware.orca
Class User

java.lang.Objectcom.lilacsoftware.orca.User
- All Implemented Interfaces:
- java.io.Serializable
- public final class User
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Object that represents a registered user of the mail reader application.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2001/11/05 17:41:47 $
| Field Summary | |
private java.lang.String |
fromAddress
The EMAIL address from which messages are sent. |
private java.lang.String |
fullName
The full name of this user, included in from addresses. |
private java.lang.String |
password
The password (in clear text). |
private java.lang.String |
replyToAddress
The EMAIL address to which replies should be sent. |
private java.util.Hashtable |
subscriptions
The set of Subscriptions associated with this User. |
private java.lang.String |
username
The username (must be unique). |
| Constructor Summary | |
User()
|
|
| Method Summary | |
java.lang.String |
getFromAddress()
Return the from address. |
java.lang.String |
getFullName()
Return the full name. |
java.lang.String |
getPassword()
Return the password. |
java.lang.String |
getReplyToAddress()
Return the reply-to address. |
java.lang.String |
getUsername()
Return the username. |
void |
setFromAddress(java.lang.String fromAddress)
Set the from address. |
void |
setFullName(java.lang.String fullName)
Set the full name. |
void |
setPassword(java.lang.String password)
Set the password. |
void |
setReplyToAddress(java.lang.String replyToAddress)
Set the reply-to address. |
void |
setUsername(java.lang.String username)
Set the username. |
java.lang.String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
fromAddress
private java.lang.String fromAddress
- The EMAIL address from which messages are sent.
fullName
private java.lang.String fullName
- The full name of this user, included in from addresses.
password
private java.lang.String password
- The password (in clear text).
replyToAddress
private java.lang.String replyToAddress
- The EMAIL address to which replies should be sent.
subscriptions
private java.util.Hashtable subscriptions
- The set of Subscriptions associated with this User.
username
private java.lang.String username
- The username (must be unique).
| Constructor Detail |
User
public User()
| Method Detail |
getFromAddress
public java.lang.String getFromAddress()
- Return the from address.
setFromAddress
public void setFromAddress(java.lang.String fromAddress)
- Set the from address.
getFullName
public java.lang.String getFullName()
- Return the full name.
setFullName
public void setFullName(java.lang.String fullName)
- Set the full name.
getPassword
public java.lang.String getPassword()
- Return the password.
setPassword
public void setPassword(java.lang.String password)
- Set the password.
getReplyToAddress
public java.lang.String getReplyToAddress()
- Return the reply-to address.
setReplyToAddress
public void setReplyToAddress(java.lang.String replyToAddress)
- Set the reply-to address.
getUsername
public java.lang.String getUsername()
- Return the username.
setUsername
public void setUsername(java.lang.String username)
- Set the username.
toString
public java.lang.String toString()
- Return a String representation of this object.
|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lilacsoftware.orca.User