Class SAPRecommendationMappingModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.ymkt.recommendationbuffer.model.SAPRecommendationMappingModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPRecommendationMapping 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 ofSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecommendationMapping.userIdattribute 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.SAPRecommendationMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPRecommendationMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _scenarioId, String _userId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecommendationMappingModel(Date _expiresOn, String _hashId, String _scenarioId, String _userId) 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 theSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecommendationMapping.userIdattribute defined at extensionsapymktrecommendationbuffer.voidsetExpiresOn(Date value) Generated method - Setter ofSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.voidGenerated method - Setter ofSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.voidsetScenarioId(String value) Generated method - Setter ofSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.voidGenerated method - Setter ofSAPRecommendationMapping.userIdattribute 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:
-
USERID
Generated constant - Attribute key ofSAPRecommendationMapping.userIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
SCENARIOID
Generated constant - Attribute key ofSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
HASHID
Generated constant - Attribute key ofSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
EXPIRESON
Generated constant - Attribute key ofSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
-
Constructor Details
-
SAPRecommendationMappingModel
public SAPRecommendationMappingModel()Generated constructor - Default constructor for generic creation. -
SAPRecommendationMappingModel
public SAPRecommendationMappingModel(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
-
SAPRecommendationMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecommendationMappingModel(Date _expiresOn, String _hashId, String _scenarioId, String _userId) 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 typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_userId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer
-
SAPRecommendationMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecommendationMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _scenarioId, String _userId) 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 typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_owner- initial attribute declared by typeItemat extensioncore_scenarioId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer_userId- initial attribute declared by typeSAPRecommendationMappingat extensionsapymktrecommendationbuffer
-
-
Method Details
-
getExpiresOn
Generated method - Getter of theSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the expiresOn - Recommendation expiry
-
getHashId
Generated method - Getter of theSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the hashId - Hash ID
-
getScenarioId
Generated method - Getter of theSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the scenarioId - Scenario ID
-
getUserId
Generated method - Getter of theSAPRecommendationMapping.userIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the userId - User ID
-
setExpiresOn
Generated method - Setter ofSAPRecommendationMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the expiresOn - Recommendation expiry
-
setHashId
Generated method - Setter ofSAPRecommendationMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the hashId - Hash ID
-
setScenarioId
Generated method - Setter ofSAPRecommendationMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the scenarioId - Scenario ID
-
setUserId
Generated method - Setter ofSAPRecommendationMapping.userIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the userId - User ID
-