Class CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder
- Enclosing class:
- CntrlSupplierQuotationItem
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3build()centralRequestForQuotation(String centralRequestForQuotation) Constraints: Not nullable, Maximum length: 10centralRequestForQuotationItem(String centralRequestForQuotationItem) Constraints: Not nullable, Maximum length: 5Navigation property _CentralSupplierQuotation for CntrlSupplierQuotationItem to single CentralSupplierQuotation.centralSupplierQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10centralSupplierQuotationItem(String centralSupplierQuotationItem) (Key Field) Constraints: Not nullable, Maximum length: 5Navigation property _CntrlSuplrQuotationItemDistr for CntrlSupplierQuotationItem to multiple CntrlSuplrQuotationItemDistr.Navigation property _CntrlSupplierQtanItemPricing for CntrlSupplierQuotationItem to multiple CntrlSupplierQtanItemPricing.documentCurrency(String documentCurrency) Constraints: Not nullable, Maximum length: 3effectiveAmount(BigDecimal effectiveAmount) Constraints: Not nullable, Precision: 13, Scale: 0grossAmount(BigDecimal grossAmount) Constraints: Not nullable, Precision: 13, Scale: 0incotermsClassification(String incotermsClassification) Constraints: Not nullable, Maximum length: 3incotermsLocation1(String incotermsLocation1) Constraints: Not nullable, Maximum length: 70incotermsLocation2(String incotermsLocation2) Constraints: Not nullable, Maximum length: 70incotermsTransferLocation(String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28itemDeliveryAddressID(String itemDeliveryAddressID) Constraints: Not nullable, Maximum length: 10lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7manualDeliveryAddressID(String manualDeliveryAddressID) Constraints: Not nullable, Maximum length: 10manufacturer(String manufacturer) Constraints: Not nullable, Maximum length: 10manufacturerMaterial(String manufacturerMaterial) Constraints: Not nullable, Maximum length: 18manufacturerPartNmbr(String manufacturerPartNmbr) Constraints: Not nullable, Maximum length: 40materialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9netAmount(BigDecimal netAmount) Constraints: Not nullable, Precision: 13, Scale: 0netPriceAmount(BigDecimal netPriceAmount) Constraints: Not nullable, Precision: 11, Scale: 0netPriceQuantity(BigDecimal netPriceQuantity) Constraints: Not nullable, Precision: 5orderItemQtyToBaseQtyDnmntr(BigDecimal orderItemQtyToBaseQtyDnmntr) Constraints: Not nullable, Precision: 5orderItemQtyToBaseQtyNmrtr(BigDecimal orderItemQtyToBaseQtyNmrtr) Constraints: Not nullable, Precision: 5orderPriceUnit(String orderPriceUnit) Constraints: Not nullable, Maximum length: 3orderPriceUnitISOCode(String orderPriceUnitISOCode) Constraints: Not nullable, Maximum length: 3orderPriceUnitToOrderUnitNmrtr(BigDecimal orderPriceUnitToOrderUnitNmrtr) Constraints: Not nullable, Precision: 5orderQuantity(BigDecimal orderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3orderQuantityUnitISOCode(String orderQuantityUnitISOCode) Constraints: Not nullable, Maximum length: 3ordPriceUnitToOrderUnitDnmntr(BigDecimal ordPriceUnitToOrderUnitDnmntr) Constraints: Not nullable, Precision: 5performancePeriodEndDate(LocalDate performancePeriodEndDate) Constraints: NullableperformancePeriodStartDate(LocalDate performancePeriodStartDate) Constraints: NullableConstraints: Not nullable, Maximum length: 4productTypeCode(String productTypeCode) Constraints: Not nullable, Maximum length: 2purchaseRequisition(String purchaseRequisition) Constraints: Not nullable, Maximum length: 10purchaseRequisitionItem(String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5purchasingCentralMaterial(String purchasingCentralMaterial) Constraints: Not nullable, Maximum length: 18purchasingDocumentCategory(String purchasingDocumentCategory) Constraints: Not nullable, Maximum length: 1purchasingDocumentItemCategory(String purchasingDocumentItemCategory) Constraints: Not nullable, Maximum length: 1purchasingDocumentItemText(String purchasingDocumentItemText) Constraints: Not nullable, Maximum length: 40purgDocPriceDate(LocalDate purgDocPriceDate) Constraints: NullablereferenceDeliveryAddressID(String referenceDeliveryAddressID) Constraints: Not nullable, Maximum length: 10requirementTracking(String requirementTracking) Constraints: Not nullable, Maximum length: 10scheduleLineDeliveryDate(LocalDate scheduleLineDeliveryDate) Constraints: NullablescheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3supplierMaterialNumber(String supplierMaterialNumber) Constraints: Not nullable, Maximum length: 35toString()
-
Method Details
-
centralSupplierQuotation
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder centralSupplierQuotation(CentralSupplierQuotation value) Navigation property _CentralSupplierQuotation for CntrlSupplierQuotationItem to single CentralSupplierQuotation.- Parameters:
value- The CentralSupplierQuotation to build this CntrlSupplierQuotationItem with.- Returns:
- This Builder to allow for a fluent interface.
-
centralSupplierQuotation
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder centralSupplierQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CentralSupplierQuotation
- Parameters:
value- The centralSupplierQuotation to build this CntrlSupplierQuotationItem with.- Returns:
- This Builder to allow for a fluent interface.
-
cntrlSuplrQuotationItemDistr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder cntrlSuplrQuotationItemDistr(CntrlSuplrQuotationItemDistr... value) Navigation property _CntrlSuplrQuotationItemDistr for CntrlSupplierQuotationItem to multiple CntrlSuplrQuotationItemDistr.- Parameters:
value- The CntrlSuplrQuotationItemDistrs to build this CntrlSupplierQuotationItem with.- Returns:
- This Builder to allow for a fluent interface.
-
cntrlSupplierQtanItemPricing
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder cntrlSupplierQtanItemPricing(CntrlSupplierQtanItemPricing... value) Navigation property _CntrlSupplierQtanItemPricing for CntrlSupplierQuotationItem to multiple CntrlSupplierQtanItemPricing.- Parameters:
value- The CntrlSupplierQtanItemPricings to build this CntrlSupplierQuotationItem with.- Returns:
- This Builder to allow for a fluent interface.
-
centralSupplierQuotationItem
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder centralSupplierQuotationItem(@Nullable String centralSupplierQuotationItem) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: CentralSupplierQuotationItem
- Returns:
this.
-
purchasingDocumentCategory
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchasingDocumentCategory(@Nullable String purchasingDocumentCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PurchasingDocumentCategory
- Returns:
this.
-
purchasingDocumentItemText
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchasingDocumentItemText(@Nullable String purchasingDocumentItemText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PurchasingDocumentItemText
- Returns:
this.
-
purchasingCentralMaterial
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchasingCentralMaterial(@Nullable String purchasingCentralMaterial) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: PurchasingCentralMaterial
- Returns:
this.
-
productTypeCode
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder productTypeCode(@Nullable String productTypeCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductTypeCode
- Returns:
this.
-
manufacturerMaterial
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder manufacturerMaterial(@Nullable String manufacturerMaterial) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ManufacturerMaterial
- Returns:
this.
-
supplierMaterialNumber
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder supplierMaterialNumber(@Nullable String supplierMaterialNumber) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SupplierMaterialNumber
- Returns:
this.
-
manufacturerPartNmbr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder manufacturerPartNmbr(@Nullable String manufacturerPartNmbr) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ManufacturerPartNmbr
- Returns:
this.
-
manufacturer
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder manufacturer(@Nullable String manufacturer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Manufacturer
- Returns:
this.
-
materialGroup
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder materialGroup(@Nullable String materialGroup) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
this.
-
plant
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
manualDeliveryAddressID
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder manualDeliveryAddressID(@Nullable String manualDeliveryAddressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ManualDeliveryAddressID
- Returns:
this.
-
referenceDeliveryAddressID
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder referenceDeliveryAddressID(@Nullable String referenceDeliveryAddressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReferenceDeliveryAddressID
- Returns:
this.
-
incotermsClassification
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder incotermsClassification(@Nullable String incotermsClassification) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
this.
-
incotermsTransferLocation
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Returns:
this.
-
incotermsLocation1
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder incotermsLocation1(@Nullable String incotermsLocation1) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Returns:
this.
-
incotermsLocation2
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder incotermsLocation2(@Nullable String incotermsLocation2) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Returns:
this.
-
requirementTracking
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder requirementTracking(@Nullable String requirementTracking) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequirementTracking
- Returns:
this.
-
orderPriceUnit
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderPriceUnit(@Nullable String orderPriceUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderPriceUnit
- Returns:
this.
-
orderPriceUnitISOCode
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderPriceUnitISOCode(@Nullable String orderPriceUnitISOCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderPriceUnitISOCode
- Returns:
this.
-
orderPriceUnitToOrderUnitNmrtr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderPriceUnitToOrderUnitNmrtr(@Nullable BigDecimal orderPriceUnitToOrderUnitNmrtr) Constraints: Not nullable, Precision: 5Original property name from the Odata EDM: OrderPriceUnitToOrderUnitNmrtr
- Returns:
this.
-
ordPriceUnitToOrderUnitDnmntr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder ordPriceUnitToOrderUnitDnmntr(@Nullable BigDecimal ordPriceUnitToOrderUnitDnmntr) Constraints: Not nullable, Precision: 5Original property name from the Odata EDM: OrdPriceUnitToOrderUnitDnmntr
- Returns:
this.
-
scheduleLineOrderQuantity
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder scheduleLineOrderQuantity(@Nullable BigDecimal scheduleLineOrderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ScheduleLineOrderQuantity
- Returns:
this.
-
scheduleLineDeliveryDate
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder scheduleLineDeliveryDate(@Nullable LocalDate scheduleLineDeliveryDate) Constraints: NullableOriginal property name from the Odata EDM: ScheduleLineDeliveryDate
- Returns:
this.
-
performancePeriodStartDate
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder performancePeriodStartDate(@Nullable LocalDate performancePeriodStartDate) Constraints: NullableOriginal property name from the Odata EDM: PerformancePeriodStartDate
- Returns:
this.
-
performancePeriodEndDate
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder performancePeriodEndDate(@Nullable LocalDate performancePeriodEndDate) Constraints: NullableOriginal property name from the Odata EDM: PerformancePeriodEndDate
- Returns:
this.
-
orderQuantityUnit
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
orderQuantityUnitISOCode
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderQuantityUnitISOCode(@Nullable String orderQuantityUnitISOCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnitISOCode
- Returns:
this.
-
orderItemQtyToBaseQtyNmrtr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderItemQtyToBaseQtyNmrtr(@Nullable BigDecimal orderItemQtyToBaseQtyNmrtr) Constraints: Not nullable, Precision: 5Original property name from the Odata EDM: OrderItemQtyToBaseQtyNmrtr
- Returns:
this.
-
orderItemQtyToBaseQtyDnmntr
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderItemQtyToBaseQtyDnmntr(@Nullable BigDecimal orderItemQtyToBaseQtyDnmntr) Constraints: Not nullable, Precision: 5Original property name from the Odata EDM: OrderItemQtyToBaseQtyDnmntr
- Returns:
this.
-
orderQuantity
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder orderQuantity(@Nullable BigDecimal orderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: OrderQuantity
- Returns:
this.
-
purgDocPriceDate
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purgDocPriceDate(@Nullable LocalDate purgDocPriceDate) Constraints: NullableOriginal property name from the Odata EDM: PurgDocPriceDate
- Returns:
this.
-
baseUnit
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder baseUnit(@Nullable String baseUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
netAmount
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder netAmount(@Nullable BigDecimal netAmount) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: NetAmount
- Returns:
this.
-
grossAmount
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder grossAmount(@Nullable BigDecimal grossAmount) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: GrossAmount
- Returns:
this.
-
effectiveAmount
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder effectiveAmount(@Nullable BigDecimal effectiveAmount) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: EffectiveAmount
- Returns:
this.
-
netPriceAmount
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder netPriceAmount(@Nullable BigDecimal netPriceAmount) Constraints: Not nullable, Precision: 11, Scale: 0Original property name from the Odata EDM: NetPriceAmount
- Returns:
this.
-
netPriceQuantity
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder netPriceQuantity(@Nullable BigDecimal netPriceQuantity) Constraints: Not nullable, Precision: 5Original property name from the Odata EDM: NetPriceQuantity
- Returns:
this.
-
addressID
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder addressID(@Nullable String addressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
itemDeliveryAddressID
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder itemDeliveryAddressID(@Nullable String itemDeliveryAddressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ItemDeliveryAddressID
- Returns:
this.
-
documentCurrency
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder documentCurrency(@Nullable String documentCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentCurrency
- Returns:
this.
-
purchaseRequisition
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchaseRequisition(@Nullable String purchaseRequisition) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseRequisition
- Returns:
this.
-
purchaseRequisitionItem
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchaseRequisitionItem(@Nullable String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseRequisitionItem
- Returns:
this.
-
centralRequestForQuotation
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder centralRequestForQuotation(@Nullable String centralRequestForQuotation) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CentralRequestForQuotation
- Returns:
this.
-
centralRequestForQuotationItem
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder centralRequestForQuotationItem(@Nullable String centralRequestForQuotationItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: CentralRequestForQuotationItem
- Returns:
this.
-
purchasingDocumentItemCategory
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder purchasingDocumentItemCategory(@Nullable String purchasingDocumentItemCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PurchasingDocumentItemCategory
- Returns:
this.
-
lastChangeDateTime
@Nonnull public CntrlSupplierQuotationItem.CntrlSupplierQuotationItemBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-