public class SAPRecoImpressionAggrModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
IMPRESSIONCOUNT
Generated constant - Attribute key of
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
ITEMCOUNT
Generated constant - Attribute key of
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SCENARIOID
Generated constant - Attribute key of
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
TIMESTAMP
Generated constant - Attribute key of
SAPRecoImpressionAggr.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecoImpressionAggrModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecoImpressionAggrModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
ItemModel _owner,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecoImpressionAggrModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecoImpressionAggrModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getImpressionCount()
Generated method - Getter of the
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
java.lang.Integer |
getItemCount()
Generated method - Getter of the
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getScenarioId()
Generated method - Getter of the
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
java.util.Date |
getTimeStamp()
Generated method - Getter of the
SAPRecoImpressionAggr.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
void |
setImpressionCount(java.lang.Integer value)
Generated method - Setter of
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
void |
setItemCount(java.lang.Integer value)
Generated method - Setter of
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer. |
void |
setScenarioId(java.lang.String value)
Generated method - Setter of
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
void |
setTimeStamp(java.util.Date value)
Generated method - Setter of
SAPRecoImpressionAggr.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SCENARIOID
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String IMPRESSIONCOUNT
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String ITEMCOUNT
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String TIMESTAMP
SAPRecoImpressionAggr.timeStamp attribute defined at extension sapymktrecommendationbuffer.public SAPRecoImpressionAggrModel()
public SAPRecoImpressionAggrModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPRecoImpressionAggrModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
_impressionCount - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_itemCount - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_timeStamp - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer@Deprecated
public SAPRecoImpressionAggrModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
ItemModel _owner,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
_impressionCount - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_itemCount - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_owner - initial attribute declared by type Item at extension core_scenarioId - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer_timeStamp - initial attribute declared by type SAPRecoImpressionAggr at extension sapymktrecommendationbuffer@Accessor(qualifier="impressionCount", type=GETTER) public java.lang.Integer getImpressionCount()
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="itemCount", type=GETTER) public java.lang.Integer getItemCount()
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="timeStamp", type=GETTER) public java.util.Date getTimeStamp()
SAPRecoImpressionAggr.timeStamp attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="impressionCount", type=SETTER) public void setImpressionCount(java.lang.Integer value)
SAPRecoImpressionAggr.impressionCount attribute defined at extension sapymktrecommendationbuffer.value - the impressionCount - Impression Count@Accessor(qualifier="itemCount", type=SETTER) public void setItemCount(java.lang.Integer value)
SAPRecoImpressionAggr.itemCount attribute defined at extension sapymktrecommendationbuffer.value - the itemCount - Item Count@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(java.lang.String value)
SAPRecoImpressionAggr.scenarioId attribute defined at extension sapymktrecommendationbuffer.value - the scenarioId - Scenario IDCopyright © 2018 SAP SE. All Rights Reserved.