public class ProductPlantStorage extends VdmEntity<ProductPlantStorage>
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<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> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
Constructor and Description |
---|
ProductPlantStorage() |
ProductPlantStorage(String product,
String plant,
String inventoryForCycleCountInd,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductPlantStorage.ProductPlantStorageBuilder |
builder() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getInventoryForCycleCountInd()
Constraints: Not nullable, Maximum length: 1 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.
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<ProductPlantStorage> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setInventoryForCycleCountInd(String inventoryForCycleCountInd)
Constraints: Not nullable, Maximum length: 1 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.
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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 Class<ProductPlantStorage> getType()
getType
in class VdmObject<ProductPlantStorage>
public static <T> ProductPlantStorageField<T> field(String fieldName, Class<T> fieldType)
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.public static ProductPlantStorage.ProductPlantStorageBuilder builder()
@Nullable public String getProduct()
@Nullable public String getPlant()
@Nullable public String getInventoryForCycleCountInd()
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 ErpConfigContext getErpConfigContext()
public void setProduct(@Nullable String product)
product
- public void setPlant(@Nullable String plant)
plant
- public void setInventoryForCycleCountInd(@Nullable String 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
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductPlantStorage>
public boolean equals(Object o)
equals
in class VdmObject<ProductPlantStorage>
public int hashCode()
hashCode
in class VdmObject<ProductPlantStorage>
Copyright © 2018 SAP SE. All rights reserved.