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:
java.io.Serializable
public class SAPRecommendationBufferModel extends ItemModel
Generated model class for type SAPRecommendationBuffer first defined at extension sapymktrecommendationbuffer.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
EXPIRESON
Generated constant - Attribute key ofSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
HASHID
Generated constant - Attribute key ofSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
LEADINGITEMS
Generated constant - Attribute key ofSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
RECOLIST
Generated constant - Attribute key ofSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
SCENARIOID
Generated constant - Attribute key ofSAPRecommendationBuffer.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SAPRecommendationBufferModel()
Generated constructor - Default constructor for generic creation.SAPRecommendationBufferModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSAPRecommendationBufferModel(java.util.Date _expiresOn, java.lang.String _hashId, java.lang.String _leadingItems, ItemModel _owner, java.lang.String _recoList, java.lang.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(java.util.Date _expiresOn, java.lang.String _hashId, java.lang.String _leadingItems, java.lang.String _recoList, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getExpiresOn()
Generated method - Getter of theSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getHashId()
Generated method - Getter of theSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getLeadingItems()
Generated method - Getter of theSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getRecoList()
Generated method - Getter of theSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getScenarioId()
Generated method - Getter of theSAPRecommendationBuffer.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.void
setExpiresOn(java.util.Date value)
Generated method - Setter ofSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.void
setHashId(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.void
setLeadingItems(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.void
setRecoList(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.void
setScenarioId(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SCENARIOID
public static final java.lang.String SCENARIOID
Generated constant - Attribute key ofSAPRecommendationBuffer.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
HASHID
public static final java.lang.String HASHID
Generated constant - Attribute key ofSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
LEADINGITEMS
public static final java.lang.String LEADINGITEMS
Generated constant - Attribute key ofSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
RECOLIST
public static final java.lang.String RECOLIST
Generated constant - Attribute key ofSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
EXPIRESON
public static final java.lang.String EXPIRESON
Generated constant - Attribute key ofSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPRecommendationBufferModel
public SAPRecommendationBufferModel()
Generated constructor - Default constructor for generic creation.
-
SAPRecommendationBufferModel
public SAPRecommendationBufferModel(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(java.util.Date _expiresOn, java.lang.String _hashId, java.lang.String _leadingItems, java.lang.String _recoList, java.lang.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 typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_hashId
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_leadingItems
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_recoList
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_scenarioId
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
-
SAPRecommendationBufferModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecommendationBufferModel(java.util.Date _expiresOn, java.lang.String _hashId, java.lang.String _leadingItems, ItemModel _owner, java.lang.String _recoList, java.lang.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 typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_hashId
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_leadingItems
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_owner
- initial attribute declared by typeItem
at extensioncore
_recoList
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
_scenarioId
- initial attribute declared by typeSAPRecommendationBuffer
at extensionsapymktrecommendationbuffer
-
-
Method Detail
-
getExpiresOn
@Accessor(qualifier="expiresOn", type=GETTER) public java.util.Date getExpiresOn()
Generated method - Getter of theSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the expiresOn - Recommendation expiry
-
getHashId
@Accessor(qualifier="hashId", type=GETTER) public java.lang.String getHashId()
Generated method - Getter of theSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the hashId - Hash ID
-
getLeadingItems
@Accessor(qualifier="leadingItems", type=GETTER) public java.lang.String getLeadingItems()
Generated method - Getter of theSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the leadingItems - Leading products or categories
-
getRecoList
@Accessor(qualifier="recoList", type=GETTER) public java.lang.String getRecoList()
Generated method - Getter of theSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the recoList - List of products to recommend
-
getScenarioId
@Accessor(qualifier="scenarioId", type=GETTER) public java.lang.String getScenarioId()
Generated method - Getter of theSAPRecommendationBuffer.scenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the scenarioId - Scenario ID
-
setExpiresOn
@Accessor(qualifier="expiresOn", type=SETTER) public void setExpiresOn(java.util.Date value)
Generated method - Setter ofSAPRecommendationBuffer.expiresOn
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the expiresOn - Recommendation expiry
-
setHashId
@Accessor(qualifier="hashId", type=SETTER) public void setHashId(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.hashId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the hashId - Hash ID
-
setLeadingItems
@Accessor(qualifier="leadingItems", type=SETTER) public void setLeadingItems(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.leadingItems
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the leadingItems - Leading products or categories
-
setRecoList
@Accessor(qualifier="recoList", type=SETTER) public void setRecoList(java.lang.String value)
Generated method - Setter ofSAPRecommendationBuffer.recoList
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the recoList - List of products to recommend
-
-