public class SAPRecommendationMappingModel 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
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
HASHID
Generated constant - Attribute key of
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SCENARIOID
Generated constant - Attribute key of
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
USERID
Generated constant - Attribute key of
SAPRecommendationMapping.userId attribute defined at extension sapymktrecommendationbuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecommendationMappingModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecommendationMappingModel(java.util.Date _expiresOn,
java.lang.String _hashId,
ItemModel _owner,
java.lang.String _scenarioId,
java.lang.String _userId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecommendationMappingModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _scenarioId,
java.lang.String _userId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecommendationMappingModel(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
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getHashId()
Generated method - Getter of the
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getScenarioId()
Generated method - Getter of the
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getUserId()
Generated method - Getter of the
SAPRecommendationMapping.userId attribute defined at extension sapymktrecommendationbuffer. |
void |
setExpiresOn(java.util.Date value)
Generated method - Setter of
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer. |
void |
setHashId(java.lang.String value)
Generated method - Setter of
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer. |
void |
setScenarioId(java.lang.String value)
Generated method - Setter of
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
void |
setUserId(java.lang.String value)
Generated method - Setter of
SAPRecommendationMapping.userId 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 USERID
SAPRecommendationMapping.userId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String SCENARIOID
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String HASHID
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String EXPIRESON
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.public SAPRecommendationMappingModel()
public SAPRecommendationMappingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPRecommendationMappingModel(java.util.Date _expiresOn,
java.lang.String _hashId,
java.lang.String _scenarioId,
java.lang.String _userId)
_expiresOn - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_hashId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_userId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer@Deprecated
public SAPRecommendationMappingModel(java.util.Date _expiresOn,
java.lang.String _hashId,
ItemModel _owner,
java.lang.String _scenarioId,
java.lang.String _userId)
_expiresOn - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_hashId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_owner - initial attribute declared by type Item at extension core_scenarioId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer_userId - initial attribute declared by type SAPRecommendationMapping at extension sapymktrecommendationbuffer@Accessor(qualifier="expiresOn", type=GETTER) public java.util.Date getExpiresOn()
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="hashId", type=GETTER) public java.lang.String getHashId()
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="userId", type=GETTER) public java.lang.String getUserId()
SAPRecommendationMapping.userId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="expiresOn", type=SETTER) public void setExpiresOn(java.util.Date value)
SAPRecommendationMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.value - the expiresOn - Recommendation expiry@Accessor(qualifier="hashId", type=SETTER) public void setHashId(java.lang.String value)
SAPRecommendationMapping.hashId attribute defined at extension sapymktrecommendationbuffer.value - the hashId - Hash ID@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(java.lang.String value)
SAPRecommendationMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.value - the scenarioId - Scenario IDCopyright © 2018 SAP SE. All Rights Reserved.