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) |
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 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 |
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.
|
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 |
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
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSourceOfSupplyCategory(String sourceOfSupplyCategory)
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 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
@Nonnull 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()
VdmEntity
getEntityCollection
in class VdmEntity<ProductPlantProcurement>
@Nonnull 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)
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> ProductPlantProcurementField<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<ProductPlantProcurement>
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<ProductPlantProcurement>
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<ProductPlantProcurement>
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<ProductPlantProcurement>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull 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.
@Nonnull public String toString()
toString
in class VdmObject<ProductPlantProcurement>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductPlantProcurement>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductPlantProcurement>
public int hashCode()
hashCode
in class VdmObject<ProductPlantProcurement>
Copyright © 2021 SAP SE. All rights reserved.