Class SAPRecoTypeMappingModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPRecoTypeMappingModel
    extends ItemModel
    Generated model class for type SAPRecoTypeMapping first defined at extension sapymktrecommendationbuffer.
    See Also:
    Serialized Form
    • 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 of SAPRecoTypeMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.
        See Also:
        Constant Field Values
      • RECOTYPE

        public static final java.lang.String RECOTYPE
        Generated constant - Attribute key of SAPRecoTypeMapping.recoType attribute defined at extension sapymktrecommendationbuffer.
        See Also:
        Constant Field Values
      • HASHID

        public static final java.lang.String HASHID
        Generated constant - Attribute key of SAPRecoTypeMapping.hashId attribute defined at extension sapymktrecommendationbuffer.
        See Also:
        Constant Field Values
      • EXPIRESON

        public static final java.lang.String EXPIRESON
        Generated constant - Attribute key of SAPRecoTypeMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPRecoTypeMappingModel

        public SAPRecoTypeMappingModel()
        Generated constructor - Default constructor for generic creation.
      • SAPRecoTypeMappingModel

        public SAPRecoTypeMappingModel​(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​(java.util.Date _expiresOn,
                                       java.lang.String _hashId,
                                       java.lang.String _recoType,
                                       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
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _expiresOn - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _hashId - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _recoType - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _scenarioId - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
      • SAPRecoTypeMappingModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPRecoTypeMappingModel​(java.util.Date _expiresOn,
                                       java.lang.String _hashId,
                                       ItemModel _owner,
                                       java.lang.String _recoType,
                                       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
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _expiresOn - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _hashId - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _owner - initial attribute declared by type Item at extension core
        _recoType - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
        _scenarioId - initial attribute declared by type SAPRecoTypeMapping at extension sapymktrecommendationbuffer
    • Method Detail

      • getExpiresOn

        @Accessor(qualifier="expiresOn",
                  type=GETTER)
        public java.util.Date getExpiresOn()
        Generated method - Getter of the SAPRecoTypeMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.
        Returns:
        the expiresOn - Recommendation expiry
      • getHashId

        @Accessor(qualifier="hashId",
                  type=GETTER)
        public java.lang.String getHashId()
        Generated method - Getter of the SAPRecoTypeMapping.hashId attribute defined at extension sapymktrecommendationbuffer.
        Returns:
        the hashId - Hash ID
      • getRecoType

        @Accessor(qualifier="recoType",
                  type=GETTER)
        public java.lang.String getRecoType()
        Generated method - Getter of the SAPRecoTypeMapping.recoType attribute defined at extension sapymktrecommendationbuffer.
        Returns:
        the recoType - Recommendation type
      • getScenarioId

        @Accessor(qualifier="scenarioId",
                  type=GETTER)
        public java.lang.String getScenarioId()
        Generated method - Getter of the SAPRecoTypeMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.
        Returns:
        the scenarioId - Scenario ID
      • setExpiresOn

        @Accessor(qualifier="expiresOn",
                  type=SETTER)
        public void setExpiresOn​(java.util.Date value)
        Generated method - Setter of SAPRecoTypeMapping.expiresOn attribute defined at extension sapymktrecommendationbuffer.
        Parameters:
        value - the expiresOn - Recommendation expiry
      • setHashId

        @Accessor(qualifier="hashId",
                  type=SETTER)
        public void setHashId​(java.lang.String value)
        Generated method - Setter of SAPRecoTypeMapping.hashId attribute defined at extension sapymktrecommendationbuffer.
        Parameters:
        value - the hashId - Hash ID
      • setRecoType

        @Accessor(qualifier="recoType",
                  type=SETTER)
        public void setRecoType​(java.lang.String value)
        Generated method - Setter of SAPRecoTypeMapping.recoType attribute defined at extension sapymktrecommendationbuffer.
        Parameters:
        value - the recoType - Recommendation type
      • setScenarioId

        @Accessor(qualifier="scenarioId",
                  type=SETTER)
        public void setScenarioId​(java.lang.String value)
        Generated method - Setter of SAPRecoTypeMapping.scenarioId attribute defined at extension sapymktrecommendationbuffer.
        Parameters:
        value - the scenarioId - Scenario ID