Class SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder
- Enclosing class:
- SrcgProjQtnItemPaymentTerms
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cashDiscount1Days(BigDecimal cashDiscount1Days) Constraints: Not nullable, Precision: 3cashDiscount1Percent(BigDecimal cashDiscount1Percent) Constraints: Not nullable, Precision: 5, Scale: 3cashDiscount2Days(BigDecimal cashDiscount2Days) Constraints: Not nullable, Precision: 3cashDiscount2Percent(BigDecimal cashDiscount2Percent) Constraints: Not nullable, Precision: 5, Scale: 3companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4netPaymentDays(BigDecimal netPaymentDays) Constraints: Not nullable, Precision: 3paymentTerms(String paymentTerms) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 4procurementHubSourceSystem(String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Navigation property _SourcingProjectQuotation for SrcgProjQtnItemPaymentTerms to single SourcingProjectQuotation.sourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: Not nullableNavigation property _SrcgProjQtnAllowedPaytTrm for SrcgProjQtnItemPaymentTerms to multiple SrcgProjQtnAllowedPaytTrm.srcgProjQtnItemUUID(UUID srcgProjQtnItemUUID) Constraints: Not nullablesrcgProjQtnItmPaymentTermsUUID(UUID srcgProjQtnItmPaymentTermsUUID) (Key Field) Constraints: Not nullableNavigation property _SrcgProjQuotationItem for SrcgProjQtnItemPaymentTerms to single SrcgProjQtnItem.toString()
-
Method Details
-
sourcingProjectQuotation
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder sourcingProjectQuotation(SourcingProjectQuotation value) Navigation property _SourcingProjectQuotation for SrcgProjQtnItemPaymentTerms to single SourcingProjectQuotation.- Parameters:
value- The SourcingProjectQuotation to build this SrcgProjQtnItemPaymentTerms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnAllowedPaytTrm
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder srcgProjQtnAllowedPaytTrm(SrcgProjQtnAllowedPaytTrm... value) Navigation property _SrcgProjQtnAllowedPaytTrm for SrcgProjQtnItemPaymentTerms to multiple SrcgProjQtnAllowedPaytTrm.- Parameters:
value- The SrcgProjQtnAllowedPaytTrms to build this SrcgProjQtnItemPaymentTerms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQuotationItem
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder srcgProjQuotationItem(SrcgProjQtnItem value) Navigation property _SrcgProjQuotationItem for SrcgProjQtnItemPaymentTerms to single SrcgProjQtnItem.- Parameters:
value- The SrcgProjQtnItem to build this SrcgProjQtnItemPaymentTerms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnItmPaymentTermsUUID
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder srcgProjQtnItmPaymentTermsUUID(@Nullable UUID srcgProjQtnItmPaymentTermsUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItmPaymentTermsUUID
- Returns:
this.
-
sourcingProjectQuotationUUID
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder sourcingProjectQuotationUUID(@Nullable UUID sourcingProjectQuotationUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
this.
-
srcgProjQtnItemUUID
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder srcgProjQtnItemUUID(@Nullable UUID srcgProjQtnItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
paymentTerms
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder paymentTerms(@Nullable String paymentTerms) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PaymentTerms
- Returns:
this.
-
cashDiscount1Days
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder cashDiscount1Days(@Nullable BigDecimal cashDiscount1Days) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: CashDiscount1Days
- Returns:
this.
-
cashDiscount2Days
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder cashDiscount2Days(@Nullable BigDecimal cashDiscount2Days) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: CashDiscount2Days
- Returns:
this.
-
cashDiscount1Percent
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder cashDiscount1Percent(@Nullable BigDecimal cashDiscount1Percent) Constraints: Not nullable, Precision: 5, Scale: 3Original property name from the Odata EDM: CashDiscount1Percent
- Returns:
this.
-
cashDiscount2Percent
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder cashDiscount2Percent(@Nullable BigDecimal cashDiscount2Percent) Constraints: Not nullable, Precision: 5, Scale: 3Original property name from the Odata EDM: CashDiscount2Percent
- Returns:
this.
-
netPaymentDays
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder netPaymentDays(@Nullable BigDecimal netPaymentDays) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: NetPaymentDays
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjQtnItemPaymentTerms.SrcgProjQtnItemPaymentTermsBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
build
-
toString
-