|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.groupware.Sender
public class Sender
This class is used to represent a sender of a message.
| Constructor Summary | |
|---|---|
protected |
Sender()
Constructor. |
|
Sender(String sSmtpAddress)
Constructor. |
|
Sender(String sName,
String sAddress)
Constructor. |
| Method Summary | |
|---|---|
String |
getAddress()
Gets the sender's address. |
String |
getDisplayAddress()
Gets the sender's display address. |
String |
getName()
Gets the sender's name. |
protected void |
init(String sSmtpAddress)
Initializes from a name and address. |
protected void |
init(String sName,
String sAddress)
Initializes from a name and address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Sender()
public Sender(String sName,
String sAddress)
sName - the sender's name (may be null)sAddress - the sender's address (may be null)public Sender(String sSmtpAddress)
sSmtpAddress - the sender's SMTP address (may be null)| Method Detail |
|---|
protected void init(String sName,
String sAddress)
sName - the sender's name (may be null)sAddress - the sender's address (may be null)protected void init(String sSmtpAddress)
sSmtpAddress - the sender's SMTP address (not null)public String getName()
null)public String getAddress()
null)public String getDisplayAddress()
null)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||