ZMObject
└─ZMCrumb
public class ZMCrumb
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMCrumb(string name, string url) Create a new crumbtrail crumb. |
|
| Method Summary | |
|---|---|
| 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 | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMCrumb(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.