Class WarehouseBinModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.WarehouseBinModel
- All Implemented Interfaces:
Serializable
Generated model class for type WarehouseBin 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 relationWarehouse2WarehouseBinRelationdefining source attributewarehousein extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.codeattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.maxEntriesattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.positionattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.rowattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.volumeattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.warehouseattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseBin.warehouseBinEntriesattribute 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 contextWarehouseBinModel(String _code, ItemModel _owner, WarehouseModel _warehouse) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseBinModel(String _code, WarehouseModel _warehouse) 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 TypeMethodDescriptiongetCode()Generated method - Getter of theWarehouseBin.codeattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.intGenerated method - Getter of theWarehouseBin.maxEntriesattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseBin.positionattribute defined at extensionwarehousing.getRow()Generated method - Getter of theWarehouseBin.rowattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.doubleGenerated method - Getter of theWarehouseBin.volumeattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseBin.warehouseattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseBin.codeattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.voidsetMaxEntries(int value) Generated method - Setter ofWarehouseBin.maxEntriesattribute defined at extensionwarehousing.voidsetPosition(String value) Generated method - Setter ofWarehouseBin.positionattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseBin.rowattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.voidsetVolume(double value) Generated method - Setter ofWarehouseBin.volumeattribute defined at extensionwarehousing.voidsetWarehouse(WarehouseModel value) Generated method - Setter ofWarehouseBin.warehouseattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseBin.warehouseBinEntriesattribute 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:
-
_WAREHOUSE2WAREHOUSEBINRELATION
Generated relation code constant for relationWarehouse2WarehouseBinRelationdefining source attributewarehousein extensionwarehousing.- See Also:
-
CODE
Generated constant - Attribute key ofWarehouseBin.codeattribute defined at extensionwarehousing.- See Also:
-
VOLUME
Generated constant - Attribute key ofWarehouseBin.volumeattribute defined at extensionwarehousing.- See Also:
-
MAXENTRIES
Generated constant - Attribute key ofWarehouseBin.maxEntriesattribute defined at extensionwarehousing.- See Also:
-
ROW
Generated constant - Attribute key ofWarehouseBin.rowattribute defined at extensionwarehousing.- See Also:
-
POSITION
Generated constant - Attribute key ofWarehouseBin.positionattribute defined at extensionwarehousing.- See Also:
-
WAREHOUSE
Generated constant - Attribute key ofWarehouseBin.warehouseattribute defined at extensionwarehousing.- See Also:
-
WAREHOUSEBINENTRIES
Generated constant - Attribute key ofWarehouseBin.warehouseBinEntriesattribute defined at extensionwarehousing.- See Also:
-
SOURCEWAREHOUSETRANSFERENTRIES
Generated constant - Attribute key ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.- See Also:
-
DESTINATIONWAREHOUSETRANSFERENTRIES
Generated constant - Attribute key ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
WarehouseBinModel
public WarehouseBinModel()Generated constructor - Default constructor for generic creation. -
WarehouseBinModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WarehouseBinModel
@Deprecated(since="4.1.1", forRemoval=true) public WarehouseBinModel(String _code, WarehouseModel _warehouse) 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:
_code- initial attribute declared by typeWarehouseBinat extensionwarehousing_warehouse- initial attribute declared by typeWarehouseBinat extensionwarehousing
-
WarehouseBinModel
@Deprecated(since="4.1.1", forRemoval=true) public WarehouseBinModel(String _code, ItemModel _owner, WarehouseModel _warehouse) 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:
_code- initial attribute declared by typeWarehouseBinat extensionwarehousing_owner- initial attribute declared by typeItemat extensioncore_warehouse- initial attribute declared by typeWarehouseBinat extensionwarehousing
-
-
Method Details
-
getCode
Generated method - Getter of theWarehouseBin.codeattribute defined at extensionwarehousing.- Returns:
- the code
-
getDestinationWarehouseTransferEntries
@Accessor(qualifier="destinationWarehouseTransferEntries", type=GETTER) public Set<WarehouseTransferEntryModel> getDestinationWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the destinationWarehouseTransferEntries
-
getMaxEntries
Generated method - Getter of theWarehouseBin.maxEntriesattribute defined at extensionwarehousing.- Returns:
- the maxEntries
-
getPosition
Generated method - Getter of theWarehouseBin.positionattribute defined at extensionwarehousing.- Returns:
- the position
-
getRow
Generated method - Getter of theWarehouseBin.rowattribute defined at extensionwarehousing.- Returns:
- the row
-
getSourceWarehouseTransferEntries
@Accessor(qualifier="sourceWarehouseTransferEntries", type=GETTER) public Set<WarehouseTransferEntryModel> getSourceWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the sourceWarehouseTransferEntries
-
getVolume
Generated method - Getter of theWarehouseBin.volumeattribute defined at extensionwarehousing.- Returns:
- the volume
-
getWarehouse
Generated method - Getter of theWarehouseBin.warehouseattribute defined at extensionwarehousing.- Returns:
- the warehouse
-
getWarehouseBinEntries
@Accessor(qualifier="warehouseBinEntries", type=GETTER) public Set<WarehouseBinEntryModel> getWarehouseBinEntries()Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the warehouseBinEntries
-
setCode
Generated method - Setter ofWarehouseBin.codeattribute defined at extensionwarehousing.- Parameters:
value- the code
-
setDestinationWarehouseTransferEntries
@Accessor(qualifier="destinationWarehouseTransferEntries", type=SETTER) public void setDestinationWarehouseTransferEntries(Set<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseBin.destinationWarehouseTransferEntriesattribute defined at extensionwarehousing.- Parameters:
value- the destinationWarehouseTransferEntries
-
setMaxEntries
Generated method - Setter ofWarehouseBin.maxEntriesattribute defined at extensionwarehousing.- Parameters:
value- the maxEntries
-
setPosition
Generated method - Setter ofWarehouseBin.positionattribute defined at extensionwarehousing.- Parameters:
value- the position
-
setRow
Generated method - Setter ofWarehouseBin.rowattribute defined at extensionwarehousing.- Parameters:
value- the row
-
setSourceWarehouseTransferEntries
@Accessor(qualifier="sourceWarehouseTransferEntries", type=SETTER) public void setSourceWarehouseTransferEntries(Set<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseBin.sourceWarehouseTransferEntriesattribute defined at extensionwarehousing.- Parameters:
value- the sourceWarehouseTransferEntries
-
setVolume
Generated method - Setter ofWarehouseBin.volumeattribute defined at extensionwarehousing.- Parameters:
value- the volume
-
setWarehouse
Generated method - Setter ofWarehouseBin.warehouseattribute defined at extensionwarehousing.- Parameters:
value- the warehouse
-
setWarehouseBinEntries
@Accessor(qualifier="warehouseBinEntries", type=SETTER) public void setWarehouseBinEntries(Set<WarehouseBinEntryModel> value) Generated method - Setter ofWarehouseBin.warehouseBinEntriesattribute defined at extensionwarehousing.- Parameters:
value- the warehouseBinEntries
-