ZMObject
|
+--ZMPluginPage
public class ZMPluginPage
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMPluginPage(string id, string title, string contents, string header) Create a new plugin page. |
|
| Method Summary | |
|---|---|
| string | Get the contents. |
| string | Get the header code. |
| string | getId() Get the id. |
| string | getTitle() Get the title. |
| void | setContents(string contents) Set the contents. |
| void | setHeader(string header) Set the header code. |
| void | setId(string id) Set the id. |
| void | setTitle(string title) Set the title. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMPluginPage(string id, string title, string contents, string header)
Create a new plugin page.
null.public string getContents()
Get the contents.
public string getHeader()
Get the header code.
public string getId()
Get the id.
public string getTitle()
Get the title.
public void setContents(string contents)
Set the contents.
public void setHeader(string header)
Set the header code.
public void setId(string id)
Set the id.
public void setTitle(string title)
Set the title.
Container for all data/information related to a plugin admin page.