public class SAPRecommendationBufferModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
EXPIRESON
Generated constant - Attribute key of
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
HASHID
Generated constant - Attribute key of
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
LEADINGITEMS
Generated constant - Attribute key of
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
RECOLIST
Generated constant - Attribute key of
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SCENARIOID
Generated constant - Attribute key of
SAPRecommendationBuffer.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecommendationBufferModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecommendationBufferModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _leadingItems,
ItemModel _owner,
java.lang.String _recoList,
java.lang.String _scenarioId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecommendationBufferModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _leadingItems,
java.lang.String _recoList,
java.lang.String _scenarioId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecommendationBufferModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getExpiresOn()
Generated method - Getter of the
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getHashId()
Generated method - Getter of the
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getLeadingItems()
Generated method - Getter of the
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getRecoList()
Generated method - Getter of the
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getScenarioId()
Generated method - Getter of the
SAPRecommendationBuffer.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
void |
setExpiresOn(java.util.Date value)
Generated method - Setter of
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
void |
setHashId(java.lang.String value)
Generated method - Setter of
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer. |
void |
setLeadingItems(java.lang.String value)
Generated method - Setter of
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer. |
void |
setRecoList(java.lang.String value)
Generated method - Setter of
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer. |
void |
setScenarioId(java.lang.String value)
Generated method - Setter of
SAPRecommendationBuffer.scenarioId 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
SAPRecommendationBuffer.scenarioId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String HASHID
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String LEADINGITEMS
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String RECOLIST
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String EXPIRESON
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer.public SAPRecommendationBufferModel()
public SAPRecommendationBufferModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPRecommendationBufferModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _leadingItems,
java.lang.String _recoList,
java.lang.String _scenarioId)
_expiresOn - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_hashId - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_leadingItems - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_recoList - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer@Deprecated
public SAPRecommendationBufferModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _leadingItems,
ItemModel _owner,
java.lang.String _recoList,
java.lang.String _scenarioId)
_expiresOn - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_hashId - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_leadingItems - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_owner - initial attribute declared by type Item at extension core_recoList - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecommendationBuffer at extension sapymktrecommendationbuffer@Accessor(qualifier="expiresOn", type=GETTER) public java.util.Date getExpiresOn()
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="hashId", type=GETTER) public java.lang.String getHashId()
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="leadingItems", type=GETTER) public java.lang.String getLeadingItems()
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="recoList", type=GETTER) public java.lang.String getRecoList()
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
SAPRecommendationBuffer.scenarioId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="expiresOn", type=SETTER) public void setExpiresOn(java.util.Date value)
SAPRecommendationBuffer.expiresOn attribute defined at extension sapymktrecommendationbuffer.value - the expiresOn - Recommendation expiry@Accessor(qualifier="hashId", type=SETTER) public void setHashId(java.lang.String value)
SAPRecommendationBuffer.hashId attribute defined at extension sapymktrecommendationbuffer.value - the hashId - Hash ID@Accessor(qualifier="leadingItems", type=SETTER) public void setLeadingItems(java.lang.String value)
SAPRecommendationBuffer.leadingItems attribute defined at extension sapymktrecommendationbuffer.value - the leadingItems - Leading products or categories@Accessor(qualifier="recoList", type=SETTER) public void setRecoList(java.lang.String value)
SAPRecommendationBuffer.recoList attribute defined at extension sapymktrecommendationbuffer.value - the recoList - List of products to recommendCopyright © 2018 SAP SE. All Rights Reserved.