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:
Serializable
Generated model class for type SAPRecoImpressionAggr 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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SAPRecoImpressionAggrModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPRecoImpressionAggrModel(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 parametersSAPRecoImpressionAggrModel(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 TypeMethodDescriptionGenerated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.voidsetImpressionCount(Integer value) Generated method - Setter ofSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.voidsetItemCount(Integer value) Generated method - Setter ofSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.voidsetScenarioId(String value) Generated method - Setter ofSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.voidsetTimeStamp(Date value) Generated method - Setter ofSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SCENARIOID
Generated constant - Attribute key ofSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
IMPRESSIONCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
ITEMCOUNT
Generated constant - Attribute key ofSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
TIMESTAMP
Generated constant - Attribute key ofSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
-
Constructor Details
-
SAPRecoImpressionAggrModel
public SAPRecoImpressionAggrModel()Generated constructor - Default constructor for generic creation. -
SAPRecoImpressionAggrModel
public SAPRecoImpressionAggrModel(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
-
SAPRecoImpressionAggrModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionAggrModel(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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_impressionCount- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_itemCount- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_timeStamp- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer
-
SAPRecoImpressionAggrModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoImpressionAggrModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_impressionCount- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_itemCount- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_owner- initial attribute declared by typeItemat extensioncore_scenarioId- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer_timeStamp- initial attribute declared by typeSAPRecoImpressionAggrat extensionsapymktrecommendationbuffer
-
-
Method Details
-
getImpressionCount
Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the impressionCount - Impression Count
-
getItemCount
Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the itemCount - Item Count
-
getScenarioId
Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the scenarioId - Scenario ID
-
getTimeStamp
Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the timeStamp - Time Stamp
-
setImpressionCount
Generated method - Setter ofSAPRecoImpressionAggr.impressionCountattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the impressionCount - Impression Count
-
setItemCount
Generated method - Setter ofSAPRecoImpressionAggr.itemCountattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the itemCount - Item Count
-
setScenarioId
Generated method - Setter ofSAPRecoImpressionAggr.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the scenarioId - Scenario ID
-
setTimeStamp
Generated method - Setter ofSAPRecoImpressionAggr.timeStampattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the timeStamp - Time Stamp
-