Class WarehouseTransferEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class WarehouseTransferEntryModel
    extends ItemModel
    Generated model class for type WarehouseTransferEntry first defined at extension warehousing.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

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

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

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

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

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

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

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

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

        public static final java.lang.String WAREHOUSETRANSFER
        Generated constant - Attribute key of WarehouseTransferEntry.warehouseTransfer attribute defined at extension warehousing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WarehouseTransferEntryModel

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

        public WarehouseTransferEntryModel​(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,
                                           java.lang.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,
                                           java.lang.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 Detail

      • 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 java.lang.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
      • 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​(java.lang.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