Class IndexTestItemModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.servicelayer.internal.model.IndexTestItemModel
All Implemented Interfaces:
Serializable

public class IndexTestItemModel extends ItemModel
Generated model class for type IndexTestItem first defined at extension core.
See Also:
  • 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 final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of IndexTestItem.column1 attribute defined at extension core.
    static final String
    Generated constant - Attribute key of IndexTestItem.column2 attribute defined at extension core.
    static final String
    Generated constant - Attribute key of IndexTestItem.column3 attribute defined at extension core.
    static final String
    Generated constant - Attribute key of IndexTestItem.column4 attribute defined at extension core.
    static final String
    Generated constant - Attribute key of IndexTestItem.column5 attribute defined at extension core.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    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(Short _column1, Short _column2, Short _column3, Short _column4, 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(Short _column1, Short _column2, Short _column3, Short _column4, 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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the IndexTestItem.column1 attribute defined at extension core.
    Generated method - Getter of the IndexTestItem.column2 attribute defined at extension core.
    Generated method - Getter of the IndexTestItem.column3 attribute defined at extension core.
    Generated method - Getter of the IndexTestItem.column4 attribute defined at extension core.
    Generated method - Getter of the IndexTestItem.column5 attribute defined at extension core.
    void
    Generated method - Initial setter of IndexTestItem.column1 attribute defined at extension core.
    void
    Generated method - Initial setter of IndexTestItem.column2 attribute defined at extension core.
    void
    Generated method - Initial setter of IndexTestItem.column3 attribute defined at extension core.
    void
    Generated method - Initial setter of IndexTestItem.column4 attribute defined at extension core.
    void
    Generated method - Initial setter of IndexTestItem.column5 attribute defined at extension core.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • COLUMN1

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

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

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

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

      public static final String COLUMN5
      Generated constant - Attribute key of IndexTestItem.column5 attribute defined at extension core.
      See Also:
  • Constructor Details

    • 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(Short _column1, Short _column2, Short _column3, Short _column4, 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(Short _column1, Short _column2, Short _column3, Short _column4, 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 Details

    • getColumn1

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

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

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

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

      @Accessor(qualifier="column5", type=GETTER) public 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(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(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(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(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(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