Class SupplierConfirmationLine.SupplierConfirmationLineBuilder
- Enclosing class:
- SupplierConfirmationLine
-
Method Summary
Modifier and TypeMethodDescriptionbuild()confirmedQuantity(BigDecimal confirmedQuantity) Constraints: Not nullable, Precision: 13, Scale: 3delivDateCategory(String delivDateCategory) Constraints: Not nullable, Maximum length: 1deliveryDate(LocalDate deliveryDate) Constraints: NullabledeliveryTime(LocalTime deliveryTime) Constraints: Not nullabledocumentCurrency(String documentCurrency) Constraints: Not nullable, Maximum length: 3expectedOverallLimitAmount(BigDecimal expectedOverallLimitAmount) Constraints: Not nullable, Precision: 13, Scale: 0handoverDate(LocalDate handoverDate) Constraints: NullablehandoverTime(LocalTime handoverTime) Constraints: Not nullablemanufacturerMaterial(String manufacturerMaterial) Constraints: Not nullable, Maximum length: 18performancePeriodEndDate(LocalDate performancePeriodEndDate) Constraints: NullableperformancePeriodStartDate(LocalDate performancePeriodStartDate) Constraints: NullablepurchaseOrderQuantityUnit(String purchaseOrderQuantityUnit) Constraints: Not nullable, Maximum length: 3servicePerformer(String servicePerformer) Constraints: Not nullable, Maximum length: 10stockSegment(String stockSegment) Constraints: Not nullable, Maximum length: 40supplierConfirmation(String supplierConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10supplierConfirmationExtNumber(String supplierConfirmationExtNumber) Constraints: Not nullable, Maximum length: 35supplierConfirmationItem(String supplierConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 5Navigation property _SupplierConfirmationItemTP for SupplierConfirmationLine to single SupplierConfirmationItem.supplierConfirmationLine(String supplierConfirmationLine) (Key Field) Constraints: Not nullable, Maximum length: 4Navigation property _SupplierConfirmationTP for SupplierConfirmationLine to single SupplierConfirmation.toString()
-
Method Details
-
supplierConfirmationItemTP
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmationItemTP(SupplierConfirmationItem value) Navigation property _SupplierConfirmationItemTP for SupplierConfirmationLine to single SupplierConfirmationItem.- Parameters:
value- The SupplierConfirmationItem to build this SupplierConfirmationLine with.- Returns:
- This Builder to allow for a fluent interface.
-
supplierConfirmationTP
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmationTP(SupplierConfirmation value) Navigation property _SupplierConfirmationTP for SupplierConfirmationLine to single SupplierConfirmation.- Parameters:
value- The SupplierConfirmation to build this SupplierConfirmationLine with.- Returns:
- This Builder to allow for a fluent interface.
-
supplierConfirmation
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmation(@Nullable String supplierConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierConfirmation
- Returns:
this.
-
supplierConfirmationItem
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmationItem(@Nullable String supplierConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SupplierConfirmationItem
- Returns:
this.
-
supplierConfirmationLine
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmationLine(@Nullable String supplierConfirmationLine) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SupplierConfirmationLine
- Returns:
this.
-
deliveryDate
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder deliveryDate(@Nullable LocalDate deliveryDate) Constraints: NullableOriginal property name from the Odata EDM: DeliveryDate
- Returns:
this.
-
delivDateCategory
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder delivDateCategory(@Nullable String delivDateCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DelivDateCategory
- Returns:
this.
-
deliveryTime
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder deliveryTime(@Nullable LocalTime deliveryTime) Constraints: Not nullableOriginal property name from the Odata EDM: DeliveryTime
- Returns:
this.
-
confirmedQuantity
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder confirmedQuantity(@Nullable BigDecimal confirmedQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfirmedQuantity
- Returns:
this.
-
purchaseOrderQuantityUnit
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder purchaseOrderQuantityUnit(@Nullable String purchaseOrderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PurchaseOrderQuantityUnit
- Returns:
this.
-
supplierConfirmationExtNumber
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder supplierConfirmationExtNumber(@Nullable String supplierConfirmationExtNumber) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SupplierConfirmationExtNumber
- Returns:
this.
-
performancePeriodStartDate
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder performancePeriodStartDate(@Nullable LocalDate performancePeriodStartDate) Constraints: NullableOriginal property name from the Odata EDM: PerformancePeriodStartDate
- Returns:
this.
-
performancePeriodEndDate
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder performancePeriodEndDate(@Nullable LocalDate performancePeriodEndDate) Constraints: NullableOriginal property name from the Odata EDM: PerformancePeriodEndDate
- Returns:
this.
-
servicePerformer
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder servicePerformer(@Nullable String servicePerformer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServicePerformer
- Returns:
this.
-
expectedOverallLimitAmount
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder expectedOverallLimitAmount(@Nullable BigDecimal expectedOverallLimitAmount) Constraints: Not nullable, Precision: 13, Scale: 0Original property name from the Odata EDM: ExpectedOverallLimitAmount
- Returns:
this.
-
documentCurrency
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder documentCurrency(@Nullable String documentCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentCurrency
- Returns:
this.
-
manufacturerMaterial
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder manufacturerMaterial(@Nullable String manufacturerMaterial) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ManufacturerMaterial
- Returns:
this.
-
stockSegment
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder stockSegment(@Nullable String stockSegment) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StockSegment
- Returns:
this.
-
handoverDate
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder handoverDate(@Nullable LocalDate handoverDate) Constraints: NullableOriginal property name from the Odata EDM: HandoverDate
- Returns:
this.
-
handoverTime
@Nonnull public SupplierConfirmationLine.SupplierConfirmationLineBuilder handoverTime(@Nullable LocalTime handoverTime) Constraints: Not nullableOriginal property name from the Odata EDM: HandoverTime
- Returns:
this.
-
build
-
toString
-