Class ConsignmentEntryModel

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

public class ConsignmentEntryModel extends ItemModel
Generated model class for type ConsignmentEntry first defined at extension basecommerce.
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 ConsignmentEntry.consignment attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of ConsignmentEntry.quantity attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
    static final String
    Generated constant - Attribute key of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.

    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.
    ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, 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, 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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ConsignmentEntry.consignment attribute defined at extension basecommerce.
    Generated method - Getter of the ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
    Generated method - Getter of the ConsignmentEntry.quantity attribute defined at extension basecommerce.
    Generated method - Getter of the ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
    Generated method - Getter of the ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.
    void
    Generated method - Initial setter of ConsignmentEntry.consignment attribute defined at extension basecommerce.
    void
    Generated method - Initial setter of ConsignmentEntry.orderEntry attribute defined at extension basecommerce.
    void
    Generated method - Setter of ConsignmentEntry.quantity attribute defined at extension basecommerce.
    void
    Generated method - Setter of ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
    void
    Generated method - Setter of ConsignmentEntry.shippedQuantity attribute defined at extension basecommerce.

    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:
    • QUANTITY

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

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

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

      public static final String CONSIGNMENT
      Generated constant - Attribute key of ConsignmentEntry.consignment attribute defined at extension basecommerce.
      See Also:
    • SAPINVOICE

      public static final String SAPINVOICE
      Generated constant - Attribute key of ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
      See Also:
  • Constructor Details

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

    • 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 Long getQuantity()
      Generated method - Getter of the ConsignmentEntry.quantity attribute defined at extension basecommerce.
      Returns:
      the quantity
    • getSapInvoice

      @Accessor(qualifier="sapInvoice", type=GETTER) public SAPInvoiceModel getSapInvoice()
      Generated method - Getter of the ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
      Returns:
      the sapInvoice
    • getShippedQuantity

      @Accessor(qualifier="shippedQuantity", type=GETTER) public 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(Long value)
      Generated method - Setter of ConsignmentEntry.quantity attribute defined at extension basecommerce.
      Parameters:
      value - the quantity
    • setSapInvoice

      @Accessor(qualifier="sapInvoice", type=SETTER) public void setSapInvoice(SAPInvoiceModel value)
      Generated method - Setter of ConsignmentEntry.sapInvoice attribute defined at extension commerceservices.
      Parameters:
      value - the sapInvoice
    • setShippedQuantity

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