public class SAPRecoTypeMappingModel 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
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
static String |
HASHID
Generated constant - Attribute key of
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer. |
static String |
RECOTYPE
Generated constant - Attribute key of
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer. |
static String |
SCENARIOID
Generated constant - Attribute key of
SAPRecoTypeMapping.scenarioId attribute defined at extension sapprodrecobuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecoTypeMappingModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecoTypeMappingModel(Date _expiresOn,
String _hashId,
ItemModel _owner,
String _recoType,
String _scenarioId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPRecoTypeMappingModel(Date _expiresOn,
String _hashId,
String _recoType,
String _scenarioId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPRecoTypeMappingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiresOn()
Generated method - Getter of the
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
String |
getHashId()
Generated method - Getter of the
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer. |
String |
getRecoType()
Generated method - Getter of the
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer. |
String |
getScenarioId()
Generated method - Getter of the
SAPRecoTypeMapping.scenarioId attribute defined at extension sapprodrecobuffer. |
void |
setExpiresOn(Date value)
Generated method - Setter of
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer. |
void |
setHashId(String value)
Generated method - Setter of
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer. |
void |
setRecoType(String value)
Generated method - Setter of
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer. |
void |
setScenarioId(String value)
Generated method - Setter of
SAPRecoTypeMapping.scenarioId 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 SCENARIOID
SAPRecoTypeMapping.scenarioId attribute defined at extension sapprodrecobuffer.public static final String RECOTYPE
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer.public static final String HASHID
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer.public static final String EXPIRESON
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer.public SAPRecoTypeMappingModel()
public SAPRecoTypeMappingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPRecoTypeMappingModel(Date _expiresOn, String _hashId, String _recoType, String _scenarioId)
_expiresOn - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_hashId - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_recoType - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_scenarioId - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer@Deprecated public SAPRecoTypeMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _recoType, String _scenarioId)
_expiresOn - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_hashId - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_owner - initial attribute declared by type Item at extension core_recoType - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer_scenarioId - initial attribute declared by type SAPRecoTypeMapping at extension sapprodrecobuffer@Accessor(qualifier="expiresOn", type=GETTER) public Date getExpiresOn()
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="hashId", type=GETTER) public String getHashId()
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="recoType", type=GETTER) public String getRecoType()
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="scenarioId", type=GETTER) public String getScenarioId()
SAPRecoTypeMapping.scenarioId attribute defined at extension sapprodrecobuffer.@Accessor(qualifier="expiresOn", type=SETTER) public void setExpiresOn(Date value)
SAPRecoTypeMapping.expiresOn attribute defined at extension sapprodrecobuffer.value - the expiresOn - Recommendation expiry@Accessor(qualifier="hashId", type=SETTER) public void setHashId(String value)
SAPRecoTypeMapping.hashId attribute defined at extension sapprodrecobuffer.value - the hashId - Hash ID@Accessor(qualifier="recoType", type=SETTER) public void setRecoType(String value)
SAPRecoTypeMapping.recoType attribute defined at extension sapprodrecobuffer.value - the recoType - Recommendation typeCopyright © 2017 SAP SE. All Rights Reserved.