Class ProductStorage.ProductStorageBuilder
- Enclosing class:
- ProductStorage
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 3build()expirationDate(String expirationDate) Constraints: Not nullable, Maximum length: 1hazardousMaterialNumber(String hazardousMaterialNumber) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 2minRemainingShelfLife(BigDecimal minRemainingShelfLife) Constraints: Not nullable, Precision: 4, Scale: 0nmbrOfGROrGISlipsToPrintQty(BigDecimal nmbrOfGROrGISlipsToPrintQty) Constraints: Not nullable, Precision: 13, Scale: 3(Key Field) Constraints: Not nullable, Maximum length: 40shelfLifeExpirationDatePeriod(String shelfLifeExpirationDatePeriod) Constraints: Not nullable, Maximum length: 1storageConditions(String storageConditions) Constraints: Not nullable, Maximum length: 2temperatureConditionInd(String temperatureConditionInd) Constraints: Not nullable, Maximum length: 2toString()totalShelfLife(BigDecimal totalShelfLife) Constraints: Not nullable, Precision: 4, Scale: 0
-
Method Details
-
product
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
storageConditions
@Nonnull public ProductStorage.ProductStorageBuilder storageConditions(@Nullable String storageConditions) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: StorageConditions
- Returns:
this.
-
temperatureConditionInd
@Nonnull public ProductStorage.ProductStorageBuilder temperatureConditionInd(@Nullable String temperatureConditionInd) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: TemperatureConditionInd
- Returns:
this.
-
hazardousMaterialNumber
@Nonnull public ProductStorage.ProductStorageBuilder hazardousMaterialNumber(@Nullable String hazardousMaterialNumber) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: HazardousMaterialNumber
- Returns:
this.
-
nmbrOfGROrGISlipsToPrintQty
@Nonnull public ProductStorage.ProductStorageBuilder nmbrOfGROrGISlipsToPrintQty(@Nullable BigDecimal nmbrOfGROrGISlipsToPrintQty) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: NmbrOfGROrGISlipsToPrintQty
- Returns:
this.
-
labelType
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: LabelType
- Returns:
this.
-
labelForm
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: LabelForm
- Returns:
this.
-
minRemainingShelfLife
@Nonnull public ProductStorage.ProductStorageBuilder minRemainingShelfLife(@Nullable BigDecimal minRemainingShelfLife) Constraints: Not nullable, Precision: 4, Scale: 0Original property name from the Odata EDM: MinRemainingShelfLife
- Returns:
this.
-
expirationDate
@Nonnull public ProductStorage.ProductStorageBuilder expirationDate(@Nullable String expirationDate) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ExpirationDate
- Returns:
this.
-
shelfLifeExpirationDatePeriod
@Nonnull public ProductStorage.ProductStorageBuilder shelfLifeExpirationDatePeriod(@Nullable String shelfLifeExpirationDatePeriod) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ShelfLifeExpirationDatePeriod
- Returns:
this.
-
totalShelfLife
@Nonnull public ProductStorage.ProductStorageBuilder totalShelfLife(@Nullable BigDecimal totalShelfLife) Constraints: Not nullable, Precision: 4, Scale: 0Original property name from the Odata EDM: TotalShelfLife
- Returns:
this.
-
baseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
this.
-
build
-
toString
-