ZMObject
└─ZMCrumb
public class ZMCrumb
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string name, string url) Create a new crumbtrail crumb. |
| string | getName() Get the name. |
| string | getURL() Get the url (if any). |
| void | setName(string name) Set the name. |
| void | setURL(string url) Set the url. |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(string name, string url)
Create a new crumbtrail crumb.
null.public string getName()
Get the name.
public string getURL()
Get the url (if any).
null.public void setName(string name)
Set the name.
public void setURL(string url)
Set the url.
A crumbtrail crumb.