ZMObject
|
+--ZMGVReceiver
public class ZMGVReceiver
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| string | Get the amount. |
| string | getEmail() Get the receiver email. |
| string | Get the message. |
| string | getName() Get the receiver name. |
| boolean | Check if there is a message. |
| void | setAmount(string amount) Set the amount. |
| void | setEmail(string email) Set the receiver email. |
| void | setMessage(string message) Set the message. |
| void | setName(string name) Set the receiver name. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMGVReceiver()
Create new instance. /
public string getAmount()
Get the amount.
public string getEmail()
Get the receiver email.
public string getMessage()
Get the message.
public string getName()
Get the receiver name.
public boolean hasMessage()
Check if there is a message.
true if there is a message, false if not.public void setAmount(string amount)
Set the amount.
public void setEmail(string email)
Set the receiver email.
public void setMessage(string message)
Set the message.
public void setName(string name)
Set the receiver name.
A gift voucher receiver.
NOTE: The amount is always in the sessions current currency.