Class WarehouseTransferEntryModel

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

public class WarehouseTransferEntryModel extends ItemModel
Generated model class for type WarehouseTransferEntry 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 relation code constant for relation WarehouseBin2WarehouseTransferEntryDestRelation defining source attribute destination in extension warehousing.
    static final String
    Generated relation code constant for relation WarehouseBin2WarehouseTransferEntrySrcRelation defining source attribute source in extension warehousing.
    static final String
    Generated relation code constant for relation WarehouseTransfer2WarehouseTransferEntryRelation defining source attribute warehouseTransfer in extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.destination attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.productCode attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.source attribute defined at extension warehousing.
    static final String
    Generated constant - Attribute key of WarehouseTransferEntry.warehouseTransfer 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.
    WarehouseTransferEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    WarehouseTransferEntryModel(WarehouseBinModel _destination, ItemModel _owner, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer)
    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
    WarehouseTransferEntryModel(WarehouseBinModel _destination, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer)
    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 WarehouseTransferEntry.destination attribute defined at extension warehousing.
    Generated method - Getter of the WarehouseTransferEntry.productCode attribute defined at extension warehousing.
    int
    Generated method - Getter of the WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
    int
    Generated method - Getter of the WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
    int
    Generated method - Getter of the WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
    Generated method - Getter of the WarehouseTransferEntry.source attribute defined at extension warehousing.
    Generated method - Getter of the WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.destination attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.productCode attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.source attribute defined at extension warehousing.
    void
    Generated method - Setter of WarehouseTransferEntry.warehouseTransfer 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:
    • _WAREHOUSEBIN2WAREHOUSETRANSFERENTRYSRCRELATION

      public static final String _WAREHOUSEBIN2WAREHOUSETRANSFERENTRYSRCRELATION
      Generated relation code constant for relation WarehouseBin2WarehouseTransferEntrySrcRelation defining source attribute source in extension warehousing.
      See Also:
    • _WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATION

      public static final String _WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATION
      Generated relation code constant for relation WarehouseBin2WarehouseTransferEntryDestRelation defining source attribute destination in extension warehousing.
      See Also:
    • _WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATION

      public static final String _WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATION
      Generated relation code constant for relation WarehouseTransfer2WarehouseTransferEntryRelation defining source attribute warehouseTransfer in extension warehousing.
      See Also:
    • PRODUCTCODE

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

      public static final String QUANTITYREQUESTED
      Generated constant - Attribute key of WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
      See Also:
    • QUANTITYACCEPTED

      public static final String QUANTITYACCEPTED
      Generated constant - Attribute key of WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
      See Also:
    • QUANTITYDECLINED

      public static final String QUANTITYDECLINED
      Generated constant - Attribute key of WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
      See Also:
    • SOURCE

      public static final String SOURCE
      Generated constant - Attribute key of WarehouseTransferEntry.source attribute defined at extension warehousing.
      See Also:
    • DESTINATION

      public static final String DESTINATION
      Generated constant - Attribute key of WarehouseTransferEntry.destination attribute defined at extension warehousing.
      See Also:
    • WAREHOUSETRANSFER

      public static final String WAREHOUSETRANSFER
      Generated constant - Attribute key of WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing.
      See Also:
  • Constructor Details

    • WarehouseTransferEntryModel

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

      public WarehouseTransferEntryModel(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
    • WarehouseTransferEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public WarehouseTransferEntryModel(WarehouseBinModel _destination, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer)
      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:
      _destination - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _productCode - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityAccepted - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityDeclined - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityRequested - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _source - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _warehouseTransfer - initial attribute declared by type WarehouseTransferEntry at extension warehousing
    • WarehouseTransferEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public WarehouseTransferEntryModel(WarehouseBinModel _destination, ItemModel _owner, String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer)
      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:
      _destination - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _owner - initial attribute declared by type Item at extension core
      _productCode - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityAccepted - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityDeclined - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _quantityRequested - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _source - initial attribute declared by type WarehouseTransferEntry at extension warehousing
      _warehouseTransfer - initial attribute declared by type WarehouseTransferEntry at extension warehousing
  • Method Details

    • getDestination

      @Accessor(qualifier="destination", type=GETTER) public WarehouseBinModel getDestination()
      Generated method - Getter of the WarehouseTransferEntry.destination attribute defined at extension warehousing.
      Returns:
      the destination
    • getProductCode

      @Accessor(qualifier="productCode", type=GETTER) public String getProductCode()
      Generated method - Getter of the WarehouseTransferEntry.productCode attribute defined at extension warehousing.
      Returns:
      the productCode
    • getQuantityAccepted

      @Accessor(qualifier="quantityAccepted", type=GETTER) public int getQuantityAccepted()
      Generated method - Getter of the WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
      Returns:
      the quantityAccepted
    • getQuantityDeclined

      @Accessor(qualifier="quantityDeclined", type=GETTER) public int getQuantityDeclined()
      Generated method - Getter of the WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
      Returns:
      the quantityDeclined
    • getQuantityRequested

      @Accessor(qualifier="quantityRequested", type=GETTER) public int getQuantityRequested()
      Generated method - Getter of the WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
      Returns:
      the quantityRequested
    • getSource

      @Accessor(qualifier="source", type=GETTER) public WarehouseBinModel getSource()
      Generated method - Getter of the WarehouseTransferEntry.source attribute defined at extension warehousing.
      Returns:
      the source
    • getWarehouseTransfer

      @Accessor(qualifier="warehouseTransfer", type=GETTER) public WarehouseTransferModel getWarehouseTransfer()
      Generated method - Getter of the WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing.
      Returns:
      the warehouseTransfer
    • setDestination

      @Accessor(qualifier="destination", type=SETTER) public void setDestination(WarehouseBinModel value)
      Generated method - Setter of WarehouseTransferEntry.destination attribute defined at extension warehousing.
      Parameters:
      value - the destination
    • setProductCode

      @Accessor(qualifier="productCode", type=SETTER) public void setProductCode(String value)
      Generated method - Setter of WarehouseTransferEntry.productCode attribute defined at extension warehousing.
      Parameters:
      value - the productCode
    • setQuantityAccepted

      @Accessor(qualifier="quantityAccepted", type=SETTER) public void setQuantityAccepted(int value)
      Generated method - Setter of WarehouseTransferEntry.quantityAccepted attribute defined at extension warehousing.
      Parameters:
      value - the quantityAccepted
    • setQuantityDeclined

      @Accessor(qualifier="quantityDeclined", type=SETTER) public void setQuantityDeclined(int value)
      Generated method - Setter of WarehouseTransferEntry.quantityDeclined attribute defined at extension warehousing.
      Parameters:
      value - the quantityDeclined
    • setQuantityRequested

      @Accessor(qualifier="quantityRequested", type=SETTER) public void setQuantityRequested(int value)
      Generated method - Setter of WarehouseTransferEntry.quantityRequested attribute defined at extension warehousing.
      Parameters:
      value - the quantityRequested
    • setSource

      @Accessor(qualifier="source", type=SETTER) public void setSource(WarehouseBinModel value)
      Generated method - Setter of WarehouseTransferEntry.source attribute defined at extension warehousing.
      Parameters:
      value - the source
    • setWarehouseTransfer

      @Accessor(qualifier="warehouseTransfer", type=SETTER) public void setWarehouseTransfer(WarehouseTransferModel value)
      Generated method - Setter of WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing.
      Parameters:
      value - the warehouseTransfer