Class AdvancedShippingNoticeEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.AdvancedShippingNoticeEntryModel
All Implemented Interfaces:
Serializable

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

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    AdvancedShippingNoticeEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
    Generated method - Getter of the AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
    int
    Generated method - Getter of the AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
    Generated method - Getter of the AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.
    void
    Generated method - Setter of AdvancedShippingNoticeEntry.asn attribute defined at extension warehousing.
    void
    Generated method - Setter of AdvancedShippingNoticeEntry.productCode attribute defined at extension warehousing.
    void
    setQuantity(int value)
    Generated method - Setter of AdvancedShippingNoticeEntry.quantity attribute defined at extension warehousing.
    void
    Generated method - Setter of AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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(de.hybris.platform.servicelayer.model.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

      @Accessor(qualifier="asn", type=GETTER) public AdvancedShippingNoticeModel 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