Class AdvancedShippingNoticeEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdvancedShippingNoticeEntryModel
    extends ItemModel
    Generated model class for type AdvancedShippingNoticeEntry first defined at extension warehousing.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String PRODUCTCODE
        Generated constant - Attribute key of AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
        See Also:
        Constant Field Values
      • QUANTITY

        public static final java.lang.String QUANTITY
        Generated constant - Attribute key of AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
        See Also:
        Constant Field Values
      • STOCKLEVELS

        public static final java.lang.String STOCKLEVELS
        Generated constant - Attribute key of AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.
        See Also:
        Constant Field Values
      • ASN

        public static final java.lang.String ASN
        Generated constant - Attribute key of AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AdvancedShippingNoticeEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AdvancedShippingNoticeEntryModel​(AdvancedShippingNoticeModel _asn,
                                                java.lang.String _productCode)
        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:
        _asn - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing
        _productCode - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing
      • AdvancedShippingNoticeEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AdvancedShippingNoticeEntryModel​(AdvancedShippingNoticeModel _asn,
                                                ItemModel _owner,
                                                java.lang.String _productCode)
        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:
        _asn - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing
        _owner - initial attribute declared by type Item at extension core
        _productCode - initial attribute declared by type AdvancedShippingNoticeEntry at extension warehousing
    • Method Detail

      • getProductCode

        @Accessor(qualifier="productCode",
                  type=GETTER)
        public java.lang.String getProductCode()
        Generated method - Getter of the AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
        Returns:
        the productCode - Determines the product code of given ASNEntry
      • getQuantity

        @Accessor(qualifier="quantity",
                  type=GETTER)
        public int getQuantity()
        Generated method - Getter of the AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
        Returns:
        the quantity - Quantity of product
      • getStockLevels

        @Accessor(qualifier="stockLevels",
                  type=GETTER)
        public java.util.Set<StockLevelModel> getStockLevels()
        Generated method - Getter of the AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the stockLevels
      • setProductCode

        @Accessor(qualifier="productCode",
                  type=SETTER)
        public void setProductCode​(java.lang.String value)
        Generated method - Setter of AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
        Parameters:
        value - the productCode - Determines the product code of given ASNEntry
      • setQuantity

        @Accessor(qualifier="quantity",
                  type=SETTER)
        public void setQuantity​(int value)
        Generated method - Setter of AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
        Parameters:
        value - the quantity - Quantity of product
      • setStockLevels

        @Accessor(qualifier="stockLevels",
                  type=SETTER)
        public void setStockLevels​(java.util.Set<StockLevelModel> value)
        Generated method - Setter of AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.
        Parameters:
        value - the stockLevels