Class MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder
- Enclosing class:
- MasterRecipePhseCompAlloc
-
Method Summary
Modifier and TypeMethodDescriptionbillOfMaterial(String billOfMaterial) Constraints: Not nullable, Maximum length: 8billOfMaterialCategory(String billOfMaterialCategory) Constraints: Not nullable, Maximum length: 1billOfMaterialItemNodeNumber(String billOfMaterialItemNodeNumber) Constraints: Not nullable, Maximum length: 8billOfMaterialVariant(String billOfMaterialVariant) Constraints: Not nullable, Maximum length: 2build()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: 8masterRecipeOperationIntID(String masterRecipeOperationIntID) (Key Field) Constraints: Not nullable, Maximum length: 8matlCompIsMarkedForBackflush(Boolean matlCompIsMarkedForBackflush) Constraints: nonemstrRcpOpBOMItemInternalID(String mstrRcpOpBOMItemInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8mstrRcpOpBOMItemIntVersion(String mstrRcpOpBOMItemIntVersion) (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
-
masterRecipeGroup
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder masterRecipeGroup(@Nullable String masterRecipeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MasterRecipeGroup
- Returns:
this.
-
masterRecipe
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder masterRecipe(@Nullable String masterRecipe) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MasterRecipe
- Returns:
this.
-
masterRecipeOperationIntID
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder masterRecipeOperationIntID(@Nullable String masterRecipeOperationIntID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MasterRecipeOperationIntID
- Returns:
this.
-
mstrRcpOpBOMItemInternalID
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder mstrRcpOpBOMItemInternalID(@Nullable String mstrRcpOpBOMItemInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MstrRcpOpBOMItemInternalID
- Returns:
this.
-
mstrRcpOpBOMItemIntVersion
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder mstrRcpOpBOMItemIntVersion(@Nullable String mstrRcpOpBOMItemIntVersion) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MstrRcpOpBOMItemIntVersion
- Returns:
this.
-
billOfMaterialCategory
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder billOfMaterialCategory(@Nullable String billOfMaterialCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialCategory
- Returns:
this.
-
billOfMaterial
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder billOfMaterial(@Nullable String billOfMaterial) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillOfMaterial
- Returns:
this.
-
billOfMaterialVariant
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder billOfMaterialVariant(@Nullable String billOfMaterialVariant) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BillOfMaterialVariant
- Returns:
this.
-
billOfMaterialItemNodeNumber
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder billOfMaterialItemNodeNumber(@Nullable String billOfMaterialItemNodeNumber) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillOfMaterialItemNodeNumber
- Returns:
this.
-
matlCompIsMarkedForBackflush
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder matlCompIsMarkedForBackflush(@Nullable Boolean matlCompIsMarkedForBackflush) Constraints: noneOriginal property name from the Odata EDM: MatlCompIsMarkedForBackflush
- Returns:
this.
-
creationDate
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
createdByUser
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUser
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
validityStartDate
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
changeNumber
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder changeNumber(@Nullable String changeNumber) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
changedDateTime
@Nonnull public MasterRecipePhseCompAlloc.MasterRecipePhseCompAllocBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-