ZMObject
|
+--ZMContactInfo
public class ZMContactInfo
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMContactInfo(string name, string email, string message) Create new instance. |
|
| Method Summary | |
|---|---|
| string | getEmail() Get the contact email address. |
| string | Get the message. |
| string | getName() Get the contact name. |
| string | Get the recipient. |
| void | setEmail(string email) Set the contact email address. |
| void | setMessage(string message) Set the message. |
| void | setName(string name) Set the contact name. |
| void | setRecipient(string recipient) Set the recipient. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMContactInfo(string name, string email, string message)
Create new instance.
public string getEmail()
Get the contact email address.
public string getMessage()
Get the message.
public string getName()
Get the contact name.
public string getRecipient()
Get the recipient.
public void setEmail(string email)
Set the contact email address.
public void setMessage(string message)
Set the message.
public void setName(string name)
Set the contact name.
public void setRecipient(string recipient)
Set the recipient.
Contact info.