public class PurgPrcgCndnRecordScale extends VdmEntity<PurgPrcgCndnRecordScale>
Original entity name from the Odata EDM: A_PurgPrcgCndnRecordScaleType
Modifier and Type | Class and Description |
---|---|
static class |
PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder
Helper class to allow for fluent creation of PurgPrcgCndnRecordScale instances.
|
Modifier and Type | Field and Description |
---|---|
static PurgPrcgCndnRecordScaleSelectable |
ALL_FIELDS
Selector for all available fields of PurgPrcgCndnRecordScale.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_RATE_VALUE
Use with available fluent helpers to apply the ConditionRateValue field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_RATE_VALUE_UNIT
Use with available fluent helpers to apply the ConditionRateValueUnit field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_RECORD
Use with available fluent helpers to apply the ConditionRecord field to query operations.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_SCALE_AMOUNT
Use with available fluent helpers to apply the ConditionScaleAmount field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SCALE_AMOUNT_CURRENCY
Use with available fluent helpers to apply the ConditionScaleAmountCurrency field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SCALE_LINE
Use with available fluent helpers to apply the ConditionScaleLine field to query operations.
|
static PurgPrcgCndnRecordScaleField<BigDecimal> |
CONDITION_SCALE_QUANTITY
Use with available fluent helpers to apply the ConditionScaleQuantity field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SCALE_QUANTITY_UNIT
Use with available fluent helpers to apply the ConditionScaleQuantityUnit field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
CONDITION_SEQUENTIAL_NUMBER
Use with available fluent helpers to apply the ConditionSequentialNumber field to query operations.
|
static PurgPrcgCndnRecordScaleField<String> |
E_TAG
Use with available fluent helpers to apply the ETag field to query operations.
|
static PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgCndnRecdSuplmnt> |
TO_PURG_PRCG_CNDN_RECD_SUPLMNT
Use with available fluent helpers to apply the to_PurgPrcgCndnRecdSuplmnt navigation property to query
operations.
|
static PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgConditionRecord> |
TO_PURG_PRCG_CONDITION_RECORD
Use with available fluent helpers to apply the to_PurgPrcgConditionRecord navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
PurgPrcgCndnRecordScale() |
PurgPrcgCndnRecordScale(String conditionRecord,
String conditionSequentialNumber,
String conditionScaleLine,
BigDecimal conditionScaleQuantity,
String conditionScaleQuantityUnit,
BigDecimal conditionScaleAmount,
String conditionScaleAmountCurrency,
BigDecimal conditionRateValue,
String conditionRateValueUnit,
String eTag,
PurgPrcgCndnRecdSuplmnt toPurgPrcgCndnRecdSuplmnt,
PurgPrcgConditionRecord toPurgPrcgConditionRecord) |
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 PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PurgPrcgCndnRecdSuplmnt |
fetchPurgPrcgCndnRecdSuplmnt()
Fetches the PurgPrcgCndnRecdSuplmnt entity (one to one) associated with this entity.
|
PurgPrcgConditionRecord |
fetchPurgPrcgConditionRecord()
Fetches the PurgPrcgConditionRecord entity (one to one) associated with this entity.
|
static <T> PurgPrcgCndnRecordScaleField<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) |
BigDecimal |
getConditionRateValue()
Constraints: Not nullable, Precision: 12, Scale: 3
|
String |
getConditionRateValueUnit()
Constraints: Not nullable, Maximum length: 5
|
String |
getConditionRecord()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getConditionScaleAmount()
Constraints: Not nullable, Precision: 16, Scale: 3
|
String |
getConditionScaleAmountCurrency()
Constraints: Not nullable, Maximum length: 5
|
String |
getConditionScaleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getConditionScaleQuantity()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getConditionScaleQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getConditionSequentialNumber()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
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 |
getETag()
Constraints: Not nullable, Maximum length: 40
|
protected Map<String,Object> |
getKey() |
io.vavr.control.Option<PurgPrcgCndnRecdSuplmnt> |
getPurgPrcgCndnRecdSuplmntIfPresent()
Retrieval of associated PurgPrcgCndnRecdSuplmnt entity (one to one).
|
PurgPrcgCndnRecdSuplmnt |
getPurgPrcgCndnRecdSuplmntOrFetch()
Retrieval of associated PurgPrcgCndnRecdSuplmnt entity (one to one).
|
io.vavr.control.Option<PurgPrcgConditionRecord> |
getPurgPrcgConditionRecordIfPresent()
Retrieval of associated PurgPrcgConditionRecord entity (one to one).
|
PurgPrcgConditionRecord |
getPurgPrcgConditionRecordOrFetch()
Retrieval of associated PurgPrcgConditionRecord entity (one to one).
|
Class<PurgPrcgCndnRecordScale> |
getType() |
int |
hashCode() |
void |
setConditionRateValue(BigDecimal conditionRateValue)
Constraints: Not nullable, Precision: 12, Scale: 3
|
void |
setConditionRateValueUnit(String conditionRateValueUnit)
Constraints: Not nullable, Maximum length: 5
|
void |
setConditionRecord(String conditionRecord)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setConditionScaleAmount(BigDecimal conditionScaleAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
void |
setConditionScaleAmountCurrency(String conditionScaleAmountCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setConditionScaleLine(String conditionScaleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setConditionScaleQuantity(BigDecimal conditionScaleQuantity)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setConditionScaleQuantityUnit(String conditionScaleQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setConditionSequentialNumber(String conditionSequentialNumber)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setETag(String eTag)
Constraints: Not nullable, Maximum length: 40
|
void |
setPurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt value)
Overwrites the associated PurgPrcgCndnRecdSuplmnt entity for the loaded navigation property
to_PurgPrcgCndnRecdSuplmnt.
|
void |
setPurgPrcgConditionRecord(PurgPrcgConditionRecord value)
Overwrites the associated PurgPrcgConditionRecord entity for the loaded navigation property
to_PurgPrcgConditionRecord.
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
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 PurgPrcgCndnRecordScaleSelectable ALL_FIELDS
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_RECORD
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SEQUENTIAL_NUMBER
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SCALE_LINE
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_SCALE_QUANTITY
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SCALE_QUANTITY_UNIT
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_SCALE_AMOUNT
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_SCALE_AMOUNT_CURRENCY
public static final PurgPrcgCndnRecordScaleField<BigDecimal> CONDITION_RATE_VALUE
public static final PurgPrcgCndnRecordScaleField<String> CONDITION_RATE_VALUE_UNIT
public static final PurgPrcgCndnRecordScaleField<String> E_TAG
public static final PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgCndnRecdSuplmnt> TO_PURG_PRCG_CNDN_RECD_SUPLMNT
public static final PurgPrcgCndnRecordScaleOneToOneLink<PurgPrcgConditionRecord> TO_PURG_PRCG_CONDITION_RECORD
public PurgPrcgCndnRecordScale()
public PurgPrcgCndnRecordScale(@Nullable String conditionRecord, @Nullable String conditionSequentialNumber, @Nullable String conditionScaleLine, @Nullable BigDecimal conditionScaleQuantity, @Nullable String conditionScaleQuantityUnit, @Nullable BigDecimal conditionScaleAmount, @Nullable String conditionScaleAmountCurrency, @Nullable BigDecimal conditionRateValue, @Nullable String conditionRateValueUnit, @Nullable String eTag, @Nullable PurgPrcgCndnRecdSuplmnt toPurgPrcgCndnRecdSuplmnt, @Nullable PurgPrcgConditionRecord toPurgPrcgConditionRecord)
@Nonnull public Class<PurgPrcgCndnRecordScale> getType()
getType
in class VdmObject<PurgPrcgCndnRecordScale>
public void setConditionRecord(@Nullable String conditionRecord)
Original property name from the Odata EDM: ConditionRecord
The system uses the condition record number to store and retrieve information during processing (pricing, for example).
conditionRecord
- Number that uniquely identifies a condition record.public void setConditionSequentialNumber(@Nullable String conditionSequentialNumber)
Original property name from the Odata EDM: ConditionSequentialNumber
If you have assigned a condition supplement to the condition, the system automatically assigns the number.
conditionSequentialNumber
- The sequential number that uniquely identifies the condition if a condition supplement exists.public void setConditionScaleLine(@Nullable String conditionScaleLine)
Original property name from the Odata EDM: ConditionScaleLine
conditionScaleLine
- Identifies the sequence of lines within a scale.public void setConditionScaleQuantity(@Nullable BigDecimal conditionScaleQuantity)
Original property name from the Odata EDM: ConditionScaleQuantity
conditionScaleQuantity
- Scale quantity (for example, number of pieces) to which a scale refers.public void setConditionScaleQuantityUnit(@Nullable String conditionScaleQuantityUnit)
Original property name from the Odata EDM: ConditionScaleQuantityUnit
conditionScaleQuantityUnit
- Unit of measure to which the quantity scale refers.public void setConditionScaleAmount(@Nullable BigDecimal conditionScaleAmount)
Original property name from the Odata EDM: ConditionScaleAmount
conditionScaleAmount
- A value that is part of a pricing scale. The value is an amount in a particular currency.public void setConditionScaleAmountCurrency(@Nullable String conditionScaleAmountCurrency)
Original property name from the Odata EDM: ConditionScaleAmountCurrency
If a pricing scale is based on a value instead of a quantity, you can specify a currency for the value. In the standard version of the SAP System, this field is only relevant in condition records for the following discounts:Price groupPrice group/Material pricing groupYou apply a price group discount to customers in a particular foreign country. When you create a condition record for this discount and enter values in the pricing scale, you can also enter the corresponding foreign currency. During pricing, the system then calculates discounts based on scale values in the foreign currency. The discount amount is then converted into the currency you are using in the sales document.After you enter a currency in this field and save the condition record, you cannot change the currency without deleting the record and creating it again.
conditionScaleAmountCurrency
- Specifies a currency for a pricing scale in a condition record.public void setConditionRateValue(@Nullable BigDecimal conditionRateValue)
Original property name from the Odata EDM: ConditionRateValue
Depending on the condition type, it can be a fixed amount, a percentage, or per mille. If the condition includes a pricing scale, the condition amount or percentage displays the first line of the scale.The following examples illustrate how you can use the condition amount or percentage in different condition types:If you create a condition that includes prices (for example, prices for a material), you enter an amount.If you create a condition based on percentage, such as discounts or surcharges (for example, a customer-specific discount), you enter the value of a percentage. If the condition is a discount, the system automatically enters a minus sign behind the amount and a percent sign in the Condition Unit field.
conditionRateValue
- Determines how the system calculates prices using a specific condition.public void setConditionRateValueUnit(@Nullable String conditionRateValueUnit)
Original property name from the Odata EDM: ConditionRateValueUnit
The following examples illustrate what you can do when using different condition types.If you create a condition that includes prices (for example, prices for a material), you enter the currency that applies to the condition (for example, "USD" for US dollars)If you are creating a condition based on percentage discounts or surcharges (for example, a customer-specific discount), you cannot enter a value in the Condition unit field. Instead, the system automatically enters a percent sign as the condition unit when you enter a value in the Condition Amount field.
conditionRateValueUnit
- The unit that determines whether the condition for a material is based on a percentage or on an amount
in a particular currency. The use of the condition unit depends on the condition type (for example,
whether the condition is a material price or a customer discount).public void setETag(@Nullable String eTag)
Original property name from the Odata EDM: ETag
eTag
- The eTag to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<PurgPrcgCndnRecordScale>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurgPrcgCndnRecordScale>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurgPrcgCndnRecordScale>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurgPrcgCndnRecordScale>
@Nonnull public static <T> PurgPrcgCndnRecordScaleField<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> PurgPrcgCndnRecordScaleField<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<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
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<PurgPrcgCndnRecordScale>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<PurgPrcgCndnRecordScale>
@Nullable public PurgPrcgCndnRecdSuplmnt fetchPurgPrcgCndnRecdSuplmnt() 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 PurgPrcgCndnRecdSuplmnt getPurgPrcgCndnRecdSuplmntOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgPrcgCndnRecdSuplmnt of a queried PurgPrcgCndnRecordScale 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<PurgPrcgCndnRecdSuplmnt> getPurgPrcgCndnRecdSuplmntIfPresent()
If the navigation property for an entity PurgPrcgCndnRecordScale 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 setPurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt value)
value
- New PurgPrcgCndnRecdSuplmnt entity.@Nullable public PurgPrcgConditionRecord fetchPurgPrcgConditionRecord() 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 PurgPrcgConditionRecord getPurgPrcgConditionRecordOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurgPrcgConditionRecord of a queried PurgPrcgCndnRecordScale 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<PurgPrcgConditionRecord> getPurgPrcgConditionRecordIfPresent()
If the navigation property for an entity PurgPrcgCndnRecordScale 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 setPurgPrcgConditionRecord(PurgPrcgConditionRecord value)
value
- New PurgPrcgConditionRecord entity.@Nonnull public static PurgPrcgCndnRecordScale.PurgPrcgCndnRecordScaleBuilder builder()
@Nullable public String getConditionRecord()
Original property name from the Odata EDM: ConditionRecord
The system uses the condition record number to store and retrieve information during processing (pricing, for example).
@Nullable public String getConditionSequentialNumber()
Original property name from the Odata EDM: ConditionSequentialNumber
If you have assigned a condition supplement to the condition, the system automatically assigns the number.
@Nullable public String getConditionScaleLine()
Original property name from the Odata EDM: ConditionScaleLine
@Nullable public BigDecimal getConditionScaleQuantity()
Original property name from the Odata EDM: ConditionScaleQuantity
@Nullable public String getConditionScaleQuantityUnit()
Original property name from the Odata EDM: ConditionScaleQuantityUnit
@Nullable public BigDecimal getConditionScaleAmount()
Original property name from the Odata EDM: ConditionScaleAmount
@Nullable public String getConditionScaleAmountCurrency()
Original property name from the Odata EDM: ConditionScaleAmountCurrency
If a pricing scale is based on a value instead of a quantity, you can specify a currency for the value. In the standard version of the SAP System, this field is only relevant in condition records for the following discounts:Price groupPrice group/Material pricing groupYou apply a price group discount to customers in a particular foreign country. When you create a condition record for this discount and enter values in the pricing scale, you can also enter the corresponding foreign currency. During pricing, the system then calculates discounts based on scale values in the foreign currency. The discount amount is then converted into the currency you are using in the sales document.After you enter a currency in this field and save the condition record, you cannot change the currency without deleting the record and creating it again.
@Nullable public BigDecimal getConditionRateValue()
Original property name from the Odata EDM: ConditionRateValue
Depending on the condition type, it can be a fixed amount, a percentage, or per mille. If the condition includes a pricing scale, the condition amount or percentage displays the first line of the scale.The following examples illustrate how you can use the condition amount or percentage in different condition types:If you create a condition that includes prices (for example, prices for a material), you enter an amount.If you create a condition based on percentage, such as discounts or surcharges (for example, a customer-specific discount), you enter the value of a percentage. If the condition is a discount, the system automatically enters a minus sign behind the amount and a percent sign in the Condition Unit field.
@Nullable public String getConditionRateValueUnit()
Original property name from the Odata EDM: ConditionRateValueUnit
The following examples illustrate what you can do when using different condition types.If you create a condition that includes prices (for example, prices for a material), you enter the currency that applies to the condition (for example, "USD" for US dollars)If you are creating a condition based on percentage discounts or surcharges (for example, a customer-specific discount), you cannot enter a value in the Condition unit field. Instead, the system automatically enters a percent sign as the condition unit when you enter a value in the Condition Amount field.
@Nullable public String getETag()
Original property name from the Odata EDM: ETag
@Nonnull public String toString()
toString
in class VdmObject<PurgPrcgCndnRecordScale>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<PurgPrcgCndnRecordScale>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<PurgPrcgCndnRecordScale>
public int hashCode()
hashCode
in class VdmObject<PurgPrcgCndnRecordScale>
Copyright © 2021 SAP SE. All rights reserved.