public class SAPRecoImpressionModel 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
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
ITEMCOUNT
Generated constant - Attribute key of
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SCENARIOID
Generated constant - Attribute key of
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
TIMESTAMP
Generated constant - Attribute key of
SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecoImpressionModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecoImpressionModel(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
|
SAPRecoImpressionModel(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
|
SAPRecoImpressionModel(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
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
java.lang.Integer |
getItemCount()
Generated method - Getter of the
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getScenarioId()
Generated method - Getter of the
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
java.util.Date |
getTimeStamp()
Generated method - Getter of the
SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
void |
setImpressionCount(java.lang.Integer value)
Generated method - Setter of
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer. |
void |
setItemCount(java.lang.Integer value)
Generated method - Setter of
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer. |
void |
setScenarioId(java.lang.String value)
Generated method - Setter of
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
void |
setTimeStamp(java.util.Date value)
Generated method - Setter of
SAPRecoImpression.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
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String IMPRESSIONCOUNT
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String ITEMCOUNT
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String TIMESTAMP
SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.public SAPRecoImpressionModel()
public SAPRecoImpressionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPRecoImpressionModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
_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@Deprecated
public SAPRecoImpressionModel(java.lang.Integer _impressionCount,
java.lang.Integer _itemCount,
ItemModel _owner,
java.lang.String _scenarioId,
java.util.Date _timeStamp)
_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@Accessor(qualifier="impressionCount", type=GETTER) public java.lang.Integer getImpressionCount()
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="itemCount", type=GETTER) public java.lang.Integer getItemCount()
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="timeStamp", type=GETTER) public java.util.Date getTimeStamp()
SAPRecoImpression.timeStamp attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="impressionCount", type=SETTER) public void setImpressionCount(java.lang.Integer value)
SAPRecoImpression.impressionCount attribute defined at extension sapymktrecommendationbuffer.value - the impressionCount - Impression Count@Accessor(qualifier="itemCount", type=SETTER) public void setItemCount(java.lang.Integer value)
SAPRecoImpression.itemCount attribute defined at extension sapymktrecommendationbuffer.value - the itemCount - Item Count@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(java.lang.String value)
SAPRecoImpression.scenarioId attribute defined at extension sapymktrecommendationbuffer.value - the scenarioId - Scenario IDCopyright © 2018 SAP SE. All Rights Reserved.