Class PageRenderResponse.Editable

java.lang.Object
com.gentics.contentnode.rest.model.response.PageRenderResponse.Editable
Enclosing class:
PageRenderResponse

public static class PageRenderResponse.Editable extends Object
Class for instances of editables
  • Field Details

    • element

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

      protected String partname
      Partname
    • readonly

      protected boolean readonly
      Readonly
  • Constructor Details

    • Editable

      public Editable()
      Empty constructor
    • Editable

      public Editable(String element, String partname, boolean readonly)
      Create an instance for an editable
      Parameters:
      element - id of the DOM element of the editable
      partname - partname
      readonly - true if the editable is readonly
  • Method Details

    • getElement

      public String getElement()
      Returns:
      the element id
    • setElement

      public void setElement(String element)
      Parameters:
      element - the element id to set
    • getPartname

      public String getPartname()
      Returns:
      the partname
    • setPartname

      public void setPartname(String partname)
      Parameters:
      partname - the partname to set
    • isReadonly

      public boolean isReadonly()
      Returns:
      the readonly
    • setReadonly

      public void setReadonly(boolean readonly)
      Parameters:
      readonly - the readonly to set