com.gentics.contentnode.rest.model.response
Class PageRenderResponse.Editable

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

public static class PageRenderResponse.Editable
extends Object

Class for instances of editables


Field Summary
protected  String element
          ID of the DOM element of the editable
protected  String partname
          Partname
protected  boolean readonly
          Readonly
 
Constructor Summary
PageRenderResponse.Editable()
          Empty constructor
PageRenderResponse.Editable(String element, String partname, boolean readonly)
          Create an instance for an editable
 
Method Summary
 String getElement()
           
 String getPartname()
           
 boolean isReadonly()
           
 void setElement(String element)
           
 void setPartname(String partname)
           
 void setReadonly(boolean readonly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected String element
ID of the DOM element of the editable


partname

protected String partname
Partname


readonly

protected boolean readonly
Readonly

Constructor Detail

PageRenderResponse.Editable

public PageRenderResponse.Editable()
Empty constructor


PageRenderResponse.Editable

public PageRenderResponse.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 Detail

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


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.