java.lang.Object
de.hybris.platform.cmscockpit.services.config.jaxb.contenteditor.ContentEditor

public class ContentEditor extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="template" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="custom-editors" type="{}editor-list" minOccurs="0"/>
       </sequence>
       <attribute name="hideReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="hideEmpty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="groupCollections" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • template

      protected String template
    • customEditors

      protected EditorList customEditors
    • hideReadOnly

      protected Boolean hideReadOnly
    • hideEmpty

      protected Boolean hideEmpty
    • groupCollections

      protected Boolean groupCollections
  • Constructor Details

    • ContentEditor

      public ContentEditor()
  • Method Details

    • getTemplate

      public String getTemplate()
      Gets the value of the template property.
      Returns:
      possible object is String
    • setTemplate

      public void setTemplate(String value)
      Sets the value of the template property.
      Parameters:
      value - allowed object is String
    • getCustomEditors

      public EditorList getCustomEditors()
      Gets the value of the customEditors property.
      Returns:
      possible object is EditorList
    • setCustomEditors

      public void setCustomEditors(EditorList value)
      Sets the value of the customEditors property.
      Parameters:
      value - allowed object is EditorList
    • isHideReadOnly

      public boolean isHideReadOnly()
      Gets the value of the hideReadOnly property.
      Returns:
      possible object is Boolean
    • setHideReadOnly

      public void setHideReadOnly(Boolean value)
      Sets the value of the hideReadOnly property.
      Parameters:
      value - allowed object is Boolean
    • isHideEmpty

      public boolean isHideEmpty()
      Gets the value of the hideEmpty property.
      Returns:
      possible object is Boolean
    • setHideEmpty

      public void setHideEmpty(Boolean value)
      Sets the value of the hideEmpty property.
      Parameters:
      value - allowed object is Boolean
    • isGroupCollections

      public boolean isGroupCollections()
      Gets the value of the groupCollections property.
      Returns:
      possible object is Boolean
    • setGroupCollections

      public void setGroupCollections(Boolean value)
      Sets the value of the groupCollections property.
      Parameters:
      value - allowed object is Boolean