Class SAPRecoImpressionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionModel
All Implemented Interfaces:
Serializable

public class SAPRecoImpressionModel extends ItemModel
Generated model class for type SAPRecoImpression first defined at extension sapymktrecommendationbuffer.
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 SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
    static final String
    Generated constant - Attribute key of SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
    static final String
    Generated constant - Attribute key of SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
    static final String
    Generated constant - Attribute key of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.

    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.
    SAPRecoImpressionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    SAPRecoImpressionModel(Integer _impressionCount, Integer _itemCount, ItemModel _owner, String _scenarioId, Date _timeStamp)
    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
    SAPRecoImpressionModel(Integer _impressionCount, Integer _itemCount, String _scenarioId, Date _timeStamp)
    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 SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
    Generated method - Getter of the SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
    Generated method - Getter of the SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
    Generated method - Getter of the SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
    void
    Generated method - Setter of SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
    void
    Generated method - Setter of SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
    void
    Generated method - Setter of SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
    void
    Generated method - Setter of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.

    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:
    • SCENARIOID

      public static final String SCENARIOID
      Generated constant - Attribute key of SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
      See Also:
    • IMPRESSIONCOUNT

      public static final String IMPRESSIONCOUNT
      Generated constant - Attribute key of SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
      See Also:
    • ITEMCOUNT

      public static final String ITEMCOUNT
      Generated constant - Attribute key of SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
      See Also:
    • TIMESTAMP

      public static final String TIMESTAMP
      Generated constant - Attribute key of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
      See Also:
  • Constructor Details

    • SAPRecoImpressionModel

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

      public SAPRecoImpressionModel(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
    • SAPRecoImpressionModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionModel(Integer _impressionCount, Integer _itemCount, String _scenarioId, Date _timeStamp)
      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:
      _impressionCount - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _itemCount - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _scenarioId - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _timeStamp - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
    • SAPRecoImpressionModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionModel(Integer _impressionCount, Integer _itemCount, ItemModel _owner, String _scenarioId, Date _timeStamp)
      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:
      _impressionCount - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _itemCount - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _owner - initial attribute declared by type Item at extension core
      _scenarioId - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
      _timeStamp - initial attribute declared by type SAPRecoImpression at extension sapymktrecommendationbuffer
  • Method Details

    • getImpressionCount

      @Accessor(qualifier="impressionCount", type=GETTER) public Integer getImpressionCount()
      Generated method - Getter of the SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
      Returns:
      the impressionCount - Impression Count
    • getItemCount

      @Accessor(qualifier="itemCount", type=GETTER) public Integer getItemCount()
      Generated method - Getter of the SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
      Returns:
      the itemCount - Item Count
    • getScenarioId

      @Accessor(qualifier="scenarioId", type=GETTER) public String getScenarioId()
      Generated method - Getter of the SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
      Returns:
      the scenarioId - Scenario ID
    • getTimeStamp

      @Accessor(qualifier="timeStamp", type=GETTER) public Date getTimeStamp()
      Generated method - Getter of the SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
      Returns:
      the timeStamp - Time Stamp
    • setImpressionCount

      @Accessor(qualifier="impressionCount", type=SETTER) public void setImpressionCount(Integer value)
      Generated method - Setter of SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.
      Parameters:
      value - the impressionCount - Impression Count
    • setItemCount

      @Accessor(qualifier="itemCount", type=SETTER) public void setItemCount(Integer value)
      Generated method - Setter of SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.
      Parameters:
      value - the itemCount - Item Count
    • setScenarioId

      @Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(String value)
      Generated method - Setter of SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.
      Parameters:
      value - the scenarioId - Scenario ID
    • setTimeStamp

      @Accessor(qualifier="timeStamp", type=SETTER) public void setTimeStamp(Date value)
      Generated method - Setter of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
      Parameters:
      value - the timeStamp - Time Stamp