Class DefaultEditorConditionEntry
java.lang.Object
de.hybris.platform.cockpit.model.advancedsearch.config.impl.DefaultEditorConditionEntry
- All Implemented Interfaces:
EditorConditionEntry
- Direct Known Subclasses:
AbstractExtensibleConditionUIEditor.ClearConditionEntry,DefaultShortcutConditionEntry
-
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.advancedsearch.config.EditorConditionEntry
_TYPE_INPUT, DATE_INPUT, DECIMAL_INPUT, INT_INPUT, LABEL, LONG_INPUT, TEXT_INPUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIndex()String[]String[]inthashCode()voidsetI3Label(String label) voidsetIndex(int index) voidsetOperator(String operator) voidsetValidAttributeTypes(String[] validAttributeTypes) voidsetViewComponents(String[] viewItemNames)
-
Constructor Details
-
DefaultEditorConditionEntry
public DefaultEditorConditionEntry()
-
-
Method Details
-
setI3Label
-
setOperator
-
setViewComponents
-
getViewComponents
- Specified by:
getViewComponentsin interfaceEditorConditionEntry
-
getI3Label
- Specified by:
getI3Labelin interfaceEditorConditionEntry
-
getOperator
- Specified by:
getOperatorin interfaceEditorConditionEntry
-
getViewComponentsAsList
- Specified by:
getViewComponentsAsListin interfaceEditorConditionEntry
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceEditorConditionEntry
-
setIndex
public void setIndex(int index) -
equals
-
hashCode
public int hashCode() -
setValidAttributeTypes
-
getValidAttributeTypesAsList
- Specified by:
getValidAttributeTypesAsListin interfaceEditorConditionEntry
-
getValidAttributeTypes
-