Class ProductPlantStorage
Original entity name from the Odata EDM: A_ProductPlantStorageType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductPlantStorageSelectableSelector for all available fields of ProductPlantStorage.static final ProductPlantStorageField<Boolean>Use with available fluent helpers to apply the CycleCountingIndicatorIsFixed field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the InventoryForCycleCountInd field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the Plant field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the ProdMaximumStoragePeriodUnit field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the Product field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the ProvisioningServiceLevel field to query operations.static final ProductPlantStorageField<String>Use with available fluent helpers to apply the WrhsMgmtPtwyAndStkRemovalStrgy field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProductPlantStorageField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductPlantStorageField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: noneprotected Stringprotected StringConstraints: Not nullable, Maximum length: 1getKey()getPlant()(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 1getType()Constraints: Not nullable, Maximum length: 1inthashCode()voidsetCycleCountingIndicatorIsFixed(Boolean cycleCountingIndicatorIsFixed) Constraints: nonevoidsetInventoryForCycleCountInd(String inventoryForCycleCountInd) Constraints: Not nullable, Maximum length: 1void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetProdMaximumStoragePeriodUnit(String prodMaximumStoragePeriodUnit) Constraints: Not nullable, Maximum length: 3voidsetProduct(String product) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetProvisioningServiceLevel(String provisioningServiceLevel) Constraints: Not nullable, Maximum length: 1protected voidsetServicePathForFetch(String servicePathForFetch) voidsetWrhsMgmtPtwyAndStkRemovalStrgy(String wrhsMgmtPtwyAndStkRemovalStrgy) Constraints: Not nullable, Maximum length: 1toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ProductPlantStorage. -
PRODUCT
Use with available fluent helpers to apply the Product field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
INVENTORY_FOR_CYCLE_COUNT_IND
Use with available fluent helpers to apply the InventoryForCycleCountInd field to query operations. -
PROVISIONING_SERVICE_LEVEL
Use with available fluent helpers to apply the ProvisioningServiceLevel field to query operations. -
CYCLE_COUNTING_INDICATOR_IS_FIXED
Use with available fluent helpers to apply the CycleCountingIndicatorIsFixed field to query operations. -
PROD_MAXIMUM_STORAGE_PERIOD_UNIT
Use with available fluent helpers to apply the ProdMaximumStoragePeriodUnit field to query operations. -
WRHS_MGMT_PTWY_AND_STK_REMOVAL_STRGY
Use with available fluent helpers to apply the WrhsMgmtPtwyAndStkRemovalStrgy field to query operations.
-
-
Constructor Details
-
ProductPlantStorage
public ProductPlantStorage() -
ProductPlantStorage
public ProductPlantStorage(@Nullable String product, @Nullable String plant, @Nullable String inventoryForCycleCountInd, @Nullable String provisioningServiceLevel, @Nullable Boolean cycleCountingIndicatorIsFixed, @Nullable String prodMaximumStoragePeriodUnit, @Nullable String wrhsMgmtPtwyAndStkRemovalStrgy)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductPlantStorage>
-
setProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Parameters:
product- Product Number
-
setPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setInventoryForCycleCountInd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InventoryForCycleCountInd
- Parameters:
inventoryForCycleCountInd- Physical Inventory Indicator for Cycle Counting
-
setProvisioningServiceLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProvisioningServiceLevel
- Parameters:
provisioningServiceLevel- IS-R service level
-
setCycleCountingIndicatorIsFixed
Constraints: noneOriginal property name from the Odata EDM: CycleCountingIndicatorIsFixed
- Parameters:
cycleCountingIndicatorIsFixed- CC indicator is fixed
-
setProdMaximumStoragePeriodUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProdMaximumStoragePeriodUnit
- Parameters:
prodMaximumStoragePeriodUnit- Unit for maximum storage period
-
setWrhsMgmtPtwyAndStkRemovalStrgy
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WrhsMgmtPtwyAndStkRemovalStrgy
- Parameters:
wrhsMgmtPtwyAndStkRemovalStrgy- Strategy for Putaway and Stock Removal
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductPlantStorage>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductPlantStorage>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductPlantStorage>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductPlantStorage>
-
field
@Nonnull public static <T> ProductPlantStorageField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> ProductPlantStorageField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<ProductPlantStorage>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductPlantStorage>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductPlantStorage>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductPlantStorage>
-
builder
-
getProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
- Product Number
-
getPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getInventoryForCycleCountInd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InventoryForCycleCountInd
- Returns:
- Physical Inventory Indicator for Cycle Counting
-
getProvisioningServiceLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProvisioningServiceLevel
- Returns:
- IS-R service level
-
getCycleCountingIndicatorIsFixed
Constraints: noneOriginal property name from the Odata EDM: CycleCountingIndicatorIsFixed
- Returns:
- CC indicator is fixed
-
getProdMaximumStoragePeriodUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProdMaximumStoragePeriodUnit
- Returns:
- Unit for maximum storage period
-
getWrhsMgmtPtwyAndStkRemovalStrgy
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WrhsMgmtPtwyAndStkRemovalStrgy
- Returns:
- Strategy for Putaway and Stock Removal
-
toString
- Overrides:
toStringin classVdmObject<ProductPlantStorage>
-
equals
- Overrides:
equalsin classVdmEntity<ProductPlantStorage>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductPlantStorage>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductPlantStorage>
-