Class SAPRecoImpressionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPRecoImpressionModel
    extends ItemModel
    Generated model class for type SAPRecoImpression first defined at extension sapymktrecommendationbuffer.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

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

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

        public static final java.lang.String TIMESTAMP
        Generated constant - Attribute key of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPRecoImpressionModel

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

        public SAPRecoImpressionModel​(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​(java.lang.Integer _impressionCount,
                                      java.lang.Integer _itemCount,
                                      java.lang.String _scenarioId,
                                      java.util.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​(java.lang.Integer _impressionCount,
                                      java.lang.Integer _itemCount,
                                      ItemModel _owner,
                                      java.lang.String _scenarioId,
                                      java.util.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 Detail

      • getImpressionCount

        @Accessor(qualifier="impressionCount",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.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 java.util.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.util.Date value)
        Generated method - Setter of SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.
        Parameters:
        value - the timeStamp - Time Stamp