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
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
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationWarehouseBin2WarehouseTransferEntryDestRelationdefining source attributedestinationin extensionwarehousing.static final StringGenerated relation code constant for relationWarehouseBin2WarehouseTransferEntrySrcRelationdefining source attributesourcein extensionwarehousing.static final StringGenerated relation code constant for relationWarehouseTransfer2WarehouseTransferEntryRelationdefining source attributewarehouseTransferin extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextWarehouseTransferEntryModel(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 parametersWarehouseTransferEntryModel(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 TypeMethodDescriptionGenerated method - Getter of theWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.intGenerated method - Getter of theWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.intGenerated method - Getter of theWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.intGenerated method - Getter of theWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.voidsetDestination(WarehouseBinModel value) Generated method - Setter ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.voidsetProductCode(String value) Generated method - Setter ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.voidsetQuantityAccepted(int value) Generated method - Setter ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.voidsetQuantityDeclined(int value) Generated method - Setter ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.voidsetQuantityRequested(int value) Generated method - Setter ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.voidsetSource(WarehouseBinModel value) Generated method - Setter ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_WAREHOUSEBIN2WAREHOUSETRANSFERENTRYSRCRELATION
Generated relation code constant for relationWarehouseBin2WarehouseTransferEntrySrcRelationdefining source attributesourcein extensionwarehousing.- See Also:
-
_WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATION
Generated relation code constant for relationWarehouseBin2WarehouseTransferEntryDestRelationdefining source attributedestinationin extensionwarehousing.- See Also:
-
_WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATION
Generated relation code constant for relationWarehouseTransfer2WarehouseTransferEntryRelationdefining source attributewarehouseTransferin extensionwarehousing.- See Also:
-
PRODUCTCODE
Generated constant - Attribute key ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- See Also:
-
QUANTITYREQUESTED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- See Also:
-
QUANTITYACCEPTED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- See Also:
-
QUANTITYDECLINED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- See Also:
-
SOURCE
Generated constant - Attribute key ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.- See Also:
-
DESTINATION
Generated constant - Attribute key ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- See Also:
-
WAREHOUSETRANSFER
Generated constant - Attribute key ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
WarehouseTransferEntryModel
public WarehouseTransferEntryModel()Generated constructor - Default constructor for generic creation. -
WarehouseTransferEntryModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_destination- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_productCode- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityAccepted- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityDeclined- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityRequested- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_source- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_warehouseTransfer- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_destination- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_owner- initial attribute declared by typeItemat extensioncore_productCode- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityAccepted- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityDeclined- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_quantityRequested- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_source- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing_warehouseTransfer- initial attribute declared by typeWarehouseTransferEntryat extensionwarehousing
-
-
Method Details
-
getDestination
Generated method - Getter of theWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- Returns:
- the destination
-
getProductCode
Generated method - Getter of theWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- Returns:
- the productCode
-
getQuantityAccepted
Generated method - Getter of theWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- Returns:
- the quantityAccepted
-
getQuantityDeclined
Generated method - Getter of theWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- Returns:
- the quantityDeclined
-
getQuantityRequested
Generated method - Getter of theWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- Returns:
- the quantityRequested
-
getSource
Generated method - Getter of theWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.- Returns:
- the source
-
getWarehouseTransfer
@Accessor(qualifier="warehouseTransfer", type=GETTER) public WarehouseTransferModel getWarehouseTransfer()Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.- Returns:
- the warehouseTransfer
-
setDestination
Generated method - Setter ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- Parameters:
value- the destination
-
setProductCode
Generated method - Setter ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- Parameters:
value- the productCode
-
setQuantityAccepted
Generated method - Setter ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- Parameters:
value- the quantityAccepted
-
setQuantityDeclined
Generated method - Setter ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- Parameters:
value- the quantityDeclined
-
setQuantityRequested
Generated method - Setter ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- Parameters:
value- the quantityRequested
-
setSource
Generated method - Setter ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.- Parameters:
value- the source
-
setWarehouseTransfer
@Accessor(qualifier="warehouseTransfer", type=SETTER) public void setWarehouseTransfer(WarehouseTransferModel value) Generated method - Setter ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.- Parameters:
value- the warehouseTransfer
-