Class ConsignmentEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsignmentEntryModel
    extends ItemModel
    Generated model class for type ConsignmentEntry first defined at extension basecommerce.
    See Also:
    Serialized Form
    • 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 java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CONSIGNMENT
      Generated constant - Attribute key of ConsignmentEntry.consignment attribute defined at extension basecommerce.
      static java.lang.String ORDERENTRY
      Generated constant - Attribute key of ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
      static java.lang.String QUANTITY
      Generated constant - Attribute key of ConsignmentEntry.quantity attribute defined at extension basecommerce.
      static java.lang.String SHIPPEDQUANTITY
      Generated constant - Attribute key of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsignmentEntryModel()
      Generated constructor - Default constructor for generic creation.
      ConsignmentEntryModel​(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, java.lang.Long _quantity)
      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
      ConsignmentEntryModel​(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, java.lang.Long _quantity)
      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
      ConsignmentEntryModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConsignmentModel getConsignment()
      Generated method - Getter of the ConsignmentEntry.consignment attribute defined at extension basecommerce.
      AbstractOrderEntryModel getOrderEntry()
      Generated method - Getter of the ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
      java.lang.Long getQuantity()
      Generated method - Getter of the ConsignmentEntry.quantity attribute defined at extension basecommerce.
      java.lang.Long getShippedQuantity()
      Generated method - Getter of the ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
      void setConsignment​(ConsignmentModel value)
      Generated method - Initial setter of ConsignmentEntry.consignment attribute defined at extension basecommerce.
      void setOrderEntry​(AbstractOrderEntryModel value)
      Generated method - Initial setter of ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
      void setQuantity​(java.lang.Long value)
      Generated method - Setter of ConsignmentEntry.quantity attribute defined at extension basecommerce.
      void setShippedQuantity​(java.lang.Long value)
      Generated method - Setter of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
      • 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 Detail

      • _TYPECODE

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

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

        public static final java.lang.String SHIPPEDQUANTITY
        Generated constant - Attribute key of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • ORDERENTRY

        public static final java.lang.String ORDERENTRY
        Generated constant - Attribute key of ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • CONSIGNMENT

        public static final java.lang.String CONSIGNMENT
        Generated constant - Attribute key of ConsignmentEntry.consignment attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConsignmentEntryModel

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

        public ConsignmentEntryModel​(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
      • ConsignmentEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConsignmentEntryModel​(ConsignmentModel _consignment,
                                     AbstractOrderEntryModel _orderEntry,
                                     java.lang.Long _quantity)
        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:
        _consignment - initial attribute declared by type ConsignmentEntry at extension basecommerce
        _orderEntry - initial attribute declared by type ConsignmentEntry at extension basecommerce
        _quantity - initial attribute declared by type ConsignmentEntry at extension basecommerce
      • ConsignmentEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConsignmentEntryModel​(ConsignmentModel _consignment,
                                     AbstractOrderEntryModel _orderEntry,
                                     ItemModel _owner,
                                     java.lang.Long _quantity)
        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:
        _consignment - initial attribute declared by type ConsignmentEntry at extension basecommerce
        _orderEntry - initial attribute declared by type ConsignmentEntry at extension basecommerce
        _owner - initial attribute declared by type Item at extension core
        _quantity - initial attribute declared by type ConsignmentEntry at extension basecommerce
    • Method Detail

      • getConsignment

        @Accessor(qualifier="consignment",
                  type=GETTER)
        public ConsignmentModel getConsignment()
        Generated method - Getter of the ConsignmentEntry.consignment attribute defined at extension basecommerce.
        Returns:
        the consignment
      • getOrderEntry

        @Accessor(qualifier="orderEntry",
                  type=GETTER)
        public AbstractOrderEntryModel getOrderEntry()
        Generated method - Getter of the ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
        Returns:
        the orderEntry
      • getQuantity

        @Accessor(qualifier="quantity",
                  type=GETTER)
        public java.lang.Long getQuantity()
        Generated method - Getter of the ConsignmentEntry.quantity attribute defined at extension basecommerce.
        Returns:
        the quantity
      • getShippedQuantity

        @Accessor(qualifier="shippedQuantity",
                  type=GETTER)
        public java.lang.Long getShippedQuantity()
        Generated method - Getter of the ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
        Returns:
        the shippedQuantity
      • setConsignment

        @Accessor(qualifier="consignment",
                  type=SETTER)
        public void setConsignment​(ConsignmentModel value)
        Generated method - Initial setter of ConsignmentEntry.consignment attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
        Parameters:
        value - the consignment
      • setOrderEntry

        @Accessor(qualifier="orderEntry",
                  type=SETTER)
        public void setOrderEntry​(AbstractOrderEntryModel value)
        Generated method - Initial setter of ConsignmentEntry.orderEntry attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
        Parameters:
        value - the orderEntry
      • setQuantity

        @Accessor(qualifier="quantity",
                  type=SETTER)
        public void setQuantity​(java.lang.Long value)
        Generated method - Setter of ConsignmentEntry.quantity attribute defined at extension basecommerce.
        Parameters:
        value - the quantity
      • setShippedQuantity

        @Accessor(qualifier="shippedQuantity",
                  type=SETTER)
        public void setShippedQuantity​(java.lang.Long value)
        Generated method - Setter of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
        Parameters:
        value - the shippedQuantity