Class ActualStock.ActualStockBuilder
- Enclosing class:
- ActualStock
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 3bufferLevelEndDate(LocalDateTime bufferLevelEndDate) Constraints: Not nullable, Precision: 0bufferLevelStartDate(LocalDateTime bufferLevelStartDate) (Key Field) Constraints: Not nullable, Precision: 0build()changeMode(String changeMode) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 18materialMaxStockLevelQuantity(BigDecimal materialMaxStockLevelQuantity) Constraints: Not nullable, Precision: 13, Scale: 3materialSafetyStockQty(BigDecimal materialSafetyStockQty) Constraints: Not nullable, Precision: 13, Scale: 3(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4proposalHdr(ProposalHeader value) Navigation property to_ProposalHdr for ActualStock to single ProposalHeader.proposalStartDate(LocalDateTime proposalStartDate) Constraints: Not nullable, Precision: 0proposalVersion(String proposalVersion) Constraints: Not nullable, Maximum length: 8reorderThresholdQuantity(BigDecimal reorderThresholdQuantity) Constraints: Not nullable, Precision: 13, Scale: 3stockLevelProposalID(String stockLevelProposalID) Constraints: Not nullable, Maximum length: 75toString()
-
Method Details
-
proposalHdr
Navigation property to_ProposalHdr for ActualStock to single ProposalHeader.- Parameters:
value- The ProposalHeader to build this ActualStock with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 18Original 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.
-
mRPArea
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MRPArea
- Returns:
this.
-
bufferLevelStartDate
@Nonnull public ActualStock.ActualStockBuilder bufferLevelStartDate(@Nullable LocalDateTime bufferLevelStartDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BufferLevelStartDate
- Returns:
this.
-
bufferLevelEndDate
@Nonnull public ActualStock.ActualStockBuilder bufferLevelEndDate(@Nullable LocalDateTime bufferLevelEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BufferLevelEndDate
- Returns:
this.
-
materialSafetyStockQty
@Nonnull public ActualStock.ActualStockBuilder materialSafetyStockQty(@Nullable BigDecimal materialSafetyStockQty) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaterialSafetyStockQty
- Returns:
this.
-
reorderThresholdQuantity
@Nonnull public ActualStock.ActualStockBuilder reorderThresholdQuantity(@Nullable BigDecimal reorderThresholdQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ReorderThresholdQuantity
- Returns:
this.
-
materialMaxStockLevelQuantity
@Nonnull public ActualStock.ActualStockBuilder materialMaxStockLevelQuantity(@Nullable BigDecimal materialMaxStockLevelQuantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaterialMaxStockLevelQuantity
- Returns:
this.
-
baseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
changeMode
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ChangeMode
- Returns:
this.
-
stockLevelProposalID
@Nonnull public ActualStock.ActualStockBuilder stockLevelProposalID(@Nullable String stockLevelProposalID) Constraints: Not nullable, Maximum length: 75Original property name from the Odata EDM: StockLevelProposalID
- Returns:
this.
-
proposalVersion
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProposalVersion
- Returns:
this.
-
proposalStartDate
@Nonnull public ActualStock.ActualStockBuilder proposalStartDate(@Nullable LocalDateTime proposalStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProposalStartDate
- Returns:
this.
-
build
-
toString
-