ZMObject
|
+--ZMOrderTotal
public class ZMOrderTotal
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMOrderTotal(string name, string value, float amount, string type) Create new total. |
|
| Method Summary | |
|---|---|
| float | Get the order total amount. |
| int | getId() Get the order total id. |
| string | getName() Get the order total name. |
| string | getType() Get the order total type. |
| string | getValue() Get the order total value. |
| void | setAmount(float amount) Set the order total amount. |
| void | setId(int id) Set the order total id. |
| void | setName(mixed name) Set the order total name. |
| void | setType(string type) Set the order total type. |
| void | setValue(string value) Set the order total value. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMOrderTotal(string name, string value, float amount, string type)
Create new total.
public float getAmount()
Get the order total amount.
public int getId()
Get the order total id.
public string getName()
Get the order total name.
public string getType()
Get the order total type.
public string getValue()
Get the order total value.
public void setAmount(float amount)
Set the order total amount.
public void setId(int id)
Set the order total id.
public void setName(mixed name)
Set the order total name.
public void setType(string type)
Set the order total type.
public void setValue(string value)
Set the order total value.
A order total line.