public class ProductPlantStorage extends VdmEntity<ProductPlantStorage>
Original entity name from the Odata EDM: A_ProductPlantStorageType
Modifier and Type | Class and Description |
---|---|
static class |
ProductPlantStorage.ProductPlantStorageBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductPlantStorageSelectable |
ALL_FIELDS
Selector for all available fields of ProductPlantStorage.
|
static ProductPlantStorageField<Boolean> |
CYCLE_COUNTING_INDICATOR_IS_FIXED
Use with available fluent helpers to apply the CycleCountingIndicatorIsFixed field to query operations.
|
static ProductPlantStorageField<String> |
INVENTORY_FOR_CYCLE_COUNT_IND
Use with available fluent helpers to apply the InventoryForCycleCountInd field to query operations.
|
static ProductPlantStorageField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductPlantStorageField<String> |
PROD_MAXIMUM_STORAGE_PERIOD_UNIT
Use with available fluent helpers to apply the ProdMaximumStoragePeriodUnit field to query operations.
|
static ProductPlantStorageField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductPlantStorageField<String> |
PROVISIONING_SERVICE_LEVEL
Use with available fluent helpers to apply the ProvisioningServiceLevel field to query operations.
|
static ProductPlantStorageField<String> |
WRHS_MGMT_PTWY_AND_STK_REMOVAL_STRGY
Use with available fluent helpers to apply the WrhsMgmtPtwyAndStkRemovalStrgy field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductPlantStorage() |
ProductPlantStorage(String product,
String plant,
String inventoryForCycleCountInd,
String provisioningServiceLevel,
Boolean cycleCountingIndicatorIsFixed,
String prodMaximumStoragePeriodUnit,
String wrhsMgmtPtwyAndStkRemovalStrgy) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductPlantStorage.ProductPlantStorageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductPlantStorageField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
Boolean |
getCycleCountingIndicatorIsFixed()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getInventoryForCycleCountInd()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProdMaximumStoragePeriodUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProvisioningServiceLevel()
Constraints: Not nullable, Maximum length: 1
|
Class<ProductPlantStorage> |
getType() |
String |
getWrhsMgmtPtwyAndStkRemovalStrgy()
Constraints: Not nullable, Maximum length: 1
|
int |
hashCode() |
void |
setCycleCountingIndicatorIsFixed(Boolean cycleCountingIndicatorIsFixed)
Constraints: none
|
void |
setInventoryForCycleCountInd(String inventoryForCycleCountInd)
Constraints: Not nullable, Maximum length: 1
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProdMaximumStoragePeriodUnit(String prodMaximumStoragePeriodUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProvisioningServiceLevel(String provisioningServiceLevel)
Constraints: Not nullable, Maximum length: 1
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setWrhsMgmtPtwyAndStkRemovalStrgy(String wrhsMgmtPtwyAndStkRemovalStrgy)
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductPlantStorageSelectable ALL_FIELDS
public static final ProductPlantStorageField<String> PRODUCT
public static final ProductPlantStorageField<String> PLANT
public static final ProductPlantStorageField<String> INVENTORY_FOR_CYCLE_COUNT_IND
public static final ProductPlantStorageField<String> PROVISIONING_SERVICE_LEVEL
public static final ProductPlantStorageField<Boolean> CYCLE_COUNTING_INDICATOR_IS_FIXED
public static final ProductPlantStorageField<String> PROD_MAXIMUM_STORAGE_PERIOD_UNIT
public static final ProductPlantStorageField<String> WRHS_MGMT_PTWY_AND_STK_REMOVAL_STRGY
public ProductPlantStorage()
public ProductPlantStorage(@Nullable String product, @Nullable String plant, @Nullable String inventoryForCycleCountInd, @Nullable String provisioningServiceLevel, @Nullable Boolean cycleCountingIndicatorIsFixed, @Nullable String prodMaximumStoragePeriodUnit, @Nullable String wrhsMgmtPtwyAndStkRemovalStrgy)
@Nonnull public Class<ProductPlantStorage> getType()
getType
in class VdmObject<ProductPlantStorage>
public void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Alphanumeric key uniquely identifying the material.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setInventoryForCycleCountInd(@Nullable String inventoryForCycleCountInd)
Original property name from the Odata EDM: InventoryForCycleCountInd
The indicator also defines at which time intervals a physical inventory is to be carried out for the material.UsageThis indicator groups the materials together into various cycle counting categories. Usually, these categories correspond to the ABC analysis of the materials.
inventoryForCycleCountInd
- Indicates that the given material is subject to the cycle counting method of inventory.public void setProvisioningServiceLevel(@Nullable String provisioningServiceLevel)
Original property name from the Odata EDM: ProvisioningServiceLevel
The purpose of this field is to provide information for the replenishment list. It does not have any functional effect.
provisioningServiceLevel
- The service level defines the present (or also future) level of provision of a material for the
stores.public void setCycleCountingIndicatorIsFixed(@Nullable Boolean cycleCountingIndicatorIsFixed)
Original property name from the Odata EDM: CycleCountingIndicatorIsFixed
The only way to change this indicator is through manual maintenance of the material master record.Set this indicator if the material is always to remain in the specified cycle counting category.
cycleCountingIndicatorIsFixed
- Specifies that the cycle counting indicator cannot be changed for cycle counting by an ABC analysis.public void setProdMaximumStoragePeriodUnit(@Nullable String prodMaximumStoragePeriodUnit)
Original property name from the Odata EDM: ProdMaximumStoragePeriodUnit
prodMaximumStoragePeriodUnit
- Unit in which the maximum storage period of the material is measured.public void setWrhsMgmtPtwyAndStkRemovalStrgy(@Nullable String wrhsMgmtPtwyAndStkRemovalStrgy)
Original property name from the Odata EDM: WrhsMgmtPtwyAndStkRemovalStrgy
Placement in and removal from storage in WM can be controlled by various criteria, which make up the putaway strategy and stock removal strategy. You can use enhancements to enable customer-specific strategies. The expiration date, the goods receipt date, and the production date are relevant here.By using the rotation date, you can define which data is to be used for placement in storage and removal from storage, depending on the material and plant.
wrhsMgmtPtwyAndStkRemovalStrgy
- Date for placement in storage and/or removal from storage in warehouse management (WM).protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductPlantStorage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductPlantStorage>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductPlantStorage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductPlantStorage>
@Nonnull public static <T> ProductPlantStorageField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> ProductPlantStorageField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProductPlantStorage>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductPlantStorage>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductPlantStorage>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProductPlantStorage>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ProductPlantStorage.ProductPlantStorageBuilder builder()
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getInventoryForCycleCountInd()
Original property name from the Odata EDM: InventoryForCycleCountInd
The indicator also defines at which time intervals a physical inventory is to be carried out for the material.UsageThis indicator groups the materials together into various cycle counting categories. Usually, these categories correspond to the ABC analysis of the materials.
@Nullable public String getProvisioningServiceLevel()
Original property name from the Odata EDM: ProvisioningServiceLevel
The purpose of this field is to provide information for the replenishment list. It does not have any functional effect.
@Nullable public Boolean getCycleCountingIndicatorIsFixed()
Original property name from the Odata EDM: CycleCountingIndicatorIsFixed
The only way to change this indicator is through manual maintenance of the material master record.Set this indicator if the material is always to remain in the specified cycle counting category.
@Nullable public String getProdMaximumStoragePeriodUnit()
Original property name from the Odata EDM: ProdMaximumStoragePeriodUnit
@Nullable public String getWrhsMgmtPtwyAndStkRemovalStrgy()
Original property name from the Odata EDM: WrhsMgmtPtwyAndStkRemovalStrgy
Placement in and removal from storage in WM can be controlled by various criteria, which make up the putaway strategy and stock removal strategy. You can use enhancements to enable customer-specific strategies. The expiration date, the goods receipt date, and the production date are relevant here.By using the rotation date, you can define which data is to be used for placement in storage and removal from storage, depending on the material and plant.
@Nonnull public String toString()
toString
in class VdmObject<ProductPlantStorage>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductPlantStorage>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductPlantStorage>
public int hashCode()
hashCode
in class VdmObject<ProductPlantStorage>
Copyright © 2021 SAP SE. All rights reserved.