Class SAPRecoTypeMappingModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.ymkt.recommendationbuffer.model.SAPRecoTypeMappingModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPRecoTypeMapping 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 ofSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.static final StringGenerated constant - Attribute key ofSAPRecoTypeMapping.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.SAPRecoTypeMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPRecoTypeMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _recoType, 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 parametersSAPRecoTypeMappingModel(Date _expiresOn, String _hashId, String _recoType, 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 theSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.Generated method - Getter of theSAPRecoTypeMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.voidsetExpiresOn(Date value) Generated method - Setter ofSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.voidGenerated method - Setter ofSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.voidsetRecoType(String value) Generated method - Setter ofSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.voidsetScenarioId(String value) Generated method - Setter ofSAPRecoTypeMapping.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 ofSAPRecoTypeMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
RECOTYPE
Generated constant - Attribute key ofSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
HASHID
Generated constant - Attribute key ofSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
EXPIRESON
Generated constant - Attribute key ofSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- See Also:
-
-
Constructor Details
-
SAPRecoTypeMappingModel
public SAPRecoTypeMappingModel()Generated constructor - Default constructor for generic creation. -
SAPRecoTypeMappingModel
public SAPRecoTypeMappingModel(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
-
SAPRecoTypeMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoTypeMappingModel(Date _expiresOn, String _hashId, String _recoType, 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 typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_recoType- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer
-
SAPRecoTypeMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPRecoTypeMappingModel(Date _expiresOn, String _hashId, ItemModel _owner, String _recoType, 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 typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_hashId- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_owner- initial attribute declared by typeItemat extensioncore_recoType- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer_scenarioId- initial attribute declared by typeSAPRecoTypeMappingat extensionsapymktrecommendationbuffer
-
-
Method Details
-
getExpiresOn
Generated method - Getter of theSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the expiresOn - Recommendation expiry
-
getHashId
Generated method - Getter of theSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the hashId - Hash ID
-
getRecoType
Generated method - Getter of theSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the recoType - Recommendation type
-
getScenarioId
Generated method - Getter of theSAPRecoTypeMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Returns:
- the scenarioId - Scenario ID
-
setExpiresOn
Generated method - Setter ofSAPRecoTypeMapping.expiresOnattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the expiresOn - Recommendation expiry
-
setHashId
Generated method - Setter ofSAPRecoTypeMapping.hashIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the hashId - Hash ID
-
setRecoType
Generated method - Setter ofSAPRecoTypeMapping.recoTypeattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the recoType - Recommendation type
-
setScenarioId
Generated method - Setter ofSAPRecoTypeMapping.scenarioIdattribute defined at extensionsapymktrecommendationbuffer.- Parameters:
value- the scenarioId - Scenario ID
-