Class BatchCharcValue.BatchCharcValueBuilder
- Enclosing class:
- BatchCharcValue
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10batchCharc(BatchCharc value) Navigation property to_BatchCharc for BatchCharcValue to single BatchCharc.batchIdentifyingPlant(String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4build()characteristicAuthor(String characteristicAuthor) Constraints: Not nullable, Maximum length: 1charcFromAmount(BigDecimal charcFromAmount) Constraints: Not nullable, Precision: 23, Scale: 3charcFromDate(LocalDateTime charcFromDate) Constraints: Not nullable, Precision: 0charcFromDecimalValue(BigDecimal charcFromDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14charcFromNumericValue(Double charcFromNumericValue) Constraints: nonecharcFromNumericValueUnit(String charcFromNumericValueUnit) Constraints: Not nullable, Maximum length: 3charcFromTime(LocalTime charcFromTime) Constraints: Not nullable, Precision: 0charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10charcToAmount(BigDecimal charcToAmount) Constraints: Not nullable, Precision: 23, Scale: 3charcToDate(LocalDateTime charcToDate) Constraints: Not nullable, Precision: 0charcToDecimalValue(BigDecimal charcToDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14charcToNumericValue(Double charcToNumericValue) Constraints: nonecharcToNumericValueUnit(String charcToNumericValueUnit) Constraints: Not nullable, Maximum length: 3charcToTime(LocalTime charcToTime) Constraints: Not nullable, Precision: 0charcValue(String charcValue) Constraints: Not nullable, Maximum length: 70charcValueDependency(String charcValueDependency) Constraints: Not nullable, Maximum length: 1charcValuePositionNumber(String charcValuePositionNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 5lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 18toString()
-
Method Details
-
batchCharc
Navigation property to_BatchCharc for BatchCharcValue to single BatchCharc.- Parameters:
value- The BatchCharc to build this BatchCharcValue 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
@Nonnull public BatchCharcValue.BatchCharcValueBuilder batchIdentifyingPlant(@Nullable String 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.
-
charcInternalID
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcInternalID(@Nullable String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
charcValuePositionNumber
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcValuePositionNumber(@Nullable String charcValuePositionNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcValuePositionNumber
- Returns:
this.
-
charcValueDependency
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcValueDependency(@Nullable String charcValueDependency) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharcValueDependency
- Returns:
this.
-
charcValue
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: CharcValue
- Returns:
this.
-
charcFromNumericValue
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromNumericValue(@Nullable Double charcFromNumericValue) Constraints: noneOriginal property name from the Odata EDM: CharcFromNumericValue
- Returns:
this.
-
charcFromNumericValueUnit
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromNumericValueUnit(@Nullable String charcFromNumericValueUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcFromNumericValueUnit
- Returns:
this.
-
charcToNumericValue
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToNumericValue(@Nullable Double charcToNumericValue) Constraints: noneOriginal property name from the Odata EDM: CharcToNumericValue
- Returns:
this.
-
charcToNumericValueUnit
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToNumericValueUnit(@Nullable String charcToNumericValueUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CharcToNumericValueUnit
- Returns:
this.
-
charcFromDecimalValue
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: CharcFromDecimalValue
- Returns:
this.
-
charcToDecimalValue
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToDecimalValue(@Nullable BigDecimal charcToDecimalValue) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: CharcToDecimalValue
- Returns:
this.
-
charcFromAmount
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromAmount(@Nullable BigDecimal charcFromAmount) Constraints: Not nullable, Precision: 23, Scale: 3Original property name from the Odata EDM: CharcFromAmount
- Returns:
this.
-
charcToAmount
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToAmount(@Nullable BigDecimal charcToAmount) Constraints: Not nullable, Precision: 23, Scale: 3Original property name from the Odata EDM: CharcToAmount
- Returns:
this.
-
currency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Currency
- Returns:
this.
-
charcFromDate
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromDate(@Nullable LocalDateTime charcFromDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcFromDate
- Returns:
this.
-
charcToDate
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToDate(@Nullable LocalDateTime charcToDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcToDate
- Returns:
this.
-
charcFromTime
@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromTime(@Nullable LocalTime charcFromTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcFromTime
- Returns:
this.
-
charcToTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcToTime
- Returns:
this.
-
characteristicAuthor
@Nonnull public BatchCharcValue.BatchCharcValueBuilder characteristicAuthor(@Nullable String characteristicAuthor) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharacteristicAuthor
- Returns:
this.
-
lastChangeDateTime
@Nonnull public BatchCharcValue.BatchCharcValueBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-