|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.utb.fai.simkovicp.pki.mail.Recipient
public class Recipient
This class represents the mail recipient.
| Nested Class Summary | |
|---|---|
static class |
Recipient.Type
|
| Constructor Summary | |
|---|---|
Recipient()
|
|
Recipient(java.lang.String address,
Recipient.Type type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Address |
Recipient.Type |
getType()
Type |
void |
setAddress(java.lang.String address)
Address |
void |
setType(Recipient.Type type)
Type |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Recipient()
public Recipient(java.lang.String address,
Recipient.Type type)
| Method Detail |
|---|
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - the address to setpublic Recipient.Type getType()
public void setType(Recipient.Type type)
type - the type to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||