public class SAPRecommendationMappingModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
EXPIRESON
Generated constant - Attribute key of
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
static String |
HASHID
Generated constant - Attribute key of
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer. |
static String |
SCENARIOID
Generated constant - Attribute key of
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer. |
static String |
USERID
Generated constant - Attribute key of
SAPRecommendationMapping.userId attribute defined at extension sapprodrecobuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecommendationMappingModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecommendationMappingModel(Date _expiresOn,
String _hashId,
ItemModel _owner,
String _scenarioId,
String _userId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPRecommendationMappingModel(Date _expiresOn,
String _hashId,
String _scenarioId,
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 |
|---|---|
Date |
getExpiresOn()
Generated method - Getter of the
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
String |
getHashId()
Generated method - Getter of the
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer. |
String |
getScenarioId()
Generated method - Getter of the
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer. |
String |
getUserId()
Generated method - Getter of the
SAPRecommendationMapping.userId attribute defined at extension sapprodrecobuffer. |
void |
setExpiresOn(Date value)
Generated method - Setter of
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
void |
setHashId(String value)
Generated method - Setter of
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer. |
void |
setScenarioId(String value)
Generated method - Setter of
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer. |
void |
setUserId(String value)
Generated method - Setter of
SAPRecommendationMapping.userId attribute defined at extension sapprodrecobuffer. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String USERID
SAPRecommendationMapping.userId attribute defined at extension sapprodrecobuffer.public static final String SCENARIOID
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer.public static final String HASHID
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer.public static final String EXPIRESON
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer.public SAPRecommendationMappingModel()
public SAPRecommendationMappingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPRecommendationMappingModel(Date _expiresOn, String _hashId, String _scenarioId, String _userId)
_expiresOn - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_hashId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_scenarioId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_userId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer@Deprecated public SAPRecommendationMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _scenarioId, String _userId)
_expiresOn - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_hashId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_owner - initial attribute declared by type Item at extension core_scenarioId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer_userId - initial attribute declared by type SAPRecommendationMapping at extension sapprodrecobuffer@Accessor(qualifier="expiresOn", type=GETTER) public Date getExpiresOn()
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="hashId", type=GETTER) public String getHashId()
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="scenarioId", type=GETTER) public String getScenarioId()
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="userId", type=GETTER) public String getUserId()
SAPRecommendationMapping.userId attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="expiresOn", type=SETTER) public void setExpiresOn(Date value)
SAPRecommendationMapping.expiresOn attribute defined at extension sapprodrecobuffer.value - the expiresOn - Recommendation expiry@Accessor(qualifier="hashId", type=SETTER) public void setHashId(String value)
SAPRecommendationMapping.hashId attribute defined at extension sapprodrecobuffer.value - the hashId - Hash ID@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(String value)
SAPRecommendationMapping.scenarioId attribute defined at extension sapprodrecobuffer.value - the scenarioId - Scenario IDCopyright © 2017 SAP SE. All Rights Reserved.