|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
|---|---|
| org.zilonis.tool.ext.mailman.model | |
| Uses of Contact in org.zilonis.tool.ext.mailman.model |
|---|
| Methods in org.zilonis.tool.ext.mailman.model that return Contact | |
|---|---|
Contact |
Contact.clone()
|
Contact[] |
Message.getCc()
Returns a clone of the contacts |
static Contact |
Contact.getContact(java.lang.String first,
java.lang.String last,
java.lang.String displayName,
java.lang.String address)
|
Contact |
Message.getFrom()
Returns a clone of the contact |
Contact[] |
Message.getTo()
Returns a clone of the contacts |
| Methods in org.zilonis.tool.ext.mailman.model with parameters of type Contact | |
|---|---|
void |
Message.setCc(Contact[] contact)
|
void |
Message.setFrom(Contact from)
|
void |
Message.setTo(Contact[] to)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||