Class SAPInboundProductModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPInboundProductModel
    extends ItemModel
    Generated model class for type SAPInboundProduct 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 SAPInboundProduct.code attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • CATALOGVERSION

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

      • SAPInboundProductModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPInboundProductModel​(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 SAPInboundProduct at extension sapmodel
        _code - initial attribute declared by type SAPInboundProduct at extension sapmodel
      • SAPInboundProductModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPInboundProductModel​(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 SAPInboundProduct at extension sapmodel
        _code - initial attribute declared by type SAPInboundProduct at extension sapmodel
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the SAPInboundProduct.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 SAPInboundProduct.code attribute defined at extension sapmodel.
        Returns:
        the code - Product Code
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Setter of SAPInboundProduct.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 SAPInboundProduct.code attribute defined at extension sapmodel.
        Parameters:
        value - the code - Product Code