Class BackofficeSearchConditionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class BackofficeSearchConditionModel
    extends ItemModel
    Generated model class for type BackofficeSearchCondition first defined at extension platformbackoffice.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _BACKOFFICESAVEDQUERY2SEARCHCONDITIONRELATION
      Generated relation code constant for relation BackofficeSavedQuery2SearchConditionRelation defining source attribute savedQuery in extension platformbackoffice.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ATTRIBUTE
      Generated constant - Attribute key of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      static java.lang.String DISABLED
      Generated constant - Attribute key of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      static java.lang.String EDITOR
      Generated constant - Attribute key of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      static java.lang.String EDITORPARAMETERS
      Generated constant - Attribute key of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      static java.lang.String LANGUAGECODE
      Generated constant - Attribute key of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      static java.lang.String MANDATORY
      Generated constant - Attribute key of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      static java.lang.String OPERATORCODE
      Generated constant - Attribute key of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      static java.lang.String SAVEDQUERY
      Generated constant - Attribute key of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      static java.lang.String SELECTED
      Generated constant - Attribute key of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      static java.lang.String SORTABLE
      Generated constant - Attribute key of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      static java.lang.String VALUE
      Generated constant - Attribute key of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      static java.lang.String VALUEREFERENCE
      Generated constant - Attribute key of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      BackofficeSearchConditionModel()
      Generated constructor - Default constructor for generic creation.
      BackofficeSearchConditionModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      BackofficeSearchConditionModel​(java.lang.String _attribute, java.lang.String _operatorCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      BackofficeSearchConditionModel​(java.lang.String _attribute, java.lang.String _operatorCode, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      Generated method - Getter of the BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      java.lang.Boolean getDisabled()
      Generated method - Getter of the BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      java.lang.String getEditor()
      Generated method - Getter of the BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      java.util.Map<java.lang.String,​java.lang.String> getEditorParameters()
      Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      java.lang.String getLanguageCode()
      Generated method - Getter of the BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      java.lang.Boolean getMandatory()
      Generated method - Getter of the BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      java.lang.String getOperatorCode()
      Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      BackofficeSavedQueryModel getSavedQuery()
      Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      java.lang.Boolean getSelected()
      Generated method - Getter of the BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      java.lang.Boolean getSortable()
      Generated method - Getter of the BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      java.lang.String getValue()
      Generated method - Getter of the BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      ItemModel getValueReference()
      Generated method - Getter of the BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      void setAttribute​(java.lang.String value)
      Generated method - Setter of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      void setDisabled​(java.lang.Boolean value)
      Generated method - Setter of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      void setEditor​(java.lang.String value)
      Generated method - Setter of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      void setEditorParameters​(java.util.Map<java.lang.String,​java.lang.String> value)
      Generated method - Setter of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      void setLanguageCode​(java.lang.String value)
      Generated method - Setter of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      void setMandatory​(java.lang.Boolean value)
      Generated method - Setter of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      void setOperatorCode​(java.lang.String value)
      Generated method - Setter of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      void setSavedQuery​(BackofficeSavedQueryModel value)
      Generated method - Setter of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      void setSelected​(java.lang.Boolean value)
      Generated method - Setter of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      void setSortable​(java.lang.Boolean value)
      Generated method - Setter of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      void setValue​(java.lang.String value)
      Generated method - Setter of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      void setValueReference​(ItemModel value)
      Generated method - Setter of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _BACKOFFICESAVEDQUERY2SEARCHCONDITIONRELATION

        public static final java.lang.String _BACKOFFICESAVEDQUERY2SEARCHCONDITIONRELATION
        Generated relation code constant for relation BackofficeSavedQuery2SearchConditionRelation defining source attribute savedQuery in extension platformbackoffice.
        See Also:
        Constant Field Values
      • ATTRIBUTE

        public static final java.lang.String ATTRIBUTE
        Generated constant - Attribute key of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Generated constant - Attribute key of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • VALUEREFERENCE

        public static final java.lang.String VALUEREFERENCE
        Generated constant - Attribute key of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • LANGUAGECODE

        public static final java.lang.String LANGUAGECODE
        Generated constant - Attribute key of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • OPERATORCODE

        public static final java.lang.String OPERATORCODE
        Generated constant - Attribute key of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • SELECTED

        public static final java.lang.String SELECTED
        Generated constant - Attribute key of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • EDITOR

        public static final java.lang.String EDITOR
        Generated constant - Attribute key of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • EDITORPARAMETERS

        public static final java.lang.String EDITORPARAMETERS
        Generated constant - Attribute key of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • SORTABLE

        public static final java.lang.String SORTABLE
        Generated constant - Attribute key of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • DISABLED

        public static final java.lang.String DISABLED
        Generated constant - Attribute key of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • MANDATORY

        public static final java.lang.String MANDATORY
        Generated constant - Attribute key of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
      • SAVEDQUERY

        public static final java.lang.String SAVEDQUERY
        Generated constant - Attribute key of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeSearchConditionModel

        public BackofficeSearchConditionModel()
        Generated constructor - Default constructor for generic creation.
      • BackofficeSearchConditionModel

        public BackofficeSearchConditionModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • BackofficeSearchConditionModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeSearchConditionModel​(java.lang.String _attribute,
                                              java.lang.String _operatorCode)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _attribute - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
        _operatorCode - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
      • BackofficeSearchConditionModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeSearchConditionModel​(java.lang.String _attribute,
                                              java.lang.String _operatorCode,
                                              ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _attribute - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
        _operatorCode - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getAttribute

        @Accessor(qualifier="attribute",
                  type=GETTER)
        public java.lang.String getAttribute()
        Generated method - Getter of the BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
        Returns:
        the attribute
      • getDisabled

        @Accessor(qualifier="disabled",
                  type=GETTER)
        public java.lang.Boolean getDisabled()
        Generated method - Getter of the BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
        Returns:
        the disabled
      • getEditor

        @Accessor(qualifier="editor",
                  type=GETTER)
        public java.lang.String getEditor()
        Generated method - Getter of the BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
        Returns:
        the editor
      • getEditorParameters

        @Accessor(qualifier="editorParameters",
                  type=GETTER)
        public java.util.Map<java.lang.String,​java.lang.String> getEditorParameters()
        Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
        Returns:
        the editorParameters
      • getLanguageCode

        @Accessor(qualifier="languageCode",
                  type=GETTER)
        public java.lang.String getLanguageCode()
        Generated method - Getter of the BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
        Returns:
        the languageCode
      • getMandatory

        @Accessor(qualifier="mandatory",
                  type=GETTER)
        public java.lang.Boolean getMandatory()
        Generated method - Getter of the BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
        Returns:
        the mandatory
      • getOperatorCode

        @Accessor(qualifier="operatorCode",
                  type=GETTER)
        public java.lang.String getOperatorCode()
        Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
        Returns:
        the operatorCode
      • getSavedQuery

        @Accessor(qualifier="savedQuery",
                  type=GETTER)
        public BackofficeSavedQueryModel getSavedQuery()
        Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
        Returns:
        the savedQuery
      • getSelected

        @Accessor(qualifier="selected",
                  type=GETTER)
        public java.lang.Boolean getSelected()
        Generated method - Getter of the BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
        Returns:
        the selected
      • getSortable

        @Accessor(qualifier="sortable",
                  type=GETTER)
        public java.lang.Boolean getSortable()
        Generated method - Getter of the BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
        Returns:
        the sortable
      • getValue

        @Accessor(qualifier="value",
                  type=GETTER)
        public java.lang.String getValue()
        Generated method - Getter of the BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
        Returns:
        the value
      • getValueReference

        @Accessor(qualifier="valueReference",
                  type=GETTER)
        public ItemModel getValueReference()
        Generated method - Getter of the BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
        Returns:
        the valueReference
      • setAttribute

        @Accessor(qualifier="attribute",
                  type=SETTER)
        public void setAttribute​(java.lang.String value)
        Generated method - Setter of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
        Parameters:
        value - the attribute
      • setDisabled

        @Accessor(qualifier="disabled",
                  type=SETTER)
        public void setDisabled​(java.lang.Boolean value)
        Generated method - Setter of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
        Parameters:
        value - the disabled
      • setEditor

        @Accessor(qualifier="editor",
                  type=SETTER)
        public void setEditor​(java.lang.String value)
        Generated method - Setter of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
        Parameters:
        value - the editor
      • setEditorParameters

        @Accessor(qualifier="editorParameters",
                  type=SETTER)
        public void setEditorParameters​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
        Parameters:
        value - the editorParameters
      • setLanguageCode

        @Accessor(qualifier="languageCode",
                  type=SETTER)
        public void setLanguageCode​(java.lang.String value)
        Generated method - Setter of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
        Parameters:
        value - the languageCode
      • setMandatory

        @Accessor(qualifier="mandatory",
                  type=SETTER)
        public void setMandatory​(java.lang.Boolean value)
        Generated method - Setter of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
        Parameters:
        value - the mandatory
      • setOperatorCode

        @Accessor(qualifier="operatorCode",
                  type=SETTER)
        public void setOperatorCode​(java.lang.String value)
        Generated method - Setter of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
        Parameters:
        value - the operatorCode
      • setSavedQuery

        @Accessor(qualifier="savedQuery",
                  type=SETTER)
        public void setSavedQuery​(BackofficeSavedQueryModel value)
        Generated method - Setter of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
        Parameters:
        value - the savedQuery
      • setSelected

        @Accessor(qualifier="selected",
                  type=SETTER)
        public void setSelected​(java.lang.Boolean value)
        Generated method - Setter of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
        Parameters:
        value - the selected
      • setSortable

        @Accessor(qualifier="sortable",
                  type=SETTER)
        public void setSortable​(java.lang.Boolean value)
        Generated method - Setter of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
        Parameters:
        value - the sortable
      • setValue

        @Accessor(qualifier="value",
                  type=SETTER)
        public void setValue​(java.lang.String value)
        Generated method - Setter of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
        Parameters:
        value - the value
      • setValueReference

        @Accessor(qualifier="valueReference",
                  type=SETTER)
        public void setValueReference​(ItemModel value)
        Generated method - Setter of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
        Parameters:
        value - the valueReference