Class SAPRecoImpressionAggrModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionAggrModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPRecoImpressionAggrModel extends ItemModel
Generated model class for type SAPRecoImpressionAggr first defined at extension sapymktrecommendationbuffer.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
IMPRESSIONCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
ITEMCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
SCENARIOID
Generated constant - Attribute key ofSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
TIMESTAMP
Generated constant - Attribute key ofSAPRecoImpressionAggr.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.-
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 SAPRecoImpressionAggrModel()
Generated constructor - Default constructor for generic creation.SAPRecoImpressionAggrModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSAPRecoImpressionAggrModel(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 parametersSAPRecoImpressionAggrModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getImpressionCount()
Generated method - Getter of theSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.Integer
getItemCount()
Generated method - Getter of theSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getScenarioId()
Generated method - Getter of theSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.java.util.Date
getTimeStamp()
Generated method - Getter of theSAPRecoImpressionAggr.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.void
setImpressionCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.void
setItemCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.void
setScenarioId(java.lang.String value)
Generated method - Setter ofSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.void
setTimeStamp(java.util.Date value)
Generated method - Setter ofSAPRecoImpressionAggr.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.-
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
-
-
-
-
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 ofSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
IMPRESSIONCOUNT
public static final java.lang.String IMPRESSIONCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
ITEMCOUNT
public static final java.lang.String ITEMCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
Generated constant - Attribute key ofSAPRecoImpressionAggr.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPRecoImpressionAggrModel
public SAPRecoImpressionAggrModel()
Generated constructor - Default constructor for generic creation.
-
SAPRecoImpressionAggrModel
public SAPRecoImpressionAggrModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPRecoImpressionAggrModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionAggrModel(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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_impressionCount
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_itemCount
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_scenarioId
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_timeStamp
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
-
SAPRecoImpressionAggrModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionAggrModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_impressionCount
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_itemCount
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_owner
- initial attribute declared by typeItem
at extensioncore
_scenarioId
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
_timeStamp
- initial attribute declared by typeSAPRecoImpressionAggr
at extensionsapymktrecommendationbuffer
-
-
Method Detail
-
getImpressionCount
@Accessor(qualifier="impressionCount", type=GETTER) public java.lang.Integer getImpressionCount()
Generated method - Getter of theSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the impressionCount - Impression Count
-
getItemCount
@Accessor(qualifier="itemCount", type=GETTER) public java.lang.Integer getItemCount()
Generated method - Getter of theSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the itemCount - Item Count
-
getScenarioId
@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
Generated method - Getter of theSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the scenarioId - Scenario ID
-
getTimeStamp
@Accessor(qualifier="timeStamp", type=GETTER) public java.util.Date getTimeStamp()
Generated method - Getter of theSAPRecoImpressionAggr.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the timeStamp - Time Stamp
-
setImpressionCount
@Accessor(qualifier="impressionCount", type=SETTER) public void setImpressionCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpressionAggr.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the impressionCount - Impression Count
-
setItemCount
@Accessor(qualifier="itemCount", type=SETTER) public void setItemCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpressionAggr.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the itemCount - Item Count
-
setScenarioId
@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(java.lang.String value)
Generated method - Setter ofSAPRecoImpressionAggr.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the scenarioId - Scenario ID
-
-