Class FieldType
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.advancedsearch.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.Booleandisabledprotected java.lang.Stringeditorprotected java.util.List<Parameter>editorParameterprotected java.lang.Booleanmandatoryprotected java.lang.StringmergeModeprotected java.lang.Stringnameprotected java.lang.Stringoperatorprotected java.lang.Booleanselectedprotected java.lang.Booleansortable-
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.StringgetEditor()Gets the value of the editor property.java.util.List<Parameter>getEditorParameter()Gets the value of the editorParameter property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOperator()Gets the value of the operator property.booleanisDisabled()Gets the value of the disabled property.booleanisMandatory()Gets the value of the mandatory property.booleanisSelected()Gets the value of the selected property.booleanisSortable()Gets the value of the sortable property.voidsetDisabled(java.lang.Boolean value)Sets the value of the disabled property.voidsetEditor(java.lang.String value)Sets the value of the editor property.voidsetMandatory(java.lang.Boolean value)Sets the value of the mandatory property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOperator(java.lang.String value)Sets the value of the operator property.voidsetSelected(java.lang.Boolean value)Sets the value of the selected property.voidsetSortable(java.lang.Boolean value)Sets the value of the sortable property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
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
-
-
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
setmethod 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 isString
-
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 isString
-
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 isBoolean
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
-