Class FieldType


  • public class FieldType
    extends Positioned

    Java class for FieldType complex type.

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

     <complexType name="FieldType">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
           <sequence>
             <element name="editor-parameter" type="{http://www.hybris.com/cockpitng/config/advancedsearch}Parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="operator" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean disabled  
      protected java.lang.String editor  
      protected java.util.List<Parameter> editorParameter  
      protected java.lang.Boolean mandatory  
      protected java.lang.String mergeMode  
      protected java.lang.String name  
      protected java.lang.String operator  
      protected java.lang.Boolean selected  
      protected java.lang.Boolean sortable  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEditor()
      Gets the value of the editor property.
      java.util.List<Parameter> getEditorParameter()
      Gets the value of the editorParameter property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getOperator()
      Gets the value of the operator property.
      boolean isDisabled()
      Gets the value of the disabled property.
      boolean isMandatory()
      Gets the value of the mandatory property.
      boolean isSelected()
      Gets the value of the selected property.
      boolean isSortable()
      Gets the value of the sortable property.
      void setDisabled​(java.lang.Boolean value)
      Sets the value of the disabled property.
      void setEditor​(java.lang.String value)
      Sets the value of the editor property.
      void setMandatory​(java.lang.Boolean value)
      Sets the value of the mandatory property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setOperator​(java.lang.String value)
      Sets the value of the operator property.
      void setSelected​(java.lang.Boolean value)
      Sets the value of the selected property.
      void setSortable​(java.lang.Boolean value)
      Sets the value of the sortable property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • editorParameter

        protected java.util.List<Parameter> editorParameter
      • name

        protected java.lang.String name
      • operator

        protected java.lang.String operator
      • selected

        protected java.lang.Boolean selected
      • editor

        protected java.lang.String editor
      • sortable

        protected java.lang.Boolean sortable
      • disabled

        protected java.lang.Boolean disabled
      • mandatory

        protected java.lang.Boolean mandatory
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • FieldType

        public FieldType()
    • Method Detail

      • getEditorParameter

        public java.util.List<Parameter> getEditorParameter()
        Gets the value of the editorParameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the editorParameter property.

        For example, to add a new item, do as follows:

            getEditorParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getOperator

        public java.lang.String getOperator()
        Gets the value of the operator property.
        Returns:
        possible object is String
      • setOperator

        public void setOperator​(java.lang.String value)
        Sets the value of the operator property.
        Parameters:
        value - allowed object is String
      • isSelected

        public boolean isSelected()
        Gets the value of the selected property.
        Returns:
        possible object is Boolean
      • setSelected

        public void setSelected​(java.lang.Boolean value)
        Sets the value of the selected property.
        Parameters:
        value - allowed object is Boolean
      • getEditor

        public java.lang.String getEditor()
        Gets the value of the editor property.
        Returns:
        possible object is String
      • setEditor

        public void setEditor​(java.lang.String value)
        Sets the value of the editor property.
        Parameters:
        value - allowed object is String
      • isSortable

        public boolean isSortable()
        Gets the value of the sortable property.
        Returns:
        possible object is Boolean
      • setSortable

        public void setSortable​(java.lang.Boolean value)
        Sets the value of the sortable property.
        Parameters:
        value - allowed object is Boolean
      • isDisabled

        public boolean isDisabled()
        Gets the value of the disabled property.
        Returns:
        possible object is Boolean
      • setDisabled

        public void setDisabled​(java.lang.Boolean value)
        Sets the value of the disabled property.
        Parameters:
        value - allowed object is Boolean
      • isMandatory

        public boolean isMandatory()
        Gets the value of the mandatory property.
        Returns:
        possible object is Boolean
      • setMandatory

        public void setMandatory​(java.lang.Boolean value)
        Sets the value of the mandatory property.
        Parameters:
        value - allowed object is Boolean
      • getMergeMode

        public java.lang.String getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is String
      • setMergeMode

        public void setMergeMode​(java.lang.String value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is String