Class AdvancedShippingNoticeEntryModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PRODUCTCODE

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

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

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

      public static final String ASN
      Generated constant - Attribute key of AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
      See Also:
  • Constructor Details

    • 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, 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, 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 Details

    • getAsn

      Generated method - Getter of the AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
      Returns:
      the asn
    • getProductCode

      @Accessor(qualifier="productCode", type=GETTER) public 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 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
    • setAsn

      @Accessor(qualifier="asn", type=SETTER) public void setAsn(AdvancedShippingNoticeModel value)
      Generated method - Setter of AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
      Parameters:
      value - the asn
    • setProductCode

      @Accessor(qualifier="productCode", type=SETTER) public void setProductCode(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(Set<StockLevelModel> value)
      Generated method - Setter of AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.
      Parameters:
      value - the stockLevels