public static class PageRenderResponse.MetaEditable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
element
ID of the DOM element of the editable
|
protected String |
metaproperty
Meta property that is edited
|
| Constructor and Description |
|---|
MetaEditable()
Empty constructor
|
MetaEditable(String element,
String metaproperty)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElement() |
String |
getMetaproperty() |
void |
setElement(String element) |
void |
setMetaproperty(String metaproperty) |
protected String element
protected String metaproperty
public String getElement()
public void setElement(String element)
element - the element to setpublic String getMetaproperty()
public void setMetaproperty(String metaproperty)
metaproperty - the metaproperty to setCopyright © 2024 Gentics Software. All rights reserved.