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:
java.io.Serializable
public class SAPRecoImpressionModel extends ItemModel
Generated model class for type SAPRecoImpression 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 ofSAPRecoImpression.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
ITEMCOUNT
Generated constant - Attribute key ofSAPRecoImpression.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
SCENARIOID
Generated constant - Attribute key ofSAPRecoImpression.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
TIMESTAMP
Generated constant - Attribute key ofSAPRecoImpression.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 SAPRecoImpressionModel()
Generated constructor - Default constructor for generic creation.SAPRecoImpressionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSAPRecoImpressionModel(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 parametersSAPRecoImpressionModel(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 theSAPRecoImpression.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.Integer
getItemCount()
Generated method - Getter of theSAPRecoImpression.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getScenarioId()
Generated method - Getter of theSAPRecoImpression.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.java.util.Date
getTimeStamp()
Generated method - Getter of theSAPRecoImpression.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.void
setImpressionCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpression.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.void
setItemCount(java.lang.Integer value)
Generated method - Setter ofSAPRecoImpression.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.void
setScenarioId(java.lang.String value)
Generated method - Setter ofSAPRecoImpression.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.void
setTimeStamp(java.util.Date value)
Generated method - Setter ofSAPRecoImpression.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 ofSAPRecoImpression.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
IMPRESSIONCOUNT
public static final java.lang.String IMPRESSIONCOUNT
Generated constant - Attribute key ofSAPRecoImpression.impressionCount
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
ITEMCOUNT
public static final java.lang.String ITEMCOUNT
Generated constant - Attribute key ofSAPRecoImpression.itemCount
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
Generated constant - Attribute key ofSAPRecoImpression.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_impressionCount
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_itemCount
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_scenarioId
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_timeStamp
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_impressionCount
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_itemCount
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_owner
- initial attribute declared by typeItem
at extensioncore
_scenarioId
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
_timeStamp
- initial attribute declared by typeSAPRecoImpression
at extensionsapymktrecommendationbuffer
-
-
Method Detail
-
getImpressionCount
@Accessor(qualifier="impressionCount", type=GETTER) public java.lang.Integer getImpressionCount()
Generated method - Getter of theSAPRecoImpression.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 theSAPRecoImpression.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 theSAPRecoImpression.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 theSAPRecoImpression.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 ofSAPRecoImpression.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 ofSAPRecoImpression.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 ofSAPRecoImpression.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the scenarioId - Scenario ID
-
-