public class ProductPlantProcurement extends VdmEntity<ProductPlantProcurement>
Original entity name from the Odata EDM: A_ProductPlantProcurementType
Modifier and Type | Class and Description |
---|---|
static class |
ProductPlantProcurement.ProductPlantProcurementBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductPlantProcurementSelectable |
ALL_FIELDS
Selector for all available fields of ProductPlantProcurement.
|
static ProductPlantProcurementField<Boolean> |
IS_AUTO_PUR_ORD_CREATION_ALLOWED
Use with available fluent helpers to apply the IsAutoPurOrdCreationAllowed field to query operations.
|
static ProductPlantProcurementField<Boolean> |
IS_SOURCE_LIST_REQUIRED
Use with available fluent helpers to apply the IsSourceListRequired field to query operations.
|
static ProductPlantProcurementField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductPlantProcurementField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductPlantProcurementField<String> |
SOURCE_OF_SUPPLY_CATEGORY
Use with available fluent helpers to apply the SourceOfSupplyCategory field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductPlantProcurement() |
ProductPlantProcurement(String product,
String plant,
Boolean isAutoPurOrdCreationAllowed,
Boolean isSourceListRequired,
String sourceOfSupplyCategory,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductPlantProcurement.ProductPlantProcurementBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductPlantProcurementField<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) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsAutoPurOrdCreationAllowed()
Constraints: none
|
Boolean |
getIsSourceListRequired()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getSourceOfSupplyCategory()
Constraints: Not nullable, Maximum length: 1
|
Class<ProductPlantProcurement> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIsAutoPurOrdCreationAllowed(Boolean isAutoPurOrdCreationAllowed)
Constraints: none
|
void |
setIsSourceListRequired(Boolean isSourceListRequired)
Constraints: none
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setSourceOfSupplyCategory(String sourceOfSupplyCategory)
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductPlantProcurementSelectable ALL_FIELDS
public static final ProductPlantProcurementField<String> PRODUCT
public static final ProductPlantProcurementField<String> PLANT
public static final ProductPlantProcurementField<Boolean> IS_AUTO_PUR_ORD_CREATION_ALLOWED
public static final ProductPlantProcurementField<Boolean> IS_SOURCE_LIST_REQUIRED
public static final ProductPlantProcurementField<String> SOURCE_OF_SUPPLY_CATEGORY
public Class<ProductPlantProcurement> getType()
getType
in class VdmObject<ProductPlantProcurement>
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 setIsAutoPurOrdCreationAllowed(@Nullable Boolean isAutoPurOrdCreationAllowed)
Original property name from the Odata EDM: IsAutoPurOrdCreationAllowed
If this indicator is flagged, the system does not display the purchase orders on the screen before they are saved. In the master record for the vendor with whom the material is ordered, the field "Automatic purchase order" must be flagged in the control data for the purchasing data.
isAutoPurOrdCreationAllowed
- Defines that purchase orders are generated automatically when purchase requsisitions are converted into purchase orders.public void setIsSourceListRequired(@Nullable Boolean isSourceListRequired)
Original property name from the Odata EDM: IsSourceListRequired
If the indicator has been set for a plant, a source of supply must be entered in the source list before a purchase order can be created for issue to the source for the plant.
isSourceListRequired
- Specifies that the source list must have been maintained in the case of external procurement for a certain plant.public void setSourceOfSupplyCategory(@Nullable String sourceOfSupplyCategory)
Original property name from the Odata EDM: SourceOfSupplyCategory
The entry you make is used by the system in source determination if it cannot find a unique source of supply in the quota arrangement and source list. If the plant to be supplied is assigned to a supply region, the system chooses a potential source of supply only if the source of supply is valid for the plant's supply region.
sourceOfSupplyCategory
- Restricts the search for sources of supply for this material to external (normal) or internal (stock transfer) sources of supply, and also allows you to define a search sequence.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductPlantProcurement>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductPlantProcurement>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductPlantProcurement>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductPlantProcurement>
@Nonnull public static <T> ProductPlantProcurementField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> ProductPlantProcurementField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static ProductPlantProcurement.ProductPlantProcurementBuilder 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 Boolean getIsAutoPurOrdCreationAllowed()
Original property name from the Odata EDM: IsAutoPurOrdCreationAllowed
If this indicator is flagged, the system does not display the purchase orders on the screen before they are saved. In the master record for the vendor with whom the material is ordered, the field "Automatic purchase order" must be flagged in the control data for the purchasing data.
@Nullable public Boolean getIsSourceListRequired()
Original property name from the Odata EDM: IsSourceListRequired
If the indicator has been set for a plant, a source of supply must be entered in the source list before a purchase order can be created for issue to the source for the plant.
@Nullable public String getSourceOfSupplyCategory()
Original property name from the Odata EDM: SourceOfSupplyCategory
The entry you make is used by the system in source determination if it cannot find a unique source of supply in the quota arrangement and source list. If the plant to be supplied is assigned to a supply region, the system chooses a potential source of supply only if the source of supply is valid for the plant's supply region.
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ProductPlantProcurement>
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductPlantProcurement>
public boolean equals(Object o)
equals
in class VdmObject<ProductPlantProcurement>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductPlantProcurement>
public int hashCode()
hashCode
in class VdmObject<ProductPlantProcurement>
Copyright © 2018 SAP SE. All rights reserved.