ZenMagick 0.9.6


org.zenmagick.model.ZMContactInfo

Class ZMContactInfo

ZMObject
|
+--ZMContactInfo

public class ZMContactInfo
extends ZMObject

Contact info.

Author:
DerManoMann
Version:
$Id: ZMContactInfo.php 2082 2009-03-18 09:12:19Z dermanomann $

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

getMessage()

Get the message.

string

getName()

Get the contact name.

string

getRecipient()

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

Constructor Detail

ZMContactInfo

public ZMContactInfo(string name, string email, string message)

Create new instance.

Parameters:
name - The contact name.
email - The contacts email address.
message - An optional message.

Method Detail

getEmail

public string getEmail()

Get the contact email address.

Returns:
The contact email address.

getMessage

public string getMessage()

Get the message.

Returns:
The message.

getName

public string getName()

Get the contact name.

Returns:
The contact name.

getRecipient

public string getRecipient()

Get the recipient.

Returns:
The recipient.

setEmail

public void setEmail(string email)

Set the contact email address.

Parameters:
email - The contact email address.

setMessage

public void setMessage(string message)

Set the message.

Parameters:
message - The message.

setName

public void setName(string name)

Set the contact name.

Parameters:
name - The contact name.

setRecipient

public void setRecipient(string recipient)

Set the recipient.

Parameters:
recipient - The recipient.

ZenMagick 0.9.6