ZenMagick 0.9.8


org.zenmagick.store.model.ZMContactInfo
\store\model\ZMContactInfo.php at line 34

Class ZMContactInfo

ZMObject
└─ZMContactInfo

public class ZMContactInfo
extends ZMObject

Contact info.

Author:
DerManoMann
Version:
$Id: ZMContactInfo.php 2757 2009-12-18 01:05:38Z dermanomann $

Fields inherited from org.zenmagick.core.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.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\model\ZMContactInfo.php at line 48

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

\store\model\ZMContactInfo.php at line 83

getEmail

public string getEmail()

Get the contact email address.

Returns:
The contact email address.

\store\model\ZMContactInfo.php at line 111

getMessage

public string getMessage()

Get the message.

Returns:
The message.

\store\model\ZMContactInfo.php at line 69

getName

public string getName()

Get the contact name.

Returns:
The contact name.

\store\model\ZMContactInfo.php at line 97

getRecipient

public string getRecipient()

Get the recipient.

Returns:
The recipient.

\store\model\ZMContactInfo.php at line 90

setEmail

public void setEmail(string email)

Set the contact email address.

Parameters:
email - The contact email address.

\store\model\ZMContactInfo.php at line 118

setMessage

public void setMessage(string message)

Set the message.

Parameters:
message - The message.

\store\model\ZMContactInfo.php at line 76

setName

public void setName(string name)

Set the contact name.

Parameters:
name - The contact name.

\store\model\ZMContactInfo.php at line 104

setRecipient

public void setRecipient(string recipient)

Set the recipient.

Parameters:
recipient - The recipient.

ZenMagick 0.9.8