Class SAPInboundVariantModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPInboundVariantModel
    extends ItemModel
    Generated model class for type SAPInboundVariant first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of SAPInboundVariant.code attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • BASEPRODUCT

        public static final java.lang.String BASEPRODUCT
        Generated constant - Attribute key of SAPInboundVariant.baseProduct attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPInboundVariantModel

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

        public SAPInboundVariantModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPInboundVariantModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPInboundVariantModel​(CatalogVersionModel _catalogVersion,
                                      java.lang.String _code)
        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:
        _catalogVersion - initial attribute declared by type SAPInboundVariant at extension sapmodel
        _code - initial attribute declared by type SAPInboundVariant at extension sapmodel
      • SAPInboundVariantModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPInboundVariantModel​(CatalogVersionModel _catalogVersion,
                                      java.lang.String _code,
                                      ItemModel _owner)
        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:
        _catalogVersion - initial attribute declared by type SAPInboundVariant at extension sapmodel
        _code - initial attribute declared by type SAPInboundVariant at extension sapmodel
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getBaseProduct

        @Accessor(qualifier="baseProduct",
                  type=GETTER)
        public ProductModel getBaseProduct()
        Generated method - Getter of the SAPInboundVariant.baseProduct attribute defined at extension sapmodel.
        Returns:
        the baseProduct - Base Product
      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.
        Returns:
        the catalogVersion - Catalog Version
      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the SAPInboundVariant.code attribute defined at extension sapmodel.
        Returns:
        the code - Product Code
      • setBaseProduct

        @Accessor(qualifier="baseProduct",
                  type=SETTER)
        public void setBaseProduct​(ProductModel value)
        Generated method - Setter of SAPInboundVariant.baseProduct attribute defined at extension sapmodel.
        Parameters:
        value - the baseProduct - Base Product
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Setter of SAPInboundVariant.catalogVersion attribute defined at extension sapmodel.
        Parameters:
        value - the catalogVersion - Catalog Version
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of SAPInboundVariant.code attribute defined at extension sapmodel.
        Parameters:
        value - the code - Product Code