Class Batch.BatchBuilder
- Enclosing class:
- Batch
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10batchBySupplier(String batchBySupplier) Constraints: Not nullable, Maximum length: 15batchCharc(BatchCharc... value) Navigation property to_BatchCharc for Batch to multiple BatchCharc.batchClass(BatchClass value) Navigation property to_BatchClass for Batch to single BatchClass.batchExtWhseMgmtInternalId(UUID batchExtWhseMgmtInternalId) Constraints: nonebatchIdentifyingPlant(String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4batchIsMarkedForDeletion(Boolean batchIsMarkedForDeletion) Constraints: nonebatchPlant(BatchPlant... value) Navigation property to_BatchPlant for Batch to multiple BatchPlant.Navigation property to_BatchText for Batch to multiple BatchText.build()countryOfOrigin(String countryOfOrigin) Constraints: Not nullable, Maximum length: 3creationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 7freeDefinedDate1(LocalDateTime freeDefinedDate1) Constraints: Not nullable, Precision: 0freeDefinedDate2(LocalDateTime freeDefinedDate2) Constraints: Not nullable, Precision: 0freeDefinedDate3(LocalDateTime freeDefinedDate3) Constraints: Not nullable, Precision: 0freeDefinedDate4(LocalDateTime freeDefinedDate4) Constraints: Not nullable, Precision: 0freeDefinedDate5(LocalDateTime freeDefinedDate5) Constraints: Not nullable, Precision: 0freeDefinedDate6(LocalDateTime freeDefinedDate6) Constraints: Not nullable, Precision: 0lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7manufactureDate(LocalDateTime manufactureDate) Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 18matlBatchAvailabilityDate(LocalDateTime matlBatchAvailabilityDate) Constraints: Not nullable, Precision: 0matlBatchIsInRstrcdUseStock(Boolean matlBatchIsInRstrcdUseStock) Constraints: noneregionOfOrigin(String regionOfOrigin) Constraints: Not nullable, Maximum length: 3shelfLifeExpirationDate(LocalDateTime shelfLifeExpirationDate) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
batchCharc
Navigation property to_BatchCharc for Batch to multiple BatchCharc.- Parameters:
value- The BatchCharcs to build this Batch with.- Returns:
- This Builder to allow for a fluent interface.
-
batchClass
Navigation property to_BatchClass for Batch to single BatchClass.- Parameters:
value- The BatchClass to build this Batch with.- Returns:
- This Builder to allow for a fluent interface.
-
batchPlant
Navigation property to_BatchPlant for Batch to multiple BatchPlant.- Parameters:
value- The BatchPlants to build this Batch with.- Returns:
- This Builder to allow for a fluent interface.
-
batchText
Navigation property to_BatchText for Batch to multiple BatchText.- Parameters:
value- The BatchTexts to build this Batch with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
batchIdentifyingPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BatchIdentifyingPlant
- Returns:
this.
-
batch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
this.
-
batchIsMarkedForDeletion
@Nonnull public Batch.BatchBuilder batchIsMarkedForDeletion(@Nullable Boolean batchIsMarkedForDeletion) Constraints: noneOriginal property name from the Odata EDM: BatchIsMarkedForDeletion
- Returns:
this.
-
matlBatchIsInRstrcdUseStock
@Nonnull public Batch.BatchBuilder matlBatchIsInRstrcdUseStock(@Nullable Boolean matlBatchIsInRstrcdUseStock) Constraints: noneOriginal property name from the Odata EDM: MatlBatchIsInRstrcdUseStock
- Returns:
this.
-
supplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
batchBySupplier
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BatchBySupplier
- Returns:
this.
-
countryOfOrigin
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CountryOfOrigin
- Returns:
this.
-
regionOfOrigin
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RegionOfOrigin
- Returns:
this.
-
matlBatchAvailabilityDate
@Nonnull public Batch.BatchBuilder matlBatchAvailabilityDate(@Nullable LocalDateTime matlBatchAvailabilityDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MatlBatchAvailabilityDate
- Returns:
this.
-
shelfLifeExpirationDate
@Nonnull public Batch.BatchBuilder shelfLifeExpirationDate(@Nullable LocalDateTime shelfLifeExpirationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ShelfLifeExpirationDate
- Returns:
this.
-
manufactureDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ManufactureDate
- Returns:
this.
-
freeDefinedDate1
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate1
- Returns:
this.
-
freeDefinedDate2
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate2
- Returns:
this.
-
freeDefinedDate3
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate3
- Returns:
this.
-
freeDefinedDate4
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate4
- Returns:
this.
-
freeDefinedDate5
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate5
- Returns:
this.
-
freeDefinedDate6
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: FreeDefinedDate6
- Returns:
this.
-
creationDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangeDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
batchExtWhseMgmtInternalId
@Nonnull public Batch.BatchBuilder batchExtWhseMgmtInternalId(@Nullable UUID batchExtWhseMgmtInternalId) Constraints: noneOriginal property name from the Odata EDM: BatchExtWhseMgmtInternalId
- Returns:
this.
-
build
-
toString
-