Class MatlStkInAcctMod.MatlStkInAcctModBuilder
- Enclosing class:
- MatlStkInAcctMod
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10build()(Key Field) Constraints: Not nullable, Maximum length: 10inventorySpecialStockType(String inventorySpecialStockType) (Key Field) Constraints: Not nullable, Maximum length: 1inventoryStockType(String inventoryStockType) (Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 40materialBaseUnit(String materialBaseUnit) Constraints: Not nullable, Maximum length: 3materialStock(MaterialStock value) Navigation property to_MaterialStock for MatlStkInAcctMod to single MaterialStock.matlWrhsStkQtyInMatlBaseUnit(BigDecimal matlWrhsStkQtyInMatlBaseUnit) Constraints: Not nullable, Precision: 31, Scale: 14(Key Field) Constraints: Not nullable, Maximum length: 4sDDocument(String sDDocument) (Key Field) Constraints: Not nullable, Maximum length: 10sDDocumentItem(String sDDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6storageLocation(String storageLocation) (Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10toString()wBSElementInternalID(String wBSElementInternalID) (Key Field) Constraints: Not nullable, Maximum length: 24
-
Method Details
-
materialStock
Navigation property to_MaterialStock for MatlStkInAcctMod to single MaterialStock.- Parameters:
value- The MaterialStock to build this MatlStkInAcctMod with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
storageLocation
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder storageLocation(@Nullable String storageLocation) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageLocation
- Returns:
this.
-
batch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
this.
-
supplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
wBSElementInternalID
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder wBSElementInternalID(@Nullable String wBSElementInternalID) (Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElementInternalID
- Returns:
this.
-
sDDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SDDocument
- Returns:
this.
-
sDDocumentItem
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder sDDocumentItem(@Nullable String sDDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SDDocumentItem
- Returns:
this.
-
inventorySpecialStockType
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder inventorySpecialStockType(@Nullable String inventorySpecialStockType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InventorySpecialStockType
- Returns:
this.
-
inventoryStockType
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder inventoryStockType(@Nullable String inventoryStockType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InventoryStockType
- Returns:
this.
-
materialBaseUnit
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder materialBaseUnit(@Nullable String materialBaseUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MaterialBaseUnit
- Returns:
this.
-
matlWrhsStkQtyInMatlBaseUnit
@Nonnull public MatlStkInAcctMod.MatlStkInAcctModBuilder matlWrhsStkQtyInMatlBaseUnit(@Nullable BigDecimal matlWrhsStkQtyInMatlBaseUnit) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: MatlWrhsStkQtyInMatlBaseUnit
- Returns:
this.
-
build
-
toString
-