|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.component.mail.MailAddress
public class MailAddress
Define a mail address.
| Constructor Summary | |
|---|---|
MailAddress()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.lang.String |
getType()
|
void |
setName(java.lang.String name)
Sets the name of this mail address. |
void |
setType(java.lang.String type)
Sets the type of this mail address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailAddress()
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - the type of this mail address.public java.lang.String getName()
public void setName(java.lang.String name)
name - the given name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||