public class ProductionSupplyArea extends VdmEntity<ProductionSupplyArea>
Original entity name from the Odata EDM: A_ProductionSupplyAreaType
Modifier and Type | Class and Description |
---|---|
static class |
ProductionSupplyArea.ProductionSupplyAreaBuilder
Helper class to allow for fluent creation of ProductionSupplyArea instances.
|
Modifier and Type | Field and Description |
---|---|
static ProductionSupplyAreaSelectable |
ALL_FIELDS
Selector for all available fields of ProductionSupplyArea.
|
static ProductionSupplyAreaField<String> |
AUTOMOTIVE_LOADING_POINT
Use with available fluent helpers to apply the AutomotiveLoadingPoint field to query operations.
|
static ProductionSupplyAreaField<String> |
FACTORY_CALENDAR
Use with available fluent helpers to apply the FactoryCalendar field to query operations.
|
static ProductionSupplyAreaField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ProductionSupplyAreaField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA
Use with available fluent helpers to apply the ProductionSupplyArea field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA_ADDRESS_ID
Use with available fluent helpers to apply the ProductionSupplyAreaAddressID field to query operations.
|
static ProductionSupplyAreaField<String> |
PRODUCTION_SUPPLY_AREA_RESP_PERSON
Use with available fluent helpers to apply the ProductionSupplyAreaRespPerson field to query operations.
|
static ProductionSupplyAreaField<BigDecimal> |
PULL_INTERVAL_IN_MINUTES
Use with available fluent helpers to apply the PullIntervalInMinutes field to query operations.
|
static ProductionSupplyAreaField<BigDecimal> |
PULL_INTERVAL_IN_WORKDAYS
Use with available fluent helpers to apply the PullIntervalInWorkdays field to query operations.
|
static ProductionSupplyAreaField<String> |
SHIFT_GROUPING
Use with available fluent helpers to apply the ShiftGrouping field to query operations.
|
static ProductionSupplyAreaField<String> |
SHIFT_SEQUENCE
Use with available fluent helpers to apply the ShiftSequence field to query operations.
|
static ProductionSupplyAreaField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static ProductionSupplyAreaOneToOneLink<ProductionSupplyAreaAddress> |
TO_PRODUCTION_SUPPLY_AREA_ADDRESS
Use with available fluent helpers to apply the to_ProductionSupplyAreaAddress navigation property to query
operations.
|
static ProductionSupplyAreaLink<ProductionSupplyAreaText> |
TO_PRODUCTION_SUPPLY_AREA_TEXT
Use with available fluent helpers to apply the to_ProductionSupplyAreaText navigation property to query
operations.
|
static ProductionSupplyAreaField<String> |
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations.
|
static ProductionSupplyAreaField<String> |
UNLOADING_WAREHOUSE_STAGING_AREA
Use with available fluent helpers to apply the UnloadingWarehouseStagingArea field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductionSupplyArea() |
ProductionSupplyArea(String productionSupplyArea,
String plant,
String storageLocation,
String productionSupplyAreaRespPerson,
String unloadingPointName,
String factoryCalendar,
String shiftGrouping,
String shiftSequence,
BigDecimal pullIntervalInWorkdays,
BigDecimal pullIntervalInMinutes,
String unloadingWarehouseStagingArea,
String productionSupplyAreaAddressID,
ZonedDateTime lastChangeDateTime,
String automotiveLoadingPoint,
ProductionSupplyAreaAddress toProductionSupplyAreaAddress,
List<ProductionSupplyAreaText> toProductionSupplyAreaText) |
Modifier and Type | Method and Description |
---|---|
void |
addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
Adds elements to the list of associated ProductionSupplyAreaText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductionSupplyArea.ProductionSupplyAreaBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ProductionSupplyAreaAddress |
fetchProductionSupplyAreaAddress()
Fetches the ProductionSupplyAreaAddress entity (one to one) associated with this entity.
|
List<ProductionSupplyAreaText> |
fetchProductionSupplyAreaText()
Fetches the ProductionSupplyAreaText entities (one to many) associated with this entity.
|
static <T> ProductionSupplyAreaField<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) |
String |
getAutomotiveLoadingPoint()
Constraints: Not nullable, Maximum length: 20
|
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 |
getFactoryCalendar()
Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProductionSupplyArea()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getProductionSupplyAreaAddressID()
Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<ProductionSupplyAreaAddress> |
getProductionSupplyAreaAddressIfPresent()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
ProductionSupplyAreaAddress |
getProductionSupplyAreaAddressOrFetch()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
String |
getProductionSupplyAreaRespPerson()
Constraints: Not nullable, Maximum length: 3
|
io.vavr.control.Option<List<ProductionSupplyAreaText>> |
getProductionSupplyAreaTextIfPresent()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
List<ProductionSupplyAreaText> |
getProductionSupplyAreaTextOrFetch()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
BigDecimal |
getPullIntervalInMinutes()
Constraints: Not nullable, Precision: 8, Scale: 0
|
BigDecimal |
getPullIntervalInWorkdays()
Constraints: Not nullable, Precision: 3, Scale: 0
|
String |
getShiftGrouping()
Constraints: Not nullable, Maximum length: 2
|
String |
getShiftSequence()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
Class<ProductionSupplyArea> |
getType() |
String |
getUnloadingPointName()
Constraints: Not nullable, Maximum length: 25
|
String |
getUnloadingWarehouseStagingArea()
Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setAutomotiveLoadingPoint(String automotiveLoadingPoint)
Constraints: Not nullable, Maximum length: 20
|
void |
setFactoryCalendar(String factoryCalendar)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProductionSupplyArea(String productionSupplyArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setProductionSupplyAreaAddress(ProductionSupplyAreaAddress value)
Overwrites the associated ProductionSupplyAreaAddress entity for the loaded navigation property
to_ProductionSupplyAreaAddress.
|
void |
setProductionSupplyAreaAddressID(String productionSupplyAreaAddressID)
Constraints: Not nullable, Maximum length: 10
|
void |
setProductionSupplyAreaRespPerson(String productionSupplyAreaRespPerson)
Constraints: Not nullable, Maximum length: 3
|
void |
setProductionSupplyAreaText(List<ProductionSupplyAreaText> value)
Overwrites the list of associated ProductionSupplyAreaText entities for the loaded navigation property
to_ProductionSupplyAreaText.
|
void |
setPullIntervalInMinutes(BigDecimal pullIntervalInMinutes)
Constraints: Not nullable, Precision: 8, Scale: 0
|
void |
setPullIntervalInWorkdays(BigDecimal pullIntervalInWorkdays)
Constraints: Not nullable, Precision: 3, Scale: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShiftGrouping(String shiftGrouping)
Constraints: Not nullable, Maximum length: 2
|
void |
setShiftSequence(String shiftSequence)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setUnloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
void |
setUnloadingWarehouseStagingArea(String unloadingWarehouseStagingArea)
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ProductionSupplyAreaSelectable ALL_FIELDS
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA
public static final ProductionSupplyAreaField<String> PLANT
public static final ProductionSupplyAreaField<String> STORAGE_LOCATION
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA_RESP_PERSON
public static final ProductionSupplyAreaField<String> UNLOADING_POINT_NAME
public static final ProductionSupplyAreaField<String> FACTORY_CALENDAR
public static final ProductionSupplyAreaField<String> SHIFT_GROUPING
public static final ProductionSupplyAreaField<String> SHIFT_SEQUENCE
public static final ProductionSupplyAreaField<BigDecimal> PULL_INTERVAL_IN_WORKDAYS
public static final ProductionSupplyAreaField<BigDecimal> PULL_INTERVAL_IN_MINUTES
public static final ProductionSupplyAreaField<String> UNLOADING_WAREHOUSE_STAGING_AREA
public static final ProductionSupplyAreaField<String> PRODUCTION_SUPPLY_AREA_ADDRESS_ID
public static final ProductionSupplyAreaField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final ProductionSupplyAreaField<String> AUTOMOTIVE_LOADING_POINT
public static final ProductionSupplyAreaOneToOneLink<ProductionSupplyAreaAddress> TO_PRODUCTION_SUPPLY_AREA_ADDRESS
public static final ProductionSupplyAreaLink<ProductionSupplyAreaText> TO_PRODUCTION_SUPPLY_AREA_TEXT
public ProductionSupplyArea()
public ProductionSupplyArea(@Nullable String productionSupplyArea, @Nullable String plant, @Nullable String storageLocation, @Nullable String productionSupplyAreaRespPerson, @Nullable String unloadingPointName, @Nullable String factoryCalendar, @Nullable String shiftGrouping, @Nullable String shiftSequence, @Nullable BigDecimal pullIntervalInWorkdays, @Nullable BigDecimal pullIntervalInMinutes, @Nullable String unloadingWarehouseStagingArea, @Nullable String productionSupplyAreaAddressID, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String automotiveLoadingPoint, @Nullable ProductionSupplyAreaAddress toProductionSupplyAreaAddress, List<ProductionSupplyAreaText> toProductionSupplyAreaText)
@Nonnull public Class<ProductionSupplyArea> getType()
getType
in class VdmObject<ProductionSupplyArea>
public void setProductionSupplyArea(@Nullable String productionSupplyArea)
Original property name from the Odata EDM: ProductionSupplyArea
productionSupplyArea
- Production Supply Areapublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setProductionSupplyAreaRespPerson(@Nullable String productionSupplyAreaRespPerson)
Original property name from the Odata EDM: ProductionSupplyAreaRespPerson
productionSupplyAreaRespPerson
- Person responsible for one or more supply areaspublic void setUnloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
unloadingPointName
- Unloading Pointpublic void setFactoryCalendar(@Nullable String factoryCalendar)
Original property name from the Odata EDM: FactoryCalendar
factoryCalendar
- Factory calendar keypublic void setShiftGrouping(@Nullable String shiftGrouping)
Original property name from the Odata EDM: ShiftGrouping
shiftGrouping
- Grouping for Shift Definition and Sequences (Consumer)public void setShiftSequence(@Nullable String shiftSequence)
Original property name from the Odata EDM: ShiftSequence
shiftSequence
- Key for Shift Sequence (Consumer)public void setPullIntervalInWorkdays(@Nullable BigDecimal pullIntervalInWorkdays)
Original property name from the Odata EDM: PullIntervalInWorkdays
pullIntervalInWorkdays
- Pull Interval in Workdayspublic void setPullIntervalInMinutes(@Nullable BigDecimal pullIntervalInMinutes)
Original property name from the Odata EDM: PullIntervalInMinutes
pullIntervalInMinutes
- Pull Interval in Minutespublic void setUnloadingWarehouseStagingArea(@Nullable String unloadingWarehouseStagingArea)
Original property name from the Odata EDM: UnloadingWarehouseStagingArea
unloadingWarehouseStagingArea
- (Automotive) Unloading Pointpublic void setProductionSupplyAreaAddressID(@Nullable String productionSupplyAreaAddressID)
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
productionSupplyAreaAddressID
- Address for Supply Areapublic void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- Last Change Timestamppublic void setAutomotiveLoadingPoint(@Nullable String automotiveLoadingPoint)
Original property name from the Odata EDM: AutomotiveLoadingPoint
automotiveLoadingPoint
- Loading/Unloading Pointprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductionSupplyArea>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductionSupplyArea>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductionSupplyArea>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductionSupplyArea>
@Nonnull public static <T> ProductionSupplyAreaField<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> ProductionSupplyAreaField<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<ProductionSupplyArea>
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<ProductionSupplyArea>
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<ProductionSupplyArea>
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<ProductionSupplyArea>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductionSupplyArea>
@Nullable public ProductionSupplyAreaAddress fetchProductionSupplyAreaAddress() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public ProductionSupplyAreaAddress getProductionSupplyAreaAddressOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProductionSupplyAreaAddress of a queried ProductionSupplyArea is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<ProductionSupplyAreaAddress> getProductionSupplyAreaAddressIfPresent()
If the navigation property for an entity ProductionSupplyArea has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProductionSupplyAreaAddress(ProductionSupplyAreaAddress value)
value
- New ProductionSupplyAreaAddress entity.@Nonnull public List<ProductionSupplyAreaText> fetchProductionSupplyAreaText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ProductionSupplyAreaText> getProductionSupplyAreaTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ProductionSupplyAreaText>> getProductionSupplyAreaTextIfPresent()
If the navigation property for an entity ProductionSupplyArea has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setProductionSupplyAreaText(@Nonnull List<ProductionSupplyAreaText> value)
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ProductionSupplyAreaText entities.public void addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
If the navigation property to_ProductionSupplyAreaText of a queried ProductionSupplyArea is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ProductionSupplyAreaText entities.@Nonnull public static ProductionSupplyArea.ProductionSupplyAreaBuilder builder()
@Nullable public String getProductionSupplyArea()
Original property name from the Odata EDM: ProductionSupplyArea
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public String getProductionSupplyAreaRespPerson()
Original property name from the Odata EDM: ProductionSupplyAreaRespPerson
@Nullable public String getUnloadingPointName()
Original property name from the Odata EDM: UnloadingPointName
@Nullable public String getFactoryCalendar()
Original property name from the Odata EDM: FactoryCalendar
@Nullable public String getShiftGrouping()
Original property name from the Odata EDM: ShiftGrouping
@Nullable public String getShiftSequence()
Original property name from the Odata EDM: ShiftSequence
@Nullable public BigDecimal getPullIntervalInWorkdays()
Original property name from the Odata EDM: PullIntervalInWorkdays
@Nullable public BigDecimal getPullIntervalInMinutes()
Original property name from the Odata EDM: PullIntervalInMinutes
@Nullable public String getUnloadingWarehouseStagingArea()
Original property name from the Odata EDM: UnloadingWarehouseStagingArea
@Nullable public String getProductionSupplyAreaAddressID()
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public String getAutomotiveLoadingPoint()
Original property name from the Odata EDM: AutomotiveLoadingPoint
@Nonnull public String toString()
toString
in class VdmObject<ProductionSupplyArea>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductionSupplyArea>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductionSupplyArea>
public int hashCode()
hashCode
in class VdmObject<ProductionSupplyArea>
Copyright © 2021 SAP SE. All rights reserved.