public class SAPRecoClickthroughModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
PRODUCTID
Generated constant - Attribute key of
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
PRODUCTTYPE
Generated constant - Attribute key of
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SCENARIOID
Generated constant - Attribute key of
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
SOURCEOBJECTID
Generated constant - Attribute key of
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
TIMESTAMP
Generated constant - Attribute key of
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
USERID
Generated constant - Attribute key of
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer. |
static java.lang.String |
USERTYPE
Generated constant - Attribute key of
SAPRecoClickthrough.userType attribute defined at extension sapymktrecommendationbuffer. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPRecoClickthroughModel()
Generated constructor - Default constructor for generic creation.
|
SAPRecoClickthroughModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPRecoClickthroughModel(ItemModel _owner,
java.lang.String _productId,
java.lang.String _productType,
java.lang.String _scenarioId,
java.lang.String _sourceObjectId,
java.util.Date _timeStamp,
java.lang.String _userId,
java.lang.String _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPRecoClickthroughModel(java.lang.String _productId,
java.lang.String _productType,
java.lang.String _scenarioId,
java.lang.String _sourceObjectId,
java.util.Date _timeStamp,
java.lang.String _userId,
java.lang.String _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProductId()
Generated method - Getter of the
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getProductType()
Generated method - Getter of the
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getScenarioId()
Generated method - Getter of the
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getSourceObjectId()
Generated method - Getter of the
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer. |
java.util.Date |
getTimeStamp()
Generated method - Getter of the
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getUserId()
Generated method - Getter of the
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer. |
java.lang.String |
getUserType()
Generated method - Getter of the
SAPRecoClickthrough.userType attribute defined at extension sapymktrecommendationbuffer. |
void |
setProductId(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer. |
void |
setProductType(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer. |
void |
setScenarioId(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer. |
void |
setSourceObjectId(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer. |
void |
setTimeStamp(java.util.Date value)
Generated method - Setter of
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer. |
void |
setUserId(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer. |
void |
setUserType(java.lang.String value)
Generated method - Setter of
SAPRecoClickthrough.userType 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
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String USERID
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String USERTYPE
SAPRecoClickthrough.userType attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String SOURCEOBJECTID
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String PRODUCTTYPE
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String PRODUCTID
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer.public static final java.lang.String TIMESTAMP
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer.public SAPRecoClickthroughModel()
public SAPRecoClickthroughModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPRecoClickthroughModel(java.lang.String _productId,
java.lang.String _productType,
java.lang.String _scenarioId,
java.lang.String _sourceObjectId,
java.util.Date _timeStamp,
java.lang.String _userId,
java.lang.String _userType)
_productId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_productType - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_sourceObjectId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_timeStamp - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_userId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_userType - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer@Deprecated public SAPRecoClickthroughModel(ItemModel _owner, java.lang.String _productId, java.lang.String _productType, java.lang.String _scenarioId, java.lang.String _sourceObjectId, java.util.Date _timeStamp, java.lang.String _userId, java.lang.String _userType)
_owner - initial attribute declared by type Item at extension core_productId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_productType - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_scenarioId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_sourceObjectId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_timeStamp - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_userId - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer_userType - initial attribute declared by type SAPRecoClickthrough at extension sapymktrecommendationbuffer@Accessor(qualifier="productId", type=GETTER) public java.lang.String getProductId()
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="productType", type=GETTER) public java.lang.String getProductType()
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="sourceObjectId", type=GETTER) public java.lang.String getSourceObjectId()
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="timeStamp", type=GETTER) public java.util.Date getTimeStamp()
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="userId", type=GETTER) public java.lang.String getUserId()
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="userType", type=GETTER) public java.lang.String getUserType()
SAPRecoClickthrough.userType attribute defined at extension sapymktrecommendationbuffer.@Accessor(qualifier="productId", type=SETTER) public void setProductId(java.lang.String value)
SAPRecoClickthrough.productId attribute defined at extension sapymktrecommendationbuffer.value - the productId - Item ID@Accessor(qualifier="productType", type=SETTER) public void setProductType(java.lang.String value)
SAPRecoClickthrough.productType attribute defined at extension sapymktrecommendationbuffer.value - the productType - Item type@Accessor(qualifier="scenarioId", type=SETTER) public void setScenarioId(java.lang.String value)
SAPRecoClickthrough.scenarioId attribute defined at extension sapymktrecommendationbuffer.value - the scenarioId - Scenario ID@Accessor(qualifier="sourceObjectId", type=SETTER) public void setSourceObjectId(java.lang.String value)
SAPRecoClickthrough.sourceObjectId attribute defined at extension sapymktrecommendationbuffer.value - the sourceObjectId - Source Object@Accessor(qualifier="timeStamp", type=SETTER) public void setTimeStamp(java.util.Date value)
SAPRecoClickthrough.timeStamp attribute defined at extension sapymktrecommendationbuffer.value - the timeStamp - Time stamp@Accessor(qualifier="userId", type=SETTER) public void setUserId(java.lang.String value)
SAPRecoClickthrough.userId attribute defined at extension sapymktrecommendationbuffer.value - the userId - User IDCopyright © 2018 SAP SE. All Rights Reserved.