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:
java.io.Serializable
public class WarehouseTransferEntryModel extends ItemModel
Generated model class for type WarehouseTransferEntry first defined at extension warehousing.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATIONGenerated relation code constant for relationWarehouseBin2WarehouseTransferEntryDestRelationdefining source attributedestinationin extensionwarehousing.static java.lang.String_WAREHOUSEBIN2WAREHOUSETRANSFERENTRYSRCRELATIONGenerated relation code constant for relationWarehouseBin2WarehouseTransferEntrySrcRelationdefining source attributesourcein extensionwarehousing.static java.lang.String_WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATIONGenerated relation code constant for relationWarehouseTransfer2WarehouseTransferEntryRelationdefining source attributewarehouseTransferin extensionwarehousing.static java.lang.StringDESTINATIONGenerated constant - Attribute key ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.static java.lang.StringPRODUCTCODEGenerated constant - Attribute key ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.static java.lang.StringQUANTITYACCEPTEDGenerated constant - Attribute key ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.static java.lang.StringQUANTITYDECLINEDGenerated constant - Attribute key ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.static java.lang.StringQUANTITYREQUESTEDGenerated constant - Attribute key ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.static java.lang.StringSOURCEGenerated constant - Attribute key ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.static java.lang.StringWAREHOUSETRANSFERGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description WarehouseTransferEntryModel()Generated constructor - Default constructor for generic creation.WarehouseTransferEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWarehouseTransferEntryModel(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 parametersWarehouseTransferEntryModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WarehouseBinModelgetDestination()Generated method - Getter of theWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.java.lang.StringgetProductCode()Generated method - Getter of theWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.intgetQuantityAccepted()Generated method - Getter of theWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.intgetQuantityDeclined()Generated method - Getter of theWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.intgetQuantityRequested()Generated method - Getter of theWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.WarehouseBinModelgetSource()Generated method - Getter of theWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.WarehouseTransferModelgetWarehouseTransfer()Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.voidsetDestination(WarehouseBinModel value)Generated method - Setter ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.voidsetProductCode(java.lang.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.voidsetWarehouseTransfer(WarehouseTransferModel value)Generated 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, 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
-
-
-
-
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 relationWarehouseBin2WarehouseTransferEntrySrcRelationdefining source attributesourcein extensionwarehousing.- See Also:
- Constant Field Values
-
_WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATION
public static final java.lang.String _WAREHOUSEBIN2WAREHOUSETRANSFERENTRYDESTRELATION
Generated relation code constant for relationWarehouseBin2WarehouseTransferEntryDestRelationdefining source attributedestinationin extensionwarehousing.- See Also:
- Constant Field Values
-
_WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATION
public static final java.lang.String _WAREHOUSETRANSFER2WAREHOUSETRANSFERENTRYRELATION
Generated relation code constant for relationWarehouseTransfer2WarehouseTransferEntryRelationdefining source attributewarehouseTransferin extensionwarehousing.- See Also:
- Constant Field Values
-
PRODUCTCODE
public static final java.lang.String PRODUCTCODE
Generated constant - Attribute key ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITYREQUESTED
public static final java.lang.String QUANTITYREQUESTED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITYACCEPTED
public static final java.lang.String QUANTITYACCEPTED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
QUANTITYDECLINED
public static final java.lang.String QUANTITYDECLINED
Generated constant - Attribute key ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
SOURCE
public static final java.lang.String SOURCE
Generated constant - Attribute key ofWarehouseTransferEntry.sourceattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
DESTINATION
public static final java.lang.String DESTINATION
Generated constant - Attribute key ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- See Also:
- Constant Field Values
-
WAREHOUSETRANSFER
public static final java.lang.String WAREHOUSETRANSFER
Generated constant - Attribute key ofWarehouseTransferEntry.warehouseTransferattribute defined at extensionwarehousing.- 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 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, 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 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 Detail
-
getDestination
@Accessor(qualifier="destination", type=GETTER) public WarehouseBinModel getDestination()
Generated method - Getter of theWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- Returns:
- the destination
-
getProductCode
@Accessor(qualifier="productCode", type=GETTER) public java.lang.String getProductCode()
Generated method - Getter of theWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- Returns:
- the productCode
-
getQuantityAccepted
@Accessor(qualifier="quantityAccepted", type=GETTER) public int getQuantityAccepted()
Generated method - Getter of theWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- Returns:
- the quantityAccepted
-
getQuantityDeclined
@Accessor(qualifier="quantityDeclined", type=GETTER) public int getQuantityDeclined()
Generated method - Getter of theWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- Returns:
- the quantityDeclined
-
getQuantityRequested
@Accessor(qualifier="quantityRequested", type=GETTER) public int getQuantityRequested()
Generated method - Getter of theWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- Returns:
- the quantityRequested
-
getSource
@Accessor(qualifier="source", type=GETTER) public WarehouseBinModel 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
@Accessor(qualifier="destination", type=SETTER) public void setDestination(WarehouseBinModel value)
Generated method - Setter ofWarehouseTransferEntry.destinationattribute defined at extensionwarehousing.- Parameters:
value- the destination
-
setProductCode
@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(java.lang.String value)
Generated method - Setter ofWarehouseTransferEntry.productCodeattribute defined at extensionwarehousing.- Parameters:
value- the productCode
-
setQuantityAccepted
@Accessor(qualifier="quantityAccepted", type=SETTER) public void setQuantityAccepted(int value)
Generated method - Setter ofWarehouseTransferEntry.quantityAcceptedattribute defined at extensionwarehousing.- Parameters:
value- the quantityAccepted
-
setQuantityDeclined
@Accessor(qualifier="quantityDeclined", type=SETTER) public void setQuantityDeclined(int value)
Generated method - Setter ofWarehouseTransferEntry.quantityDeclinedattribute defined at extensionwarehousing.- Parameters:
value- the quantityDeclined
-
setQuantityRequested
@Accessor(qualifier="quantityRequested", type=SETTER) public void setQuantityRequested(int value)
Generated method - Setter ofWarehouseTransferEntry.quantityRequestedattribute defined at extensionwarehousing.- Parameters:
value- the quantityRequested
-
setSource
@Accessor(qualifier="source", type=SETTER) public void setSource(WarehouseBinModel value)
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
-
-