ZMObject
└─ZMMetaTagDetails
public class ZMMetaTagDetails
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| string | Get the description. |
| string | Get the keywords. |
| string | getTitle() Get the title. |
| void | setDescription(string description) Set the description. |
| void | setKeywords(string keywords) Set the keywords. |
| void | setTitle(string title) Set the title. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public string getDescription()
Get the description.
public string getKeywords()
Get the keywords.
public string getTitle()
Get the title.
public void setDescription(string description)
Set the description.
public void setKeywords(string keywords)
Set the keywords.
public void setTitle(string title)
Set the title.
Meta tag details.