Class MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder
- Enclosing class:
- MBOMItmObjDpnAssignment
-
Method Summary
Modifier and TypeMethodDescriptionbillOfMaterial(MaterialBOM value) Navigation property to_BillOfMaterial for MBOMItmObjDpnAssignment to single MaterialBOM.billOfMaterial(String value) (Key Field) Constraints: Not nullable, Maximum length: 8billOfMaterialCategory(String billOfMaterialCategory) (Key Field) Constraints: Not nullable, Maximum length: 1Navigation property to_BillOfMaterialItem for MBOMItmObjDpnAssignment to single MaterialBOMItem.billOfMaterialItemNodeNumber(String billOfMaterialItemNodeNumber) (Key Field) Constraints: Not nullable, Maximum length: 8billOfMaterialVariant(String billOfMaterialVariant) (Key Field) Constraints: Not nullable, Maximum length: 2billOfMaterialVersion(String billOfMaterialVersion) (Key Field) Constraints: Not nullable, Maximum length: 4build()Constraints: noneheaderChangeDocument(String headerChangeDocument) (Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 40objDpnProcessingSequenceValue(String objDpnProcessingSequenceValue) Constraints: Not nullable, Maximum length: 4objectDependencyName(String objectDependencyName) (Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 4toString()Constraints: nonevalidityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
billOfMaterialItem
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterialItem(MaterialBOMItem value) Navigation property to_BillOfMaterialItem for MBOMItmObjDpnAssignment to single MaterialBOMItem.- Parameters:
value- The MaterialBOMItem to build this MBOMItmObjDpnAssignment with.- Returns:
- This Builder to allow for a fluent interface.
-
billOfMaterial
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterial(MaterialBOM value) Navigation property to_BillOfMaterial for MBOMItmObjDpnAssignment to single MaterialBOM.- Parameters:
value- The MaterialBOM to build this MBOMItmObjDpnAssignment with.- Returns:
- This Builder to allow for a fluent interface.
-
billOfMaterial
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillOfMaterial
- Parameters:
value- The billOfMaterial to build this MBOMItmObjDpnAssignment with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
billOfMaterialCategory
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterialCategory(@Nullable String billOfMaterialCategory) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialCategory
- Returns:
this.
-
billOfMaterialVariant
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterialVariant(@Nullable String billOfMaterialVariant) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BillOfMaterialVariant
- Returns:
this.
-
billOfMaterialVersion
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterialVersion(@Nullable String billOfMaterialVersion) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BillOfMaterialVersion
- Returns:
this.
-
headerChangeDocument
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder headerChangeDocument(@Nullable String headerChangeDocument) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: HeaderChangeDocument
- Returns:
this.
-
material
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder material(@Nullable String material) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
plant
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder plant(@Nullable String plant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
billOfMaterialItemNodeNumber
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder billOfMaterialItemNodeNumber(@Nullable String billOfMaterialItemNodeNumber) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillOfMaterialItemNodeNumber
- Returns:
this.
-
objectDependencyName
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder objectDependencyName(@Nullable String objectDependencyName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ObjectDependencyName
- Returns:
this.
-
objDpnProcessingSequenceValue
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder objDpnProcessingSequenceValue(@Nullable String objDpnProcessingSequenceValue) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ObjDpnProcessingSequenceValue
- Returns:
this.
-
validityStartDate
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public MBOMItmObjDpnAssignment.MBOMItmObjDpnAssignmentBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
build
-
toString
-