Class SAPRecommendationBufferModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.ymkt.recommendationbuffer.model.SAPRecommendationBufferModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPRecommendationBuffer 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 ofSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationBuffer.scenarioIdattribute 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.SAPRecommendationBufferModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPRecommendationBufferModel(Date _expiresOn, String _hashId, String _leadingItems, ItemModel _owner, String _recoList, String _scenarioId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecommendationBufferModel(Date _expiresOn, String _hashId, String _leadingItems, String _recoList, String _scenarioId) 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 theSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationBuffer.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.voidsetExpiresOn(Date value) Generated method - Setter ofSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.voidGenerated method - Setter ofSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.voidsetLeadingItems(String value) Generated method - Setter ofSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.voidsetRecoList(String value) Generated method - Setter ofSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.voidsetScenarioId(String value) Generated method - Setter ofSAPRecommendationBuffer.scenarioIdattribute 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 ofSAPRecommendationBuffer.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
HASHID
Generated constant - Attribute key ofSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
LEADINGITEMS
Generated constant - Attribute key ofSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
RECOLIST
Generated constant - Attribute key ofSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
EXPIRESON
Generated constant - Attribute key ofSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
-
Constructor Details
-
SAPRecommendationBufferModel
public SAPRecommendationBufferModel()Generated constructor - Default constructor for generic creation. -
SAPRecommendationBufferModel
public SAPRecommendationBufferModel(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
-
SAPRecommendationBufferModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecommendationBufferModel(Date _expiresOn, String _hashId, String _leadingItems, String _recoList, String _scenarioId) 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:
_expiresOn- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_leadingItems- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_recoList- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer
-
SAPRecommendationBufferModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecommendationBufferModel(Date _expiresOn, String _hashId, String _leadingItems, ItemModel _owner, String _recoList, String _scenarioId) 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:
_expiresOn- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_leadingItems- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_owner- initial attribute declared by typeItemat extensioncore_recoList- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecommendationBufferat extensionsapymktrecommendationbuffer
-
-
Method Details
-
getExpiresOn
Generated method - Getter of theSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the expiresOn - Recommendation expiry
-
getHashId
Generated method - Getter of theSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the hashId - Hash ID
-
getLeadingItems
Generated method - Getter of theSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the leadingItems - Leading products or categories
-
getRecoList
Generated method - Getter of theSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the recoList - List of products to recommend
-
getScenarioId
Generated method - Getter of theSAPRecommendationBuffer.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the scenarioId - Scenario ID
-
setExpiresOn
Generated method - Setter ofSAPRecommendationBuffer.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the expiresOn - Recommendation expiry
-
setHashId
Generated method - Setter ofSAPRecommendationBuffer.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the hashId - Hash ID
-
setLeadingItems
Generated method - Setter ofSAPRecommendationBuffer.leadingItemsattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the leadingItems - Leading products or categories
-
setRecoList
Generated method - Setter ofSAPRecommendationBuffer.recoListattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the recoList - List of products to recommend
-
setScenarioId
Generated method - Setter ofSAPRecommendationBuffer.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the scenarioId - Scenario ID
-