Class MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder
- Enclosing class:
- MasterRecipeMatlAssgmt
-
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: 12masterRecipe(String masterRecipe) (Key Field) Constraints: Not nullable, Maximum length: 2masterRecipeGroup(String masterRecipeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8masterRecipeMaterialAssignment(String masterRecipeMaterialAssignment) (Key Field) Constraints: Not nullable, Maximum length: 7mstrRcpMatlAssgmtIntVersion(String mstrRcpMatlAssgmtIntVersion) (Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 18toString()validityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
product
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
masterRecipeGroup
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder masterRecipeGroup(@Nullable String masterRecipeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MasterRecipeGroup
- Returns:
this.
-
masterRecipe
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder masterRecipe(@Nullable String masterRecipe) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MasterRecipe
- Returns:
this.
-
masterRecipeMaterialAssignment
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder masterRecipeMaterialAssignment(@Nullable String masterRecipeMaterialAssignment) (Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: MasterRecipeMaterialAssignment
- Returns:
this.
-
mstrRcpMatlAssgmtIntVersion
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder mstrRcpMatlAssgmtIntVersion(@Nullable String mstrRcpMatlAssgmtIntVersion) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MstrRcpMatlAssgmtIntVersion
- Returns:
this.
-
creationDate
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
createdByUser
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUser
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
validityStartDate
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
changeNumber
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder changeNumber(@Nullable String changeNumber) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
changedDateTime
@Nonnull public MasterRecipeMatlAssgmt.MasterRecipeMatlAssgmtBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-