public class WarehouseModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ADVANCEDSHIPPINGNOTICE2WAREHOUSERELATION
Generated relation code constant for relation
AdvancedShippingNotice2WarehouseRelation defining source attribute advancedShippingNotices in extension warehousing. |
static String |
_BASESTORE2WAREHOUSEREL
Generated relation code constant for relation
BaseStore2WarehouseRel defining source attribute baseStores in extension commerceservices. |
static String |
_CONSIGNMENTWAREHOUSERELATION
Generated relation code constant for relation
ConsignmentWarehouseRelation defining source attribute consignments in extension basecommerce. |
static String |
_POS2WAREHOUSEREL
Generated relation code constant for relation
PoS2WarehouseRel defining source attribute pointsOfService in extension commerceservices. |
static String |
_SAPPRODUCTPLANTRELATION
Generated relation code constant for relation
SapProductPlantRelation defining source attribute Product in extension sapmodel. |
static String |
_STOCKLEVELWAREHOUSERELATION
Generated relation code constant for relation
StockLevelWarehouseRelation defining source attribute stockLevels in extension basecommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_VENDORWAREHOUSERELATION
Generated relation code constant for relation
VendorWarehouseRelation defining source attribute vendor in extension basecommerce. |
static String |
ADVANCEDSHIPPINGNOTICES
Generated constant - Attribute key of
Warehouse.advancedShippingNotices attribute defined at extension warehousing. |
static String |
BASESTORES
Generated constant - Attribute key of
Warehouse.baseStores attribute defined at extension commerceservices. |
static String |
CODE
Generated constant - Attribute key of
Warehouse.code attribute defined at extension basecommerce. |
static String |
CONSIGNMENTS
Generated constant - Attribute key of
Warehouse.consignments attribute defined at extension basecommerce. |
static String |
DEFAULT
Generated constant - Attribute key of
Warehouse.default attribute defined at extension basecommerce. |
static String |
DELIVERYMODES
Generated constant - Attribute key of
Warehouse.deliveryModes attribute defined at extension warehousing. |
static String |
EXTERNAL
Generated constant - Attribute key of
Warehouse.external attribute defined at extension warehousing. |
static String |
ISALLOWRESTOCK
Generated constant - Attribute key of
Warehouse.isAllowRestock attribute defined at extension warehousing. |
static String |
NAME
Generated constant - Attribute key of
Warehouse.name attribute defined at extension basecommerce. |
static String |
POINTSOFSERVICE
Generated constant - Attribute key of
Warehouse.pointsOfService attribute defined at extension commerceservices. |
static String |
PRIORITY
Generated constant - Attribute key of
Warehouse.priority attribute defined at extension warehousing. |
static String |
PRODUCT
Generated constant - Attribute key of
Warehouse.Product attribute defined at extension sapmodel. |
static String |
SCORE
Generated constant - Attribute key of
Warehouse.score attribute defined at extension warehousing. |
static String |
SOURCINGBAN
Generated constant - Attribute key of
Warehouse.sourcingban attribute defined at extension warehousing. |
static String |
STOCKLEVELS
Generated constant - Attribute key of
Warehouse.stockLevels attribute defined at extension basecommerce. |
static String |
VENDOR
Generated constant - Attribute key of
Warehouse.vendor attribute defined at extension basecommerce. |
static String |
VENDORPOS
Generated constant - Attribute key of
Warehouse.vendorPOS attribute defined at extension basecommerce. |
static String |
WAREHOUSEBINS
Generated constant - Attribute key of
Warehouse.warehouseBins attribute defined at extension warehousing. |
static String |
WAREHOUSEBINTRANSFERWORKFLOWNAME
Generated constant - Attribute key of
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WarehouseModel()
Generated constructor - Default constructor for generic creation.
|
WarehouseModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WarehouseModel(String _code,
ItemModel _owner,
VendorModel _vendor)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WarehouseModel(String _code,
VendorModel _vendor)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<AdvancedShippingNoticeModel> |
getAdvancedShippingNotices()
Generated method - Getter of the
Warehouse.advancedShippingNotices attribute defined at extension warehousing. |
Collection<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
Warehouse.baseStores attribute defined at extension commerceservices. |
String |
getCode()
Generated method - Getter of the
Warehouse.code attribute defined at extension basecommerce. |
Set<ConsignmentModel> |
getConsignments()
Generated method - Getter of the
Warehouse.consignments attribute defined at extension basecommerce. |
Boolean |
getDefault()
Generated method - Getter of the
Warehouse.default attribute defined at extension basecommerce. |
Set<DeliveryModeModel> |
getDeliveryModes()
Generated method - Getter of the
Warehouse.deliveryModes attribute defined at extension warehousing. |
Boolean |
getIsAllowRestock()
Generated method - Getter of the
Warehouse.isAllowRestock attribute defined at extension warehousing. |
String |
getName()
Generated method - Getter of the
Warehouse.name attribute defined at extension basecommerce. |
String |
getName(Locale loc)
Generated method - Getter of the
Warehouse.name attribute defined at extension basecommerce. |
Collection<PointOfServiceModel> |
getPointsOfService()
Generated method - Getter of the
Warehouse.pointsOfService attribute defined at extension commerceservices. |
Integer |
getPriority()
Generated method - Getter of the
Warehouse.priority attribute defined at extension warehousing. |
Double |
getScore()
Generated method - Getter of the
Warehouse.score attribute defined at extension warehousing. |
Collection<SourcingBanModel> |
getSourcingban()
Generated method - Getter of the
Warehouse.sourcingban attribute defined at extension warehousing. |
Set<StockLevelModel> |
getStockLevels()
Generated method - Getter of the
Warehouse.stockLevels attribute defined at extension basecommerce. |
VendorModel |
getVendor()
Generated method - Getter of the
Warehouse.vendor attribute defined at extension basecommerce. |
List<WarehouseBinModel> |
getWarehouseBins()
Generated method - Getter of the
Warehouse.warehouseBins attribute defined at extension warehousing. |
String |
getWarehouseBinTransferWorkflowName()
Generated method - Getter of the
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing. |
boolean |
isExternal()
Generated method - Getter of the
Warehouse.external attribute defined at extension warehousing. |
void |
setAdvancedShippingNotices(Set<AdvancedShippingNoticeModel> value)
Generated method - Setter of
Warehouse.advancedShippingNotices attribute defined at extension warehousing. |
void |
setBaseStores(Collection<BaseStoreModel> value)
Generated method - Setter of
Warehouse.baseStores attribute defined at extension commerceservices. |
void |
setCode(String value)
Generated method - Initial setter of
Warehouse.code attribute defined at extension basecommerce. |
void |
setConsignments(Set<ConsignmentModel> value)
Generated method - Setter of
Warehouse.consignments attribute defined at extension basecommerce. |
void |
setDefault(Boolean value)
Generated method - Initial setter of
Warehouse.default attribute defined at extension basecommerce. |
void |
setDeliveryModes(Set<DeliveryModeModel> value)
Generated method - Setter of
Warehouse.deliveryModes attribute defined at extension warehousing. |
void |
setExternal(boolean value)
Generated method - Setter of
Warehouse.external attribute defined at extension warehousing. |
void |
setIsAllowRestock(Boolean value)
Generated method - Setter of
Warehouse.isAllowRestock attribute defined at extension warehousing. |
void |
setName(String value)
Generated method - Setter of
Warehouse.name attribute defined at extension basecommerce. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
Warehouse.name attribute defined at extension basecommerce. |
void |
setPointsOfService(Collection<PointOfServiceModel> value)
Generated method - Setter of
Warehouse.pointsOfService attribute defined at extension commerceservices. |
void |
setPriority(Integer value)
Generated method - Setter of
Warehouse.priority attribute defined at extension warehousing. |
void |
setScore(Double value)
Generated method - Setter of
Warehouse.score attribute defined at extension warehousing. |
void |
setSourcingban(Collection<SourcingBanModel> value)
Generated method - Setter of
Warehouse.sourcingban attribute defined at extension warehousing. |
void |
setStockLevels(Set<StockLevelModel> value)
Generated method - Setter of
Warehouse.stockLevels attribute defined at extension basecommerce. |
void |
setVendor(VendorModel value)
Generated method - Initial setter of
Warehouse.vendor attribute defined at extension basecommerce. |
void |
setWarehouseBins(List<WarehouseBinModel> value)
Generated method - Setter of
Warehouse.warehouseBins attribute defined at extension warehousing. |
void |
setWarehouseBinTransferWorkflowName(String value)
Generated method - Setter of
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _VENDORWAREHOUSERELATION
VendorWarehouseRelation defining source attribute vendor in extension basecommerce.public static final String _CONSIGNMENTWAREHOUSERELATION
ConsignmentWarehouseRelation defining source attribute consignments in extension basecommerce.public static final String _STOCKLEVELWAREHOUSERELATION
StockLevelWarehouseRelation defining source attribute stockLevels in extension basecommerce.public static final String _POS2WAREHOUSEREL
PoS2WarehouseRel defining source attribute pointsOfService in extension commerceservices.public static final String _BASESTORE2WAREHOUSEREL
BaseStore2WarehouseRel defining source attribute baseStores in extension commerceservices.public static final String _ADVANCEDSHIPPINGNOTICE2WAREHOUSERELATION
AdvancedShippingNotice2WarehouseRelation defining source attribute advancedShippingNotices in extension warehousing.public static final String _SAPPRODUCTPLANTRELATION
SapProductPlantRelation defining source attribute Product in extension sapmodel.public static final String CODE
Warehouse.code attribute defined at extension basecommerce.public static final String NAME
Warehouse.name attribute defined at extension basecommerce.public static final String DEFAULT
Warehouse.default attribute defined at extension basecommerce.public static final String VENDORPOS
Warehouse.vendorPOS attribute defined at extension basecommerce.public static final String VENDOR
Warehouse.vendor attribute defined at extension basecommerce.public static final String CONSIGNMENTS
Warehouse.consignments attribute defined at extension basecommerce.public static final String STOCKLEVELS
Warehouse.stockLevels attribute defined at extension basecommerce.public static final String POINTSOFSERVICE
Warehouse.pointsOfService attribute defined at extension commerceservices.public static final String BASESTORES
Warehouse.baseStores attribute defined at extension commerceservices.public static final String PRIORITY
Warehouse.priority attribute defined at extension warehousing.public static final String SCORE
Warehouse.score attribute defined at extension warehousing.public static final String ISALLOWRESTOCK
Warehouse.isAllowRestock attribute defined at extension warehousing.public static final String EXTERNAL
Warehouse.external attribute defined at extension warehousing.public static final String WAREHOUSEBINTRANSFERWORKFLOWNAME
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing.public static final String DELIVERYMODES
Warehouse.deliveryModes attribute defined at extension warehousing.public static final String SOURCINGBAN
Warehouse.sourcingban attribute defined at extension warehousing.public static final String ADVANCEDSHIPPINGNOTICES
Warehouse.advancedShippingNotices attribute defined at extension warehousing.public static final String WAREHOUSEBINS
Warehouse.warehouseBins attribute defined at extension warehousing.public static final String PRODUCT
Warehouse.Product attribute defined at extension sapmodel.public WarehouseModel()
public WarehouseModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WarehouseModel(String _code, VendorModel _vendor)
_code - initial attribute declared by type Warehouse at extension basecommerce_vendor - initial attribute declared by type Warehouse at extension basecommerce@Deprecated public WarehouseModel(String _code, ItemModel _owner, VendorModel _vendor)
_code - initial attribute declared by type Warehouse at extension basecommerce_owner - initial attribute declared by type Item at extension core_vendor - initial attribute declared by type Warehouse at extension basecommerce@Accessor(qualifier="advancedShippingNotices", type=GETTER) public Set<AdvancedShippingNoticeModel> getAdvancedShippingNotices()
Warehouse.advancedShippingNotices attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="baseStores", type=GETTER) public Collection<BaseStoreModel> getBaseStores()
Warehouse.baseStores attribute defined at extension commerceservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
Warehouse.code attribute defined at extension basecommerce.@Accessor(qualifier="consignments", type=GETTER) public Set<ConsignmentModel> getConsignments()
Warehouse.consignments attribute defined at extension basecommerce.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="default", type=GETTER) public Boolean getDefault()
Warehouse.default attribute defined at extension basecommerce.@Accessor(qualifier="deliveryModes", type=GETTER) public Set<DeliveryModeModel> getDeliveryModes()
Warehouse.deliveryModes attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="isAllowRestock", type=GETTER) public Boolean getIsAllowRestock()
Warehouse.isAllowRestock attribute defined at extension warehousing.@Accessor(qualifier="name", type=GETTER) public String getName()
Warehouse.name attribute defined at extension basecommerce.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
Warehouse.name attribute defined at extension basecommerce.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="pointsOfService", type=GETTER) public Collection<PointOfServiceModel> getPointsOfService()
Warehouse.pointsOfService attribute defined at extension commerceservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
Warehouse.priority attribute defined at extension warehousing.@Accessor(qualifier="score", type=GETTER) public Double getScore()
Warehouse.score attribute defined at extension warehousing.@Accessor(qualifier="sourcingban", type=GETTER) public Collection<SourcingBanModel> getSourcingban()
Warehouse.sourcingban attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="stockLevels", type=GETTER) public Set<StockLevelModel> getStockLevels()
Warehouse.stockLevels attribute defined at extension basecommerce.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="vendor", type=GETTER) public VendorModel getVendor()
Warehouse.vendor attribute defined at extension basecommerce.@Accessor(qualifier="warehouseBins", type=GETTER) public List<WarehouseBinModel> getWarehouseBins()
Warehouse.warehouseBins attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="warehouseBinTransferWorkflowName", type=GETTER) public String getWarehouseBinTransferWorkflowName()
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing.@Accessor(qualifier="external", type=GETTER) public boolean isExternal()
Warehouse.external attribute defined at extension warehousing.@Accessor(qualifier="advancedShippingNotices", type=SETTER) public void setAdvancedShippingNotices(Set<AdvancedShippingNoticeModel> value)
Warehouse.advancedShippingNotices attribute defined at extension warehousing.value - the advancedShippingNotices@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Collection<BaseStoreModel> value)
Warehouse.baseStores attribute defined at extension commerceservices.value - the baseStores@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
Warehouse.code attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="consignments", type=SETTER) public void setConsignments(Set<ConsignmentModel> value)
Warehouse.consignments attribute defined at extension basecommerce.value - the consignments@Accessor(qualifier="default", type=SETTER) public void setDefault(Boolean value)
Warehouse.default attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the default@Accessor(qualifier="deliveryModes", type=SETTER) public void setDeliveryModes(Set<DeliveryModeModel> value)
Warehouse.deliveryModes attribute defined at extension warehousing.value - the deliveryModes@Accessor(qualifier="external", type=SETTER) public void setExternal(boolean value)
Warehouse.external attribute defined at extension warehousing.value - the external - Flag to indicate if the warehouse is external or internal@Accessor(qualifier="isAllowRestock", type=SETTER) public void setIsAllowRestock(Boolean value)
Warehouse.isAllowRestock attribute defined at extension warehousing.value - the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse@Accessor(qualifier="name", type=SETTER) public void setName(String value)
Warehouse.name attribute defined at extension basecommerce.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
Warehouse.name attribute defined at extension basecommerce.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="pointsOfService", type=SETTER) public void setPointsOfService(Collection<PointOfServiceModel> value)
Warehouse.pointsOfService attribute defined at extension commerceservices.value - the pointsOfService@Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
Warehouse.priority attribute defined at extension warehousing.value - the priority@Accessor(qualifier="score", type=SETTER) public void setScore(Double value)
Warehouse.score attribute defined at extension warehousing.value - the score - Score of given Warehouse that should reflect its performance.@Accessor(qualifier="sourcingban", type=SETTER) public void setSourcingban(Collection<SourcingBanModel> value)
Warehouse.sourcingban attribute defined at extension warehousing.value - the sourcingban@Accessor(qualifier="stockLevels", type=SETTER) public void setStockLevels(Set<StockLevelModel> value)
Warehouse.stockLevels attribute defined at extension basecommerce.value - the stockLevels@Accessor(qualifier="vendor", type=SETTER) public void setVendor(VendorModel value)
Warehouse.vendor attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the vendor@Accessor(qualifier="warehouseBins", type=SETTER) public void setWarehouseBins(List<WarehouseBinModel> value)
Warehouse.warehouseBins attribute defined at extension warehousing.value - the warehouseBins@Accessor(qualifier="warehouseBinTransferWorkflowName", type=SETTER) public void setWarehouseBinTransferWorkflowName(String value)
Warehouse.warehouseBinTransferWorkflowName attribute defined at extension warehousing.value - the warehouseBinTransferWorkflowNameCopyright © 2017 SAP SE. All Rights Reserved.