Class IndexTestItemModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexTestItemModel
    extends ItemModel
    Generated model class for type IndexTestItem first defined at extension core.
    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 _TYPECODE
      Generated model type code constant.
      static java.lang.String COLUMN1
      Generated constant - Attribute key of IndexTestItem.column1 attribute defined at extension core.
      static java.lang.String COLUMN2
      Generated constant - Attribute key of IndexTestItem.column2 attribute defined at extension core.
      static java.lang.String COLUMN3
      Generated constant - Attribute key of IndexTestItem.column3 attribute defined at extension core.
      static java.lang.String COLUMN4
      Generated constant - Attribute key of IndexTestItem.column4 attribute defined at extension core.
      static java.lang.String COLUMN5
      Generated constant - Attribute key of IndexTestItem.column5 attribute defined at extension core.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexTestItemModel()
      Generated constructor - Default constructor for generic creation.
      IndexTestItemModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      IndexTestItemModel​(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.Short _column5)
      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
      IndexTestItemModel​(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.Short _column5, 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.Short getColumn1()
      Generated method - Getter of the IndexTestItem.column1 attribute defined at extension core.
      java.lang.Short getColumn2()
      Generated method - Getter of the IndexTestItem.column2 attribute defined at extension core.
      java.lang.Short getColumn3()
      Generated method - Getter of the IndexTestItem.column3 attribute defined at extension core.
      java.lang.Short getColumn4()
      Generated method - Getter of the IndexTestItem.column4 attribute defined at extension core.
      java.lang.Short getColumn5()
      Generated method - Getter of the IndexTestItem.column5 attribute defined at extension core.
      void setColumn1​(java.lang.Short value)
      Generated method - Initial setter of IndexTestItem.column1 attribute defined at extension core.
      void setColumn2​(java.lang.Short value)
      Generated method - Initial setter of IndexTestItem.column2 attribute defined at extension core.
      void setColumn3​(java.lang.Short value)
      Generated method - Initial setter of IndexTestItem.column3 attribute defined at extension core.
      void setColumn4​(java.lang.Short value)
      Generated method - Initial setter of IndexTestItem.column4 attribute defined at extension core.
      void setColumn5​(java.lang.Short value)
      Generated method - Initial setter of IndexTestItem.column5 attribute defined at extension core.
      • 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
      • COLUMN1

        public static final java.lang.String COLUMN1
        Generated constant - Attribute key of IndexTestItem.column1 attribute defined at extension core.
        See Also:
        Constant Field Values
      • COLUMN2

        public static final java.lang.String COLUMN2
        Generated constant - Attribute key of IndexTestItem.column2 attribute defined at extension core.
        See Also:
        Constant Field Values
      • COLUMN3

        public static final java.lang.String COLUMN3
        Generated constant - Attribute key of IndexTestItem.column3 attribute defined at extension core.
        See Also:
        Constant Field Values
      • COLUMN4

        public static final java.lang.String COLUMN4
        Generated constant - Attribute key of IndexTestItem.column4 attribute defined at extension core.
        See Also:
        Constant Field Values
      • COLUMN5

        public static final java.lang.String COLUMN5
        Generated constant - Attribute key of IndexTestItem.column5 attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IndexTestItemModel

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

        public IndexTestItemModel​(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
      • IndexTestItemModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public IndexTestItemModel​(java.lang.Short _column1,
                                  java.lang.Short _column2,
                                  java.lang.Short _column3,
                                  java.lang.Short _column4,
                                  java.lang.Short _column5)
        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:
        _column1 - initial attribute declared by type IndexTestItem at extension core
        _column2 - initial attribute declared by type IndexTestItem at extension core
        _column3 - initial attribute declared by type IndexTestItem at extension core
        _column4 - initial attribute declared by type IndexTestItem at extension core
        _column5 - initial attribute declared by type IndexTestItem at extension core
      • IndexTestItemModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public IndexTestItemModel​(java.lang.Short _column1,
                                  java.lang.Short _column2,
                                  java.lang.Short _column3,
                                  java.lang.Short _column4,
                                  java.lang.Short _column5,
                                  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:
        _column1 - initial attribute declared by type IndexTestItem at extension core
        _column2 - initial attribute declared by type IndexTestItem at extension core
        _column3 - initial attribute declared by type IndexTestItem at extension core
        _column4 - initial attribute declared by type IndexTestItem at extension core
        _column5 - initial attribute declared by type IndexTestItem at extension core
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getColumn1

        @Accessor(qualifier="column1",
                  type=GETTER)
        public java.lang.Short getColumn1()
        Generated method - Getter of the IndexTestItem.column1 attribute defined at extension core.
        Returns:
        the column1
      • getColumn2

        @Accessor(qualifier="column2",
                  type=GETTER)
        public java.lang.Short getColumn2()
        Generated method - Getter of the IndexTestItem.column2 attribute defined at extension core.
        Returns:
        the column2
      • getColumn3

        @Accessor(qualifier="column3",
                  type=GETTER)
        public java.lang.Short getColumn3()
        Generated method - Getter of the IndexTestItem.column3 attribute defined at extension core.
        Returns:
        the column3
      • getColumn4

        @Accessor(qualifier="column4",
                  type=GETTER)
        public java.lang.Short getColumn4()
        Generated method - Getter of the IndexTestItem.column4 attribute defined at extension core.
        Returns:
        the column4
      • getColumn5

        @Accessor(qualifier="column5",
                  type=GETTER)
        public java.lang.Short getColumn5()
        Generated method - Getter of the IndexTestItem.column5 attribute defined at extension core.
        Returns:
        the column5
      • setColumn1

        @Accessor(qualifier="column1",
                  type=SETTER)
        public void setColumn1​(java.lang.Short value)
        Generated method - Initial setter of IndexTestItem.column1 attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the column1
      • setColumn2

        @Accessor(qualifier="column2",
                  type=SETTER)
        public void setColumn2​(java.lang.Short value)
        Generated method - Initial setter of IndexTestItem.column2 attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the column2
      • setColumn3

        @Accessor(qualifier="column3",
                  type=SETTER)
        public void setColumn3​(java.lang.Short value)
        Generated method - Initial setter of IndexTestItem.column3 attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the column3
      • setColumn4

        @Accessor(qualifier="column4",
                  type=SETTER)
        public void setColumn4​(java.lang.Short value)
        Generated method - Initial setter of IndexTestItem.column4 attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the column4
      • setColumn5

        @Accessor(qualifier="column5",
                  type=SETTER)
        public void setColumn5​(java.lang.Short value)
        Generated method - Initial setter of IndexTestItem.column5 attribute defined at extension core. Can only be used at creation of model - before first save.
        Parameters:
        value - the column5