Class ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder
- Enclosing class:
- ProductionRoutingMatlAssgmt
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0changeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0lastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 18productionRouting(String productionRouting) (Key Field) Constraints: Not nullable, Maximum length: 2productionRoutingGroup(String productionRoutingGroup) (Key Field) Constraints: Not nullable, Maximum length: 8productionRoutingMatlAssgmt(String productionRoutingMatlAssgmt) (Key Field) Constraints: Not nullable, Maximum length: 7productionRtgMatlAssgmtIntVers(String productionRtgMatlAssgmtIntVers) (Key Field) Constraints: Not nullable, Maximum length: 8toString()validityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
product
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
plant
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder plant(@Nullable String plant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
productionRoutingGroup
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder productionRoutingGroup(@Nullable String productionRoutingGroup) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRoutingGroup
- Returns:
this.
-
productionRouting
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder productionRouting(@Nullable String productionRouting) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductionRouting
- Returns:
this.
-
productionRoutingMatlAssgmt
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder productionRoutingMatlAssgmt(@Nullable String productionRoutingMatlAssgmt) (Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: ProductionRoutingMatlAssgmt
- Returns:
this.
-
productionRtgMatlAssgmtIntVers
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder productionRtgMatlAssgmtIntVers(@Nullable String productionRtgMatlAssgmtIntVers) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRtgMatlAssgmtIntVers
- Returns:
this.
-
creationDate
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
createdByUser
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
validityStartDate
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
changeNumber
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder changeNumber(@Nullable String changeNumber) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
changedDateTime
@Nonnull public ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-