Class PageRenderResponse.MetaEditable
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.PageRenderResponse.MetaEditable
-
- Enclosing class:
- PageRenderResponse
public static class PageRenderResponse.MetaEditable extends Object
Class for instances of meta editables
-
-
Field Summary
Fields Modifier and Type Field Description protected String
element
ID of the DOM element of the editableprotected String
metaproperty
Meta property that is edited
-
Constructor Summary
Constructors Constructor Description MetaEditable()
Empty constructorMetaEditable(String element, String metaproperty)
Create an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElement()
String
getMetaproperty()
void
setElement(String element)
void
setMetaproperty(String metaproperty)
-
-
-
Method Detail
-
getElement
public String getElement()
- Returns:
- the element
-
setElement
public void setElement(String element)
- Parameters:
element
- the element to set
-
getMetaproperty
public String getMetaproperty()
- Returns:
- the metaproperty
-
setMetaproperty
public void setMetaproperty(String metaproperty)
- Parameters:
metaproperty
- the metaproperty to set
-
-