Class SAPRecoClickthroughModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.ymkt.recommendationbuffer.model.SAPRecoClickthroughModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPRecoClickthrough first defined at extension sapymktrecommendationbuffer.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SAPRecoClickthroughModel(ItemModel _owner, String _productId, String _productType, String _scenarioId, String _sourceObjectId, Date _timeStamp, String _userId, String _userType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecoClickthroughModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPRecoClickthroughModel(String _productId, String _productType, String _scenarioId, String _sourceObjectId, Date _timeStamp, String _userId, String _userType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.voidsetProductId(String value) Generated method - Setter ofSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.voidsetProductType(String value) Generated method - Setter ofSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.voidsetScenarioId(String value) Generated method - Setter ofSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.voidsetSourceObjectId(String value) Generated method - Setter ofSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.voidsetTimeStamp(Date value) Generated method - Setter ofSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.voidGenerated method - Setter ofSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.voidsetUserType(String value) Generated method - Setter ofSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SCENARIOID
Generated constant - Attribute key ofSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
USERID
Generated constant - Attribute key ofSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
USERTYPE
Generated constant - Attribute key ofSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
SOURCEOBJECTID
Generated constant - Attribute key ofSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
PRODUCTTYPE
Generated constant - Attribute key ofSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
PRODUCTID
Generated constant - Attribute key ofSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
TIMESTAMP
Generated constant - Attribute key ofSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
-
Constructor Details
-
SAPRecoClickthroughModel
public SAPRecoClickthroughModel()Generated constructor - Default constructor for generic creation. -
SAPRecoClickthroughModel
public SAPRecoClickthroughModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPRecoClickthroughModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoClickthroughModel(String _productId, String _productType, String _scenarioId, String _sourceObjectId, Date _timeStamp, String _userId, String _userType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_productId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_productType- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_sourceObjectId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_timeStamp- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_userId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_userType- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer
-
SAPRecoClickthroughModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoClickthroughModel(ItemModel _owner, String _productId, String _productType, String _scenarioId, String _sourceObjectId, Date _timeStamp, String _userId, String _userType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_productId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_productType- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_sourceObjectId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_timeStamp- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_userId- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer_userType- initial attribute declared by typeSAPRecoClickthroughat extensionsapymktrecommendationbuffer
-
-
Method Details
-
getProductId
Generated method - Getter of theSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the productId - Item ID
-
getProductType
Generated method - Getter of theSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the productType - Item type
-
getScenarioId
Generated method - Getter of theSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the scenarioId - Scenario ID
-
getSourceObjectId
Generated method - Getter of theSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the sourceObjectId - Source Object
-
getTimeStamp
Generated method - Getter of theSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the timeStamp - Time stamp
-
getUserId
Generated method - Getter of theSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the userId - User ID
-
getUserType
Generated method - Getter of theSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the userType - User type
-
setProductId
Generated method - Setter ofSAPRecoClickthrough.productIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the productId - Item ID
-
setProductType
Generated method - Setter ofSAPRecoClickthrough.productTypeattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the productType - Item type
-
setScenarioId
Generated method - Setter ofSAPRecoClickthrough.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the scenarioId - Scenario ID
-
setSourceObjectId
Generated method - Setter ofSAPRecoClickthrough.sourceObjectIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the sourceObjectId - Source Object
-
setTimeStamp
Generated method - Setter ofSAPRecoClickthrough.timeStampattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the timeStamp - Time stamp
-
setUserId
Generated method - Setter ofSAPRecoClickthrough.userIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the userId - User ID
-
setUserType
Generated method - Setter ofSAPRecoClickthrough.userTypeattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the userType - User type
-