public static class ProductStorage.ProductStorageBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductStorage.ProductStorageBuilder |
baseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
ProductStorage |
build() |
ProductStorage.ProductStorageBuilder |
expirationDate(String expirationDate)
Constraints: Not nullable, Maximum length: 1
|
ProductStorage.ProductStorageBuilder |
hazardousMaterialNumber(String hazardousMaterialNumber)
Constraints: Not nullable, Maximum length: 40
|
ProductStorage.ProductStorageBuilder |
labelForm(String labelForm)
Constraints: Not nullable, Maximum length: 2
|
ProductStorage.ProductStorageBuilder |
labelType(String labelType)
Constraints: Not nullable, Maximum length: 2
|
ProductStorage.ProductStorageBuilder |
minRemainingShelfLife(BigDecimal minRemainingShelfLife)
Constraints: Not nullable, Precision: 4, Scale: 0
|
ProductStorage.ProductStorageBuilder |
nmbrOfGROrGISlipsToPrintQty(BigDecimal nmbrOfGROrGISlipsToPrintQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProductStorage.ProductStorageBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductStorage.ProductStorageBuilder |
shelfLifeExpirationDatePeriod(String shelfLifeExpirationDatePeriod)
Constraints: Not nullable, Maximum length: 1
|
ProductStorage.ProductStorageBuilder |
storageConditions(String storageConditions)
Constraints: Not nullable, Maximum length: 2
|
ProductStorage.ProductStorageBuilder |
temperatureConditionInd(String temperatureConditionInd)
Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
ProductStorage.ProductStorageBuilder |
totalShelfLife(BigDecimal totalShelfLife)
Constraints: Not nullable, Precision: 4, Scale: 0
|
@Nonnull public ProductStorage.ProductStorageBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductStorage.ProductStorageBuilder storageConditions(@Nullable String storageConditions)
Original property name from the Odata EDM: StorageConditions
this
.@Nonnull public ProductStorage.ProductStorageBuilder temperatureConditionInd(@Nullable String temperatureConditionInd)
Original property name from the Odata EDM: TemperatureConditionInd
this
.@Nonnull public ProductStorage.ProductStorageBuilder hazardousMaterialNumber(@Nullable String hazardousMaterialNumber)
Original property name from the Odata EDM: HazardousMaterialNumber
this
.@Nonnull public ProductStorage.ProductStorageBuilder nmbrOfGROrGISlipsToPrintQty(@Nullable BigDecimal nmbrOfGROrGISlipsToPrintQty)
Original property name from the Odata EDM: NmbrOfGROrGISlipsToPrintQty
this
.@Nonnull public ProductStorage.ProductStorageBuilder labelType(@Nullable String labelType)
Original property name from the Odata EDM: LabelType
this
.@Nonnull public ProductStorage.ProductStorageBuilder labelForm(@Nullable String labelForm)
Original property name from the Odata EDM: LabelForm
this
.@Nonnull public ProductStorage.ProductStorageBuilder minRemainingShelfLife(@Nullable BigDecimal minRemainingShelfLife)
Original property name from the Odata EDM: MinRemainingShelfLife
this
.@Nonnull public ProductStorage.ProductStorageBuilder expirationDate(@Nullable String expirationDate)
Original property name from the Odata EDM: ExpirationDate
this
.@Nonnull public ProductStorage.ProductStorageBuilder shelfLifeExpirationDatePeriod(@Nullable String shelfLifeExpirationDatePeriod)
Original property name from the Odata EDM: ShelfLifeExpirationDatePeriod
this
.@Nonnull public ProductStorage.ProductStorageBuilder totalShelfLife(@Nullable BigDecimal totalShelfLife)
Original property name from the Odata EDM: TotalShelfLife
this
.@Nonnull public ProductStorage.ProductStorageBuilder baseUnit(@Nullable String baseUnit)
Original property name from the Odata EDM: BaseUnit
this
.@Nonnull public ProductStorage build()
Copyright © 2021 SAP SE. All rights reserved.