Class SAPOfferInteractionModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.hybris.ymkt.recommendationbuffer.model.SAPOfferInteractionModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPOfferInteractionModel extends ItemModel
Generated model class for type SAPOfferInteraction 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
CONTACTID
Generated constant - Attribute key ofSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
CONTACTIDORIGIN
Generated constant - Attribute key ofSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
INTERACTIONTYPE
Generated constant - Attribute key ofSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
OFFERCONTENTITEMID
Generated constant - Attribute key ofSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
OFFERID
Generated constant - Attribute key ofSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
OFFERRECOMMENDATIONSCENARIOID
Generated constant - Attribute key ofSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.static java.lang.String
TIMESTAMP
Generated constant - Attribute key ofSAPOfferInteraction.timeStamp
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 SAPOfferInteractionModel()
Generated constructor - Default constructor for generic creation.SAPOfferInteractionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSAPOfferInteractionModel(java.lang.String _contactId, java.lang.String _contactIdOrigin, java.lang.String _interactionType, java.lang.String _offerContentItemId, java.lang.String _offerId, java.lang.String _offerRecommendationScenarioId, ItemModel _owner, java.util.Date _timeStamp)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPOfferInteractionModel(java.lang.String _contactId, java.lang.String _contactIdOrigin, java.lang.String _interactionType, java.lang.String _offerContentItemId, java.lang.String _offerId, java.lang.String _offerRecommendationScenarioId, java.util.Date _timeStamp)
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.lang.String
getContactId()
Generated method - Getter of theSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getContactIdOrigin()
Generated method - Getter of theSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getInteractionType()
Generated method - Getter of theSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getOfferContentItemId()
Generated method - Getter of theSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getOfferId()
Generated method - Getter of theSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.java.lang.String
getOfferRecommendationScenarioId()
Generated method - Getter of theSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.java.util.Date
getTimeStamp()
Generated method - Getter of theSAPOfferInteraction.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.void
setContactId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.void
setContactIdOrigin(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.void
setInteractionType(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.void
setOfferContentItemId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.void
setOfferId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.void
setOfferRecommendationScenarioId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.void
setTimeStamp(java.util.Date value)
Generated method - Setter ofSAPOfferInteraction.timeStamp
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
-
CONTACTID
public static final java.lang.String CONTACTID
Generated constant - Attribute key ofSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
CONTACTIDORIGIN
public static final java.lang.String CONTACTIDORIGIN
Generated constant - Attribute key ofSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
INTERACTIONTYPE
public static final java.lang.String INTERACTIONTYPE
Generated constant - Attribute key ofSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
Generated constant - Attribute key ofSAPOfferInteraction.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
OFFERID
public static final java.lang.String OFFERID
Generated constant - Attribute key ofSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
OFFERCONTENTITEMID
public static final java.lang.String OFFERCONTENTITEMID
Generated constant - Attribute key ofSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
OFFERRECOMMENDATIONSCENARIOID
public static final java.lang.String OFFERRECOMMENDATIONSCENARIOID
Generated constant - Attribute key ofSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPOfferInteractionModel
public SAPOfferInteractionModel()
Generated constructor - Default constructor for generic creation.
-
SAPOfferInteractionModel
public SAPOfferInteractionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPOfferInteractionModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPOfferInteractionModel(java.lang.String _contactId, java.lang.String _contactIdOrigin, java.lang.String _interactionType, java.lang.String _offerContentItemId, java.lang.String _offerId, java.lang.String _offerRecommendationScenarioId, java.util.Date _timeStamp)
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:
_contactId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_contactIdOrigin
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_interactionType
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerContentItemId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerRecommendationScenarioId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_timeStamp
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
-
SAPOfferInteractionModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPOfferInteractionModel(java.lang.String _contactId, java.lang.String _contactIdOrigin, java.lang.String _interactionType, java.lang.String _offerContentItemId, java.lang.String _offerId, java.lang.String _offerRecommendationScenarioId, ItemModel _owner, java.util.Date _timeStamp)
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:
_contactId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_contactIdOrigin
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_interactionType
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerContentItemId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_offerRecommendationScenarioId
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
_owner
- initial attribute declared by typeItem
at extensioncore
_timeStamp
- initial attribute declared by typeSAPOfferInteraction
at extensionsapymktrecommendationbuffer
-
-
Method Detail
-
getContactId
@Accessor(qualifier="contactId", type=GETTER) public java.lang.String getContactId()
Generated method - Getter of theSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the contactId - Interaction Contact ID
-
getContactIdOrigin
@Accessor(qualifier="contactIdOrigin", type=GETTER) public java.lang.String getContactIdOrigin()
Generated method - Getter of theSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the contactIdOrigin - Interaction Contact ID Origin
-
getInteractionType
@Accessor(qualifier="interactionType", type=GETTER) public java.lang.String getInteractionType()
Generated method - Getter of theSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the interactionType - Interaction Type
-
getOfferContentItemId
@Accessor(qualifier="offerContentItemId", type=GETTER) public java.lang.String getOfferContentItemId()
Generated method - Getter of theSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the offerContentItemId - Offer Content Item ID
-
getOfferId
@Accessor(qualifier="offerId", type=GETTER) public java.lang.String getOfferId()
Generated method - Getter of theSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the offerId - Offer ID
-
getOfferRecommendationScenarioId
@Accessor(qualifier="offerRecommendationScenarioId", type=GETTER) public java.lang.String getOfferRecommendationScenarioId()
Generated method - Getter of theSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the offerRecommendationScenarioId - Offer Recommendation Scenario ID
-
getTimeStamp
@Accessor(qualifier="timeStamp", type=GETTER) public java.util.Date getTimeStamp()
Generated method - Getter of theSAPOfferInteraction.timeStamp
attribute defined at extensionsapymktrecommendationbuffer
.- Returns:
- the timeStamp - Time Stamp
-
setContactId
@Accessor(qualifier="contactId", type=SETTER) public void setContactId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.contactId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the contactId - Interaction Contact ID
-
setContactIdOrigin
@Accessor(qualifier="contactIdOrigin", type=SETTER) public void setContactIdOrigin(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.contactIdOrigin
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the contactIdOrigin - Interaction Contact ID Origin
-
setInteractionType
@Accessor(qualifier="interactionType", type=SETTER) public void setInteractionType(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.interactionType
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the interactionType - Interaction Type
-
setOfferContentItemId
@Accessor(qualifier="offerContentItemId", type=SETTER) public void setOfferContentItemId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerContentItemId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the offerContentItemId - Offer Content Item ID
-
setOfferId
@Accessor(qualifier="offerId", type=SETTER) public void setOfferId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the offerId - Offer ID
-
setOfferRecommendationScenarioId
@Accessor(qualifier="offerRecommendationScenarioId", type=SETTER) public void setOfferRecommendationScenarioId(java.lang.String value)
Generated method - Setter ofSAPOfferInteraction.offerRecommendationScenarioId
attribute defined at extensionsapymktrecommendationbuffer
.- Parameters:
value
- the offerRecommendationScenarioId - Offer Recommendation Scenario ID
-
-