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 Details

    • element

      protected String element
      ID of the DOM element of the editable
    • metaproperty

      protected String metaproperty
      Meta property that is edited
  • Constructor Details

    • MetaEditable

      public MetaEditable()
      Empty constructor
    • MetaEditable

      public MetaEditable(String element, String metaproperty)
      Create an instance
      Parameters:
      element - ID of the DOM element
      metaproperty - meta property
  • Method Details

    • 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