public class PurContrItmCndnScales extends VdmEntity<PurContrItmCndnScales>
Original entity name from the Odata EDM: A_PurContrItmCndnScalesType
Modifier and Type | Class and Description |
---|---|
static class |
PurContrItmCndnScales.PurContrItmCndnScalesBuilder
Helper class to allow for fluent creation of PurContrItmCndnScales instances.
|
Modifier and Type | Field and Description |
---|---|
static PurContrItmCndnScalesSelectable |
ALL_FIELDS
Selector for all available fields of PurContrItmCndnScales.
|
static PurContrItmCndnScalesField<String> |
CONDITION_CURRENCY
Use with available fluent helpers to apply the ConditionCurrency field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_QUANTITY
Use with available fluent helpers to apply the ConditionQuantity field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_QUANTITY_UNIT
Use with available fluent helpers to apply the ConditionQuantityUnit field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_RATE_AMOUNT
Use with available fluent helpers to apply the ConditionRateAmount field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_RATE_RATIO
Use with available fluent helpers to apply the ConditionRateRatio field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_RATE_RATIO_UNIT
Use with available fluent helpers to apply the ConditionRateRatioUnit field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_RATE_VALUE
Use with available fluent helpers to apply the ConditionRateValue field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_RATE_VALUE_UNIT
Use with available fluent helpers to apply the ConditionRateValueUnit field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_RECORD
Use with available fluent helpers to apply the ConditionRecord field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_SCALE_AMOUNT
Use with available fluent helpers to apply the ConditionScaleAmount field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_SCALE_AMOUNT_CURRENCY
Use with available fluent helpers to apply the ConditionScaleAmountCurrency field to query operations.
|
static PurContrItmCndnScalesField<Boolean> |
CONDITION_SCALE_IS_DELETED
Use with available fluent helpers to apply the ConditionScaleIsDeleted field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_SCALE_LINE
Use with available fluent helpers to apply the ConditionScaleLine field to query operations.
|
static PurContrItmCndnScalesField<BigDecimal> |
CONDITION_SCALE_QUANTITY
Use with available fluent helpers to apply the ConditionScaleQuantity field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_SCALE_QUANTITY_UNIT
Use with available fluent helpers to apply the ConditionScaleQuantityUnit field to query operations.
|
static PurContrItmCndnScalesField<String> |
CONDITION_SEQUENTIAL_NUMBER
Use with available fluent helpers to apply the ConditionSequentialNumber field to query operations.
|
static PurContrItmCndnScalesField<LocalDateTime> |
CONDITION_VALIDITY_END_DATE
Use with available fluent helpers to apply the ConditionValidityEndDate field to query operations.
|
static PurContrItmCndnScalesField<String> |
PRICING_SCALE_TYPE
Use with available fluent helpers to apply the PricingScaleType field to query operations.
|
static PurContrItmCndnScalesField<String> |
PURCHASE_CONTRACT
Use with available fluent helpers to apply the PurchaseContract field to query operations.
|
static PurContrItmCndnScalesField<String> |
PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the PurchaseContractItem field to query operations.
|
static PurContrItmCndnScalesOneToOneLink<PurContrItmCndnAmount> |
TO_PUR_CONTR_ITM_CNDN_AMOUNT
Use with available fluent helpers to apply the to_PurContrItmCndnAmount navigation property to query
operations.
|
static PurContrItmCndnScalesOneToOneLink<PurchaseContract> |
TO_PURCHASE_CONTRACT
Use with available fluent helpers to apply the to_PurchaseContract navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
PurContrItmCndnScales() |
PurContrItmCndnScales(String purchaseContract,
String purchaseContractItem,
String conditionRecord,
String conditionSequentialNumber,
LocalDateTime conditionValidityEndDate,
String conditionScaleLine,
BigDecimal conditionScaleQuantity,
String conditionScaleQuantityUnit,
BigDecimal conditionScaleAmount,
String conditionScaleAmountCurrency,
BigDecimal conditionRateValue,
String conditionRateValueUnit,
BigDecimal conditionRateRatio,
String conditionRateRatioUnit,
BigDecimal conditionRateAmount,
String conditionCurrency,
Boolean conditionScaleIsDeleted,
String pricingScaleType,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
PurContrItmCndnAmount toPurContrItmCndnAmount,
PurchaseContract toPurchaseContract) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static PurContrItmCndnScales.PurContrItmCndnScalesBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PurchaseContract |
fetchPurchaseContract()
Fetches the PurchaseContract entity (one to one) associated with this entity.
|
PurContrItmCndnAmount |
fetchPurContrItmCndnAmount()
Fetches the PurContrItmCndnAmount entity (one to one) associated with this entity.
|
static <T> PurContrItmCndnScalesField<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 |
getConditionCurrency()
Constraints: Not nullable, Maximum length: 5
|
BigDecimal |
getConditionQuantity()
Constraints: Not nullable, Precision: 5, Scale: 0
|
String |
getConditionQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getConditionRateAmount()
Constraints: Not nullable, Precision: 24, Scale: 9
|
BigDecimal |
getConditionRateRatio()
Constraints: Not nullable, Precision: 24, Scale: 9
|
String |
getConditionRateRatioUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getConditionRateValue()
Constraints: Not nullable, Precision: 11, 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: 15, Scale: 3
|
String |
getConditionScaleAmountCurrency()
Constraints: Not nullable, Maximum length: 5
|
Boolean |
getConditionScaleIsDeleted()
Constraints: none
|
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
|
LocalDateTime |
getConditionValidityEndDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch() |
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
String |
getPricingScaleType()
Constraints: Not nullable, Maximum length: 1
|
String |
getPurchaseContract()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<PurchaseContract> |
getPurchaseContractIfPresent()
Retrieval of associated PurchaseContract entity (one to one).
|
String |
getPurchaseContractItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
PurchaseContract |
getPurchaseContractOrFetch()
Retrieval of associated PurchaseContract entity (one to one).
|
io.vavr.control.Option<PurContrItmCndnAmount> |
getPurContrItmCndnAmountIfPresent()
Retrieval of associated PurContrItmCndnAmount entity (one to one).
|
PurContrItmCndnAmount |
getPurContrItmCndnAmountOrFetch()
Retrieval of associated PurContrItmCndnAmount entity (one to one).
|
Class<PurContrItmCndnScales> |
getType() |
int |
hashCode() |
void |
setConditionCurrency(String conditionCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setConditionQuantity(BigDecimal conditionQuantity)
Constraints: Not nullable, Precision: 5, Scale: 0
|
void |
setConditionQuantityUnit(String conditionQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setConditionRateAmount(BigDecimal conditionRateAmount)
Constraints: Not nullable, Precision: 24, Scale: 9
|
void |
setConditionRateRatio(BigDecimal conditionRateRatio)
Constraints: Not nullable, Precision: 24, Scale: 9
|
void |
setConditionRateRatioUnit(String conditionRateRatioUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setConditionRateValue(BigDecimal conditionRateValue)
Constraints: Not nullable, Precision: 11, 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: 15, Scale: 3
|
void |
setConditionScaleAmountCurrency(String conditionScaleAmountCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setConditionScaleIsDeleted(Boolean conditionScaleIsDeleted)
Constraints: none
|
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 |
setConditionValidityEndDate(LocalDateTime conditionValidityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setPricingScaleType(String pricingScaleType)
Constraints: Not nullable, Maximum length: 1
|
void |
setPurchaseContract(PurchaseContract value)
Overwrites the associated PurchaseContract entity for the loaded navigation property
to_PurchaseContract.
|
void |
setPurchaseContract(String purchaseContract)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseContractItem(String purchaseContractItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setPurContrItmCndnAmount(PurContrItmCndnAmount value)
Overwrites the associated PurContrItmCndnAmount entity for the loaded navigation property
to_PurContrItmCndnAmount.
|
protected void |
setServicePathForFetch(String servicePathForFetch) |
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final PurContrItmCndnScalesSelectable ALL_FIELDS
public static final PurContrItmCndnScalesField<String> PURCHASE_CONTRACT
public static final PurContrItmCndnScalesField<String> PURCHASE_CONTRACT_ITEM
public static final PurContrItmCndnScalesField<String> CONDITION_RECORD
public static final PurContrItmCndnScalesField<String> CONDITION_SEQUENTIAL_NUMBER
public static final PurContrItmCndnScalesField<LocalDateTime> CONDITION_VALIDITY_END_DATE
public static final PurContrItmCndnScalesField<String> CONDITION_SCALE_LINE
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_SCALE_QUANTITY
public static final PurContrItmCndnScalesField<String> CONDITION_SCALE_QUANTITY_UNIT
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_SCALE_AMOUNT
public static final PurContrItmCndnScalesField<String> CONDITION_SCALE_AMOUNT_CURRENCY
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_RATE_VALUE
public static final PurContrItmCndnScalesField<String> CONDITION_RATE_VALUE_UNIT
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_RATE_RATIO
public static final PurContrItmCndnScalesField<String> CONDITION_RATE_RATIO_UNIT
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_RATE_AMOUNT
public static final PurContrItmCndnScalesField<String> CONDITION_CURRENCY
public static final PurContrItmCndnScalesField<Boolean> CONDITION_SCALE_IS_DELETED
public static final PurContrItmCndnScalesField<String> PRICING_SCALE_TYPE
public static final PurContrItmCndnScalesField<BigDecimal> CONDITION_QUANTITY
public static final PurContrItmCndnScalesField<String> CONDITION_QUANTITY_UNIT
public static final PurContrItmCndnScalesOneToOneLink<PurContrItmCndnAmount> TO_PUR_CONTR_ITM_CNDN_AMOUNT
public static final PurContrItmCndnScalesOneToOneLink<PurchaseContract> TO_PURCHASE_CONTRACT
public PurContrItmCndnScales()
public PurContrItmCndnScales(@Nullable String purchaseContract, @Nullable String purchaseContractItem, @Nullable String conditionRecord, @Nullable String conditionSequentialNumber, @Nullable LocalDateTime conditionValidityEndDate, @Nullable String conditionScaleLine, @Nullable BigDecimal conditionScaleQuantity, @Nullable String conditionScaleQuantityUnit, @Nullable BigDecimal conditionScaleAmount, @Nullable String conditionScaleAmountCurrency, @Nullable BigDecimal conditionRateValue, @Nullable String conditionRateValueUnit, @Nullable BigDecimal conditionRateRatio, @Nullable String conditionRateRatioUnit, @Nullable BigDecimal conditionRateAmount, @Nullable String conditionCurrency, @Nullable Boolean conditionScaleIsDeleted, @Nullable String pricingScaleType, @Nullable BigDecimal conditionQuantity, @Nullable String conditionQuantityUnit, @Nullable PurContrItmCndnAmount toPurContrItmCndnAmount, @Nullable PurchaseContract toPurchaseContract)
@Nonnull public Class<PurContrItmCndnScales> getType()
getType
in class VdmObject<PurContrItmCndnScales>
public void setPurchaseContract(@Nullable String purchaseContract)
Original property name from the Odata EDM: PurchaseContract
purchaseContract
- Purchasing Document Numberpublic void setPurchaseContractItem(@Nullable String purchaseContractItem)
Original property name from the Odata EDM: PurchaseContractItem
purchaseContractItem
- Item Number of Purchasing Documentpublic void setConditionRecord(@Nullable String conditionRecord)
Original property name from the Odata EDM: ConditionRecord
conditionRecord
- Number of Condition Recordpublic void setConditionSequentialNumber(@Nullable String conditionSequentialNumber)
Original property name from the Odata EDM: ConditionSequentialNumber
conditionSequentialNumber
- Sequential number of the conditionpublic void setConditionValidityEndDate(@Nullable LocalDateTime conditionValidityEndDate)
Original property name from the Odata EDM: ConditionValidityEndDate
conditionValidityEndDate
- Validity end date of the condition recordpublic void setConditionScaleLine(@Nullable String conditionScaleLine)
Original property name from the Odata EDM: ConditionScaleLine
conditionScaleLine
- Current number of the line scalepublic void setConditionScaleQuantity(@Nullable BigDecimal conditionScaleQuantity)
Original property name from the Odata EDM: ConditionScaleQuantity
conditionScaleQuantity
- Condition Scale Quantitypublic void setConditionScaleQuantityUnit(@Nullable String conditionScaleQuantityUnit)
Original property name from the Odata EDM: ConditionScaleQuantityUnit
conditionScaleQuantityUnit
- Condition Scale Unit of Measurepublic void setConditionScaleAmount(@Nullable BigDecimal conditionScaleAmount)
Original property name from the Odata EDM: ConditionScaleAmount
conditionScaleAmount
- Scale Valuepublic void setConditionScaleAmountCurrency(@Nullable String conditionScaleAmountCurrency)
Original property name from the Odata EDM: ConditionScaleAmountCurrency
conditionScaleAmountCurrency
- Scale Currencypublic void setConditionRateValue(@Nullable BigDecimal conditionRateValue)
Original property name from the Odata EDM: ConditionRateValue
conditionRateValue
- Condition Amount or Percentagepublic void setConditionRateValueUnit(@Nullable String conditionRateValueUnit)
Original property name from the Odata EDM: ConditionRateValueUnit
conditionRateValueUnit
- Condition Unit (Currency or Percentage)public void setConditionRateRatio(@Nullable BigDecimal conditionRateRatio)
Original property name from the Odata EDM: ConditionRateRatio
conditionRateRatio
- Condition Ratio (in Percent or Per Mille)public void setConditionRateRatioUnit(@Nullable String conditionRateRatioUnit)
Original property name from the Odata EDM: ConditionRateRatioUnit
conditionRateRatioUnit
- Unit of Measurepublic void setConditionRateAmount(@Nullable BigDecimal conditionRateAmount)
Original property name from the Odata EDM: ConditionRateAmount
conditionRateAmount
- Condition Amount or Percentagepublic void setConditionCurrency(@Nullable String conditionCurrency)
Original property name from the Odata EDM: ConditionCurrency
conditionCurrency
- Condition Unit (Currency or Percentage)public void setConditionScaleIsDeleted(@Nullable Boolean conditionScaleIsDeleted)
Original property name from the Odata EDM: ConditionScaleIsDeleted
conditionScaleIsDeleted
- Deletion Indicator for Condition Recordpublic void setPricingScaleType(@Nullable String pricingScaleType)
Original property name from the Odata EDM: PricingScaleType
pricingScaleType
- Scale Typepublic void setConditionQuantity(@Nullable BigDecimal conditionQuantity)
Original property name from the Odata EDM: ConditionQuantity
conditionQuantity
- Condition Pricing Unitpublic void setConditionQuantityUnit(@Nullable String conditionQuantityUnit)
Original property name from the Odata EDM: ConditionQuantityUnit
conditionQuantityUnit
- Condition Unitprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurContrItmCndnScales>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurContrItmCndnScales>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurContrItmCndnScales>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurContrItmCndnScales>
@Nonnull public static <T> PurContrItmCndnScalesField<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> PurContrItmCndnScalesField<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()
getDestinationForFetch
in class VdmEntity<PurContrItmCndnScales>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<PurContrItmCndnScales>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<PurContrItmCndnScales>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<PurContrItmCndnScales>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<PurContrItmCndnScales>
@Nullable public PurContrItmCndnAmount fetchPurContrItmCndnAmount()
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.datamodel.odata.client.exception.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 PurContrItmCndnAmount getPurContrItmCndnAmountOrFetch()
If the navigation property to_PurContrItmCndnAmount of a queried PurContrItmCndnScales 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.datamodel.odata.client.exception.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<PurContrItmCndnAmount> getPurContrItmCndnAmountIfPresent()
If the navigation property for an entity PurContrItmCndnScales 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 setPurContrItmCndnAmount(PurContrItmCndnAmount value)
value
- New PurContrItmCndnAmount entity.@Nullable public PurchaseContract fetchPurchaseContract()
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.datamodel.odata.client.exception.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 PurchaseContract getPurchaseContractOrFetch()
If the navigation property to_PurchaseContract of a queried PurContrItmCndnScales 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.datamodel.odata.client.exception.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<PurchaseContract> getPurchaseContractIfPresent()
If the navigation property for an entity PurContrItmCndnScales 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 setPurchaseContract(PurchaseContract value)
value
- New PurchaseContract entity.@Nonnull public static PurContrItmCndnScales.PurContrItmCndnScalesBuilder builder()
@Nullable public String getPurchaseContract()
Original property name from the Odata EDM: PurchaseContract
@Nullable public String getPurchaseContractItem()
Original property name from the Odata EDM: PurchaseContractItem
@Nullable public String getConditionRecord()
Original property name from the Odata EDM: ConditionRecord
@Nullable public String getConditionSequentialNumber()
Original property name from the Odata EDM: ConditionSequentialNumber
@Nullable public LocalDateTime getConditionValidityEndDate()
Original property name from the Odata EDM: ConditionValidityEndDate
@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
@Nullable public BigDecimal getConditionRateValue()
Original property name from the Odata EDM: ConditionRateValue
@Nullable public String getConditionRateValueUnit()
Original property name from the Odata EDM: ConditionRateValueUnit
@Nullable public BigDecimal getConditionRateRatio()
Original property name from the Odata EDM: ConditionRateRatio
@Nullable public String getConditionRateRatioUnit()
Original property name from the Odata EDM: ConditionRateRatioUnit
@Nullable public BigDecimal getConditionRateAmount()
Original property name from the Odata EDM: ConditionRateAmount
@Nullable public String getConditionCurrency()
Original property name from the Odata EDM: ConditionCurrency
@Nullable public Boolean getConditionScaleIsDeleted()
Original property name from the Odata EDM: ConditionScaleIsDeleted
@Nullable public String getPricingScaleType()
Original property name from the Odata EDM: PricingScaleType
@Nullable public BigDecimal getConditionQuantity()
Original property name from the Odata EDM: ConditionQuantity
@Nullable public String getConditionQuantityUnit()
Original property name from the Odata EDM: ConditionQuantityUnit
@Nonnull public String toString()
toString
in class VdmObject<PurContrItmCndnScales>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<PurContrItmCndnScales>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<PurContrItmCndnScales>
public int hashCode()
hashCode
in class VdmEntity<PurContrItmCndnScales>
Copyright © 2022 SAP SE. All rights reserved.