Class SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder
- Enclosing class:
- SrcgProjItemPaymentTerms
-
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: 10sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItemPaymentTerms to single SourcingProject.Navigation property _SourcingProjectItem for SrcgProjItemPaymentTerms to single SourcingProjectItem.sourcingProjectItemUUID(UUID sourcingProjectItemUUID) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjItemPaymentTermsUUID(UUID srcgProjItemPaymentTermsUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItemPaymentTerms to single SourcingProject.- Parameters:
value- The SourcingProject to build this SrcgProjItemPaymentTerms with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectItem
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingProjectItem(SourcingProjectItem value) Navigation property _SourcingProjectItem for SrcgProjItemPaymentTerms to single SourcingProjectItem.- Parameters:
value- The SourcingProjectItem to build this SrcgProjItemPaymentTerms with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjItemPaymentTermsUUID
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder srcgProjItemPaymentTermsUUID(@Nullable UUID srcgProjItemPaymentTermsUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjItemPaymentTermsUUID
- Returns:
this.
-
sourcingProjectItemUUID
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingProjectItemUUID(@Nullable UUID sourcingProjectItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
paymentTerms
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder paymentTerms(@Nullable String paymentTerms) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PaymentTerms
- Returns:
this.
-
cashDiscount1Days
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder cashDiscount1Days(@Nullable BigDecimal cashDiscount1Days) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: CashDiscount1Days
- Returns:
this.
-
cashDiscount2Days
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder cashDiscount2Days(@Nullable BigDecimal cashDiscount2Days) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: CashDiscount2Days
- Returns:
this.
-
cashDiscount1Percent
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder cashDiscount1Percent(@Nullable BigDecimal cashDiscount1Percent) Constraints: Not nullable, Precision: 5, Scale: 3Original property name from the Odata EDM: CashDiscount1Percent
- Returns:
this.
-
cashDiscount2Percent
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder cashDiscount2Percent(@Nullable BigDecimal cashDiscount2Percent) Constraints: Not nullable, Precision: 5, Scale: 3Original property name from the Odata EDM: CashDiscount2Percent
- Returns:
this.
-
netPaymentDays
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder netPaymentDays(@Nullable BigDecimal netPaymentDays) Constraints: Not nullable, Precision: 3Original property name from the Odata EDM: NetPaymentDays
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
sourcingOrigin
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SrcgProjItemPaymentTerms.SrcgProjItemPaymentTermsBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-