ZMObject
└─ZMCouponQueue
public class ZMCouponQueue
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance |
|
| Method Summary | |
|---|---|
| int | Get the account id. |
| float | Get the amount. |
| int | getId() Get the coupon queue id. |
| int | Get the order id. |
| string | Get the release flag value. |
| boolean | Check if this coupon has been released or not. |
| void | setAccountId(int accountId) Set the account id. |
| void | setAmount(float amount) Set the amount. |
| void | setId(int id) Set the coupon queue id. |
| void | setOrderId(int orderId) Set the order id. |
| void | setReleased(string value) Set the release flag value. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMCouponQueue()
Create new instance
public int getAccountId()
Get the account id.
public float getAmount()
Get the amount.
public int getId()
Get the coupon queue id.
public int getOrderId()
Get the order id.
public string getReleased()
Get the release flag value.
public boolean isReleased()
Check if this coupon has been released or not.
true if already released, false if not.public void setAccountId(int accountId)
Set the account id.
public void setAmount(float amount)
Set the amount.
public void setId(int id)
Set the coupon queue id.
public void setOrderId(int orderId)
Set the order id.
public void setReleased(string value)
Set the release flag value.
A single coupon queue entry.