Class SupplierQuotationItem
Original entity name from the Odata EDM: A_SupplierQuotationItemType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SupplierQuotationItem instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupplierQuotationItemSelectableSelector for all available fields of SupplierQuotationItem.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the AwardedQuantity field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the BaseUnit field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the DocumentCurrency field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the IncotermsClassification field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the IncotermsLocation1 field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the IncotermsLocation2 field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the IncotermsTransferLocation field to query operations.static final SupplierQuotationItemField<Boolean>Use with available fluent helpers to apply the IsInfoRecordUpdated field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the Manufacturer field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the ManufacturerMaterial field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the ManufacturerPartNmbr field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the Material field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the MaterialGroup field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the NetAmount field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the NetPriceAmount field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the NetPriceQuantity field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the OrdPriceUnitToOrderUnitDnmntr field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the OrderItemQtyToBaseQtyDnmntr field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the OrderItemQtyToBaseQtyNmrtr field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the OrderPriceUnit field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the OrderPriceUnitToOrderUnitNmrtr field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.static final SupplierQuotationItemField<LocalDateTime>Use with available fluent helpers to apply the PerformancePeriodEndDate field to query operations.static final SupplierQuotationItemField<LocalDateTime>Use with available fluent helpers to apply the PerformancePeriodStartDate field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the Plant field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the ProductType field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the PurchaseRequisition field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the PurchaseRequisitionItem field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the PurchasingDocumentCategory field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the PurchasingDocumentItemText field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the PurchasingInfoRecord field to query operations.static final SupplierQuotationItemField<LocalDateTime>Use with available fluent helpers to apply the PurgDocPriceDate field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the RequestForQuotation field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the RequestForQuotationItem field to query operations.static final SupplierQuotationItemField<LocalDateTime>Use with available fluent helpers to apply the ScheduleLineDeliveryDate field to query operations.static final SupplierQuotationItemField<BigDecimal>Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the SupplierMaterialNumber field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the SupplierQuotation field to query operations.static final SupplierQuotationItemField<String>Use with available fluent helpers to apply the SupplierQuotationItem field to query operations.static final SupplierQuotationItemOneToOneLink<SupplierQuotation>Use with available fluent helpers to apply the to_SupplierQuotation navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSupplierQuotationItem(String supplierQuotation, String supplierQuotationItem, String purchasingDocumentCategory, String purchasingDocumentItemText, String material, String manufacturerMaterial, String supplierMaterialNumber, String manufacturerPartNmbr, String manufacturer, String materialGroup, String plant, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, LocalDateTime scheduleLineDeliveryDate, BigDecimal scheduleLineOrderQuantity, BigDecimal awardedQuantity, String orderPriceUnit, String productType, LocalDateTime performancePeriodStartDate, LocalDateTime performancePeriodEndDate, BigDecimal orderPriceUnitToOrderUnitNmrtr, BigDecimal ordPriceUnitToOrderUnitDnmntr, String orderQuantityUnit, BigDecimal orderItemQtyToBaseQtyNmrtr, BigDecimal orderItemQtyToBaseQtyDnmntr, LocalDateTime purgDocPriceDate, String baseUnit, BigDecimal netAmount, BigDecimal netPriceAmount, BigDecimal netPriceQuantity, String documentCurrency, String purchaseRequisition, String purchaseRequisitionItem, String requestForQuotation, String requestForQuotationItem, Boolean isInfoRecordUpdated, String purchasingInfoRecord, SupplierQuotation toSupplierQuotation) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanFetches the SupplierQuotation entity (one to one) associated with this entity.static <T,DomainT>
SupplierQuotationItemField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SupplierQuotationItemField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 3protected StringConstraints: Not nullable, Maximum length: 5protected StringConstraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 70Constraints: Not nullable, Maximum length: 70Constraints: Not nullable, Maximum length: 28Constraints: nonegetKey()Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 9Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Precision: 11, Scale: 3Constraints: Not nullable, Precision: 5, Scale: 0Constraints: Not nullable, Precision: 5, Scale: 0Constraints: Not nullable, Precision: 5, Scale: 0Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 5, Scale: 0Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 5, Scale: 0Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0getPlant()Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 35(Key Field) Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<SupplierQuotation>Retrieval of associated SupplierQuotation entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 5Retrieval of associated SupplierQuotation entity (one to one).getType()inthashCode()voidsetAwardedQuantity(BigDecimal awardedQuantity) Constraints: Not nullable, Precision: 13, Scale: 3voidsetBaseUnit(String baseUnit) Constraints: Not nullable, Maximum length: 3voidsetDocumentCurrency(String documentCurrency) Constraints: Not nullable, Maximum length: 5voidsetIncotermsClassification(String incotermsClassification) Constraints: Not nullable, Maximum length: 3voidsetIncotermsLocation1(String incotermsLocation1) Constraints: Not nullable, Maximum length: 70voidsetIncotermsLocation2(String incotermsLocation2) Constraints: Not nullable, Maximum length: 70voidsetIncotermsTransferLocation(String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28voidsetIsInfoRecordUpdated(Boolean isInfoRecordUpdated) Constraints: nonevoidsetManufacturer(String manufacturer) Constraints: Not nullable, Maximum length: 10voidsetManufacturerMaterial(String manufacturerMaterial) Constraints: Not nullable, Maximum length: 40voidsetManufacturerPartNmbr(String manufacturerPartNmbr) Constraints: Not nullable, Maximum length: 40voidsetMaterial(String material) Constraints: Not nullable, Maximum length: 40voidsetMaterialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9voidsetNetAmount(BigDecimal netAmount) Constraints: Not nullable, Precision: 13, Scale: 3voidsetNetPriceAmount(BigDecimal netPriceAmount) Constraints: Not nullable, Precision: 11, Scale: 3voidsetNetPriceQuantity(BigDecimal netPriceQuantity) Constraints: Not nullable, Precision: 5, Scale: 0voidsetOrderItemQtyToBaseQtyDnmntr(BigDecimal orderItemQtyToBaseQtyDnmntr) Constraints: Not nullable, Precision: 5, Scale: 0voidsetOrderItemQtyToBaseQtyNmrtr(BigDecimal orderItemQtyToBaseQtyNmrtr) Constraints: Not nullable, Precision: 5, Scale: 0voidsetOrderPriceUnit(String orderPriceUnit) Constraints: Not nullable, Maximum length: 3voidsetOrderPriceUnitToOrderUnitNmrtr(BigDecimal orderPriceUnitToOrderUnitNmrtr) Constraints: Not nullable, Precision: 5, Scale: 0voidsetOrderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3voidsetOrdPriceUnitToOrderUnitDnmntr(BigDecimal ordPriceUnitToOrderUnitDnmntr) Constraints: Not nullable, Precision: 5, Scale: 0voidsetPerformancePeriodEndDate(LocalDateTime performancePeriodEndDate) Constraints: Not nullable, Precision: 0voidsetPerformancePeriodStartDate(LocalDateTime performancePeriodStartDate) Constraints: Not nullable, Precision: 0voidConstraints: Not nullable, Maximum length: 4voidsetProductType(String productType) Constraints: Not nullable, Maximum length: 2voidsetPurchaseRequisition(String purchaseRequisition) Constraints: Not nullable, Maximum length: 10voidsetPurchaseRequisitionItem(String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5voidsetPurchasingDocumentCategory(String purchasingDocumentCategory) Constraints: Not nullable, Maximum length: 1voidsetPurchasingDocumentItemText(String purchasingDocumentItemText) Constraints: Not nullable, Maximum length: 40voidsetPurchasingInfoRecord(String purchasingInfoRecord) Constraints: Not nullable, Maximum length: 10voidsetPurgDocPriceDate(LocalDateTime purgDocPriceDate) Constraints: Not nullable, Precision: 0voidsetRequestForQuotation(String requestForQuotation) Constraints: Not nullable, Maximum length: 10voidsetRequestForQuotationItem(String requestForQuotationItem) Constraints: Not nullable, Maximum length: 5voidsetScheduleLineDeliveryDate(LocalDateTime scheduleLineDeliveryDate) Constraints: Not nullable, Precision: 0voidsetScheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplierMaterialNumber(String supplierMaterialNumber) Constraints: Not nullable, Maximum length: 35voidOverwrites the associated SupplierQuotation entity for the loaded navigation property to_SupplierQuotation.voidsetSupplierQuotation(String supplierQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSupplierQuotationItem(String supplierQuotationItem) (Key Field) Constraints: Not nullable, Maximum length: 5toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SupplierQuotationItem. -
SUPPLIER_QUOTATION
Use with available fluent helpers to apply the SupplierQuotation field to query operations. -
SUPPLIER_QUOTATION_ITEM
Use with available fluent helpers to apply the SupplierQuotationItem field to query operations. -
PURCHASING_DOCUMENT_CATEGORY
Use with available fluent helpers to apply the PurchasingDocumentCategory field to query operations. -
PURCHASING_DOCUMENT_ITEM_TEXT
Use with available fluent helpers to apply the PurchasingDocumentItemText field to query operations. -
MATERIAL
Use with available fluent helpers to apply the Material field to query operations. -
MANUFACTURER_MATERIAL
Use with available fluent helpers to apply the ManufacturerMaterial field to query operations. -
SUPPLIER_MATERIAL_NUMBER
Use with available fluent helpers to apply the SupplierMaterialNumber field to query operations. -
MANUFACTURER_PART_NMBR
Use with available fluent helpers to apply the ManufacturerPartNmbr field to query operations. -
MANUFACTURER
Use with available fluent helpers to apply the Manufacturer field to query operations. -
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
INCOTERMS_CLASSIFICATION
Use with available fluent helpers to apply the IncotermsClassification field to query operations. -
INCOTERMS_TRANSFER_LOCATION
Use with available fluent helpers to apply the IncotermsTransferLocation field to query operations. -
INCOTERMS_LOCATION1
Use with available fluent helpers to apply the IncotermsLocation1 field to query operations. -
INCOTERMS_LOCATION2
Use with available fluent helpers to apply the IncotermsLocation2 field to query operations. -
SCHEDULE_LINE_DELIVERY_DATE
Use with available fluent helpers to apply the ScheduleLineDeliveryDate field to query operations. -
SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations. -
AWARDED_QUANTITY
Use with available fluent helpers to apply the AwardedQuantity field to query operations. -
ORDER_PRICE_UNIT
Use with available fluent helpers to apply the OrderPriceUnit field to query operations. -
PRODUCT_TYPE
Use with available fluent helpers to apply the ProductType field to query operations. -
PERFORMANCE_PERIOD_START_DATE
Use with available fluent helpers to apply the PerformancePeriodStartDate field to query operations. -
PERFORMANCE_PERIOD_END_DATE
Use with available fluent helpers to apply the PerformancePeriodEndDate field to query operations. -
ORDER_PRICE_UNIT_TO_ORDER_UNIT_NMRTR
Use with available fluent helpers to apply the OrderPriceUnitToOrderUnitNmrtr field to query operations. -
ORD_PRICE_UNIT_TO_ORDER_UNIT_DNMNTR
Use with available fluent helpers to apply the OrdPriceUnitToOrderUnitDnmntr field to query operations. -
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations. -
ORDER_ITEM_QTY_TO_BASE_QTY_NMRTR
Use with available fluent helpers to apply the OrderItemQtyToBaseQtyNmrtr field to query operations. -
ORDER_ITEM_QTY_TO_BASE_QTY_DNMNTR
Use with available fluent helpers to apply the OrderItemQtyToBaseQtyDnmntr field to query operations. -
PURG_DOC_PRICE_DATE
Use with available fluent helpers to apply the PurgDocPriceDate field to query operations. -
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations. -
NET_AMOUNT
Use with available fluent helpers to apply the NetAmount field to query operations. -
NET_PRICE_AMOUNT
Use with available fluent helpers to apply the NetPriceAmount field to query operations. -
NET_PRICE_QUANTITY
Use with available fluent helpers to apply the NetPriceQuantity field to query operations. -
DOCUMENT_CURRENCY
Use with available fluent helpers to apply the DocumentCurrency field to query operations. -
PURCHASE_REQUISITION
Use with available fluent helpers to apply the PurchaseRequisition field to query operations. -
PURCHASE_REQUISITION_ITEM
Use with available fluent helpers to apply the PurchaseRequisitionItem field to query operations. -
REQUEST_FOR_QUOTATION
Use with available fluent helpers to apply the RequestForQuotation field to query operations. -
REQUEST_FOR_QUOTATION_ITEM
Use with available fluent helpers to apply the RequestForQuotationItem field to query operations. -
IS_INFO_RECORD_UPDATED
Use with available fluent helpers to apply the IsInfoRecordUpdated field to query operations. -
PURCHASING_INFO_RECORD
Use with available fluent helpers to apply the PurchasingInfoRecord field to query operations. -
TO_SUPPLIER_QUOTATION
Use with available fluent helpers to apply the to_SupplierQuotation navigation property to query operations.
-
-
Constructor Details
-
SupplierQuotationItem
public SupplierQuotationItem() -
SupplierQuotationItem
public SupplierQuotationItem(@Nullable String supplierQuotation, @Nullable String supplierQuotationItem, @Nullable String purchasingDocumentCategory, @Nullable String purchasingDocumentItemText, @Nullable String material, @Nullable String manufacturerMaterial, @Nullable String supplierMaterialNumber, @Nullable String manufacturerPartNmbr, @Nullable String manufacturer, @Nullable String materialGroup, @Nullable String plant, @Nullable String incotermsClassification, @Nullable String incotermsTransferLocation, @Nullable String incotermsLocation1, @Nullable String incotermsLocation2, @Nullable LocalDateTime scheduleLineDeliveryDate, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable BigDecimal awardedQuantity, @Nullable String orderPriceUnit, @Nullable String productType, @Nullable LocalDateTime performancePeriodStartDate, @Nullable LocalDateTime performancePeriodEndDate, @Nullable BigDecimal orderPriceUnitToOrderUnitNmrtr, @Nullable BigDecimal ordPriceUnitToOrderUnitDnmntr, @Nullable String orderQuantityUnit, @Nullable BigDecimal orderItemQtyToBaseQtyNmrtr, @Nullable BigDecimal orderItemQtyToBaseQtyDnmntr, @Nullable LocalDateTime purgDocPriceDate, @Nullable String baseUnit, @Nullable BigDecimal netAmount, @Nullable BigDecimal netPriceAmount, @Nullable BigDecimal netPriceQuantity, @Nullable String documentCurrency, @Nullable String purchaseRequisition, @Nullable String purchaseRequisitionItem, @Nullable String requestForQuotation, @Nullable String requestForQuotationItem, @Nullable Boolean isInfoRecordUpdated, @Nullable String purchasingInfoRecord, @Nullable SupplierQuotation toSupplierQuotation)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SupplierQuotationItem>
-
setSupplierQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierQuotation
- Parameters:
supplierQuotation- Purchasing Document Number
-
setSupplierQuotationItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SupplierQuotationItem
- Parameters:
supplierQuotationItem- Item Number of Supplier Quotation
-
setPurchasingDocumentCategory
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PurchasingDocumentCategory
- Parameters:
purchasingDocumentCategory- Purchasing Document Category
-
setPurchasingDocumentItemText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PurchasingDocumentItemText
- Parameters:
purchasingDocumentItemText- Short Text
-
setMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Parameters:
material- Material Number
-
setManufacturerMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ManufacturerMaterial
- Parameters:
manufacturerMaterial- Material number
-
setSupplierMaterialNumber
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SupplierMaterialNumber
- Parameters:
supplierMaterialNumber- Material Number Used by Supplier
-
setManufacturerPartNmbr
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ManufacturerPartNmbr
- Parameters:
manufacturerPartNmbr- Manufacturer Part Number
-
setManufacturer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Manufacturer
- Parameters:
manufacturer- Number of a Manufacturer
-
setMaterialGroup
Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Parameters:
materialGroup- Material Group
-
setPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setIncotermsClassification
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Parameters:
incotermsClassification- Incoterms (Part 1)
-
setIncotermsTransferLocation
Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Parameters:
incotermsTransferLocation- Incoterms (Part 2)
-
setIncotermsLocation1
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Parameters:
incotermsLocation1- Incoterms Location 1
-
setIncotermsLocation2
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Parameters:
incotermsLocation2- Incoterms Location 2
-
setScheduleLineDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ScheduleLineDeliveryDate
- Parameters:
scheduleLineDeliveryDate- Delivery Date
-
setScheduleLineOrderQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ScheduleLineOrderQuantity
- Parameters:
scheduleLineOrderQuantity- Scheduled Quantity
-
setAwardedQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: AwardedQuantity
- Parameters:
awardedQuantity- Awarded Quantity
-
setOrderPriceUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderPriceUnit
- Parameters:
orderPriceUnit- Order Price Unit (Purchasing)
-
setProductType
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductType
- Parameters:
productType- Product Type Group
-
setPerformancePeriodStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PerformancePeriodStartDate
- Parameters:
performancePeriodStartDate- Start Date for Period of Performance
-
setPerformancePeriodEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PerformancePeriodEndDate
- Parameters:
performancePeriodEndDate- End Date for Period of Performance
-
setOrderPriceUnitToOrderUnitNmrtr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderPriceUnitToOrderUnitNmrtr
- Parameters:
orderPriceUnitToOrderUnitNmrtr- Numerator for Conversion of Order Price Unit into Order Unit
-
setOrdPriceUnitToOrderUnitDnmntr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrdPriceUnitToOrderUnitDnmntr
- Parameters:
ordPriceUnitToOrderUnitDnmntr- Denominator for Conv. of Order Price Unit into Order Unit
-
setOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Parameters:
orderQuantityUnit- Purchase Order Unit of Measure
-
setOrderItemQtyToBaseQtyNmrtr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderItemQtyToBaseQtyNmrtr
- Parameters:
orderItemQtyToBaseQtyNmrtr- Numerator for Conversion of Order Unit to Base Unit
-
setOrderItemQtyToBaseQtyDnmntr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderItemQtyToBaseQtyDnmntr
- Parameters:
orderItemQtyToBaseQtyDnmntr- Denominator for Conversion of Order Unit to Base Unit
-
setPurgDocPriceDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgDocPriceDate
- Parameters:
purgDocPriceDate- Date of Price Determination
-
setBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Parameters:
baseUnit- Base Unit of Measure
-
setNetAmount
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: NetAmount
- Parameters:
netAmount- Quotation Net Value
-
setNetPriceAmount
Constraints: Not nullable, Precision: 11, Scale: 3Original property name from the Odata EDM: NetPriceAmount
- Parameters:
netPriceAmount- Net Price in Purchasing Document (in Document Currency)
-
setNetPriceQuantity
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: NetPriceQuantity
- Parameters:
netPriceQuantity- Price Unit
-
setDocumentCurrency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DocumentCurrency
- Parameters:
documentCurrency- Currency Key
-
setPurchaseRequisition
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseRequisition
- Parameters:
purchaseRequisition- Purchase Requisition Number
-
setPurchaseRequisitionItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseRequisitionItem
- Parameters:
purchaseRequisitionItem- Item number of purchase requisition
-
setRequestForQuotation
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Parameters:
requestForQuotation- Identifier for Request for Quotation
-
setRequestForQuotationItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: RequestForQuotationItem
- Parameters:
requestForQuotationItem- Item Number for Request for Quotation
-
setIsInfoRecordUpdated
Constraints: noneOriginal property name from the Odata EDM: IsInfoRecordUpdated
- Parameters:
isInfoRecordUpdated- Indicator for Info Record Update
-
setPurchasingInfoRecord
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchasingInfoRecord
- Parameters:
purchasingInfoRecord- Number of purchasing info record
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SupplierQuotationItem>
-
getKey
- Overrides:
getKeyin classVdmObject<SupplierQuotationItem>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SupplierQuotationItem>
-
fromMap
- Overrides:
fromMapin classVdmObject<SupplierQuotationItem>
-
field
@Nonnull public static <T> SupplierQuotationItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> SupplierQuotationItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<SupplierQuotationItem>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SupplierQuotationItem>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SupplierQuotationItem>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SupplierQuotationItem>
-
fetchSupplierQuotation
Fetches the SupplierQuotation entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SupplierQuotation.Please note: This method will not cache or persist the query results.
- Returns:
- The single associated SupplierQuotation entity, or
nullif an entity is not associated. - Throws:
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.
-
getSupplierQuotationOrFetch
Retrieval of associated SupplierQuotation entity (one to one). This corresponds to the OData navigation property to_SupplierQuotation.If the navigation property to_SupplierQuotation of a queried SupplierQuotationItem 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.
- Returns:
- List of associated SupplierQuotation entity.
- Throws:
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.
-
getSupplierQuotationIfPresent
Retrieval of associated SupplierQuotation entity (one to one). This corresponds to the OData navigation property to_SupplierQuotation.If the navigation property for an entity SupplierQuotationItem has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_SupplierQuotation is already loaded, the result will
contain the SupplierQuotation entity. If not, an
Optionwith result stateemptyis returned.
-
setSupplierQuotation
Overwrites the associated SupplierQuotation entity for the loaded navigation property to_SupplierQuotation.- Parameters:
value- New SupplierQuotation entity.
-
builder
-
getSupplierQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierQuotation
- Returns:
- Purchasing Document Number
-
getSupplierQuotationItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SupplierQuotationItem
- Returns:
- Item Number of Supplier Quotation
-
getPurchasingDocumentCategory
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PurchasingDocumentCategory
- Returns:
- Purchasing Document Category
-
getPurchasingDocumentItemText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PurchasingDocumentItemText
- Returns:
- Short Text
-
getMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
- Material Number
-
getManufacturerMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ManufacturerMaterial
- Returns:
- Material number
-
getSupplierMaterialNumber
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SupplierMaterialNumber
- Returns:
- Material Number Used by Supplier
-
getManufacturerPartNmbr
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ManufacturerPartNmbr
- Returns:
- Manufacturer Part Number
-
getManufacturer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Manufacturer
- Returns:
- Number of a Manufacturer
-
getMaterialGroup
Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
- Material Group
-
getPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getIncotermsClassification
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
- Incoterms (Part 1)
-
getIncotermsTransferLocation
Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Returns:
- Incoterms (Part 2)
-
getIncotermsLocation1
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Returns:
- Incoterms Location 1
-
getIncotermsLocation2
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Returns:
- Incoterms Location 2
-
getScheduleLineDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ScheduleLineDeliveryDate
- Returns:
- Delivery Date
-
getScheduleLineOrderQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ScheduleLineOrderQuantity
- Returns:
- Scheduled Quantity
-
getAwardedQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: AwardedQuantity
- Returns:
- Awarded Quantity
-
getOrderPriceUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderPriceUnit
- Returns:
- Order Price Unit (Purchasing)
-
getProductType
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductType
- Returns:
- Product Type Group
-
getPerformancePeriodStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PerformancePeriodStartDate
- Returns:
- Start Date for Period of Performance
-
getPerformancePeriodEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PerformancePeriodEndDate
- Returns:
- End Date for Period of Performance
-
getOrderPriceUnitToOrderUnitNmrtr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderPriceUnitToOrderUnitNmrtr
- Returns:
- Numerator for Conversion of Order Price Unit into Order Unit
-
getOrdPriceUnitToOrderUnitDnmntr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrdPriceUnitToOrderUnitDnmntr
- Returns:
- Denominator for Conv. of Order Price Unit into Order Unit
-
getOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
- Purchase Order Unit of Measure
-
getOrderItemQtyToBaseQtyNmrtr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderItemQtyToBaseQtyNmrtr
- Returns:
- Numerator for Conversion of Order Unit to Base Unit
-
getOrderItemQtyToBaseQtyDnmntr
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: OrderItemQtyToBaseQtyDnmntr
- Returns:
- Denominator for Conversion of Order Unit to Base Unit
-
getPurgDocPriceDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgDocPriceDate
- Returns:
- Date of Price Determination
-
getBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
- Base Unit of Measure
-
getNetAmount
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: NetAmount
- Returns:
- Quotation Net Value
-
getNetPriceAmount
Constraints: Not nullable, Precision: 11, Scale: 3Original property name from the Odata EDM: NetPriceAmount
- Returns:
- Net Price in Purchasing Document (in Document Currency)
-
getNetPriceQuantity
Constraints: Not nullable, Precision: 5, Scale: 0Original property name from the Odata EDM: NetPriceQuantity
- Returns:
- Price Unit
-
getDocumentCurrency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DocumentCurrency
- Returns:
- Currency Key
-
getPurchaseRequisition
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseRequisition
- Returns:
- Purchase Requisition Number
-
getPurchaseRequisitionItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseRequisitionItem
- Returns:
- Item number of purchase requisition
-
getRequestForQuotation
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Returns:
- Identifier for Request for Quotation
-
getRequestForQuotationItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: RequestForQuotationItem
- Returns:
- Item Number for Request for Quotation
-
getIsInfoRecordUpdated
Constraints: noneOriginal property name from the Odata EDM: IsInfoRecordUpdated
- Returns:
- Indicator for Info Record Update
-
getPurchasingInfoRecord
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchasingInfoRecord
- Returns:
- Number of purchasing info record
-
toString
- Overrides:
toStringin classVdmObject<SupplierQuotationItem>
-
equals
- Overrides:
equalsin classVdmEntity<SupplierQuotationItem>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SupplierQuotationItem>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SupplierQuotationItem>
-