public static final class ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder extends Object
@Nonnull public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder internationalArticleNumber(ProductUnitsOfMeasureEAN... value)
value
- The ProductUnitsOfMeasureEANs to build this ProductUnitsOfMeasure with.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder alternativeUnit(@Nullable String alternativeUnit)
Original property name from the Odata EDM: AlternativeUnit
stockkeeping unit.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder quantityNumerator(@Nullable BigDecimal quantityNumerator)
Original property name from the Odata EDM: QuantityNumerator
To convert a quantity, whose unit of measure is not the same as the base unit of measure, into the base unit of measure, the system requires a quotient:Quantity (in alternative unit of measure) = quotient * quantity (in base unit of measure)Enter the number of units of the alternative unit of measure (denominator) that corresponds to the number of units of the base unit of measure (numerator).The alternative unit of measure is kilogram (kg). The base unit of measure is piece (PC). 5 kg correspond to 3 pieces.5 kg = 3 PC => 1 kg = 3/5 PCIn this case, the quotient is therefore 3/5 (the numerator being 3 and the denominator 5).You may enter only whole numbers in the numerator and denominator fields; that is, if 3.14 m² correspond to one piece, you must enter integer multiples (314 m² = 100 PC). In this case, the quotient is therefore 100/314 (the numerator being 100 and the denominator 314).
measure.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder quantityDenominator(@Nullable BigDecimal quantityDenominator)
Original property name from the Odata EDM: QuantityDenominator
To convert a quantity, whose unit of measure is not the same as the base unit of measure, into the base unit of measure, the system requires a quotient:Quantity (in alternative unit of measure) = quotient * quantity (in base unit of measure)Enter the number of units of the alternative unit of measure (denominator) that corresponds to the number of units of the base unit of measure (numerator).The alternative unit of measure is kilogram (kg). The base unit of measure is piece (PC). 5 kg correspond to 3 pieces.5 kg = 3 PC => 1 kg = 3/5 PCIn this case, the quotient is therefore 3/5 (the numerator being 3 and the denominator 5).You may enter only whole numbers in the numerator and denominator fields; that is, if 3.14 m² correspond to one piece, you must enter integer multiples (314 m² = 100 PC). In this case, the quotient is therefore 100/314 (the numerator being 100 and the denominator 314).
of measure.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder materialVolume(@Nullable BigDecimal materialVolume)
Original property name from the Odata EDM: MaterialVolume
The volume and its unit always refer to the base unit of measure.
"Volume unit" field.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder volumeUnit(@Nullable String volumeUnit)
Original property name from the Odata EDM: VolumeUnit
If you specify a volume, you have to enter the corresponding volume unit here.
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder grossWeight(@Nullable BigDecimal grossWeight)
Original property name from the Odata EDM: GrossWeight
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder weightUnit(@Nullable String weightUnit)
Original property name from the Odata EDM: WeightUnit
If you specify a weight, you must enter the corresponding unit of weight here.
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder globalTradeItemNumber(@Nullable String globalTradeItemNumber)
Original property name from the Odata EDM: GlobalTradeItemNumber
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder globalTradeItemNumberCategory(@Nullable String globalTradeItemNumberCategory)
Original property name from the Odata EDM: GlobalTradeItemNumberCategory
which check criteria (check digit, prefix, and so on) an EAN of this category must fulfil.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder unitSpecificProductLength(@Nullable BigDecimal unitSpecificProductLength)
Original property name from the Odata EDM: UnitSpecificProductLength
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder unitSpecificProductWidth(@Nullable BigDecimal unitSpecificProductWidth)
Original property name from the Odata EDM: UnitSpecificProductWidth
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder unitSpecificProductHeight(@Nullable BigDecimal unitSpecificProductHeight)
Original property name from the Odata EDM: UnitSpecificProductHeight
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder productMeasurementUnit(@Nullable String productMeasurementUnit)
Original property name from the Odata EDM: ProductMeasurementUnit
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder lowerLevelPackagingUnit(@Nullable String lowerLevelPackagingUnit)
Original property name from the Odata EDM: LowerLevelPackagingUnit
case, piece is the lower-level unit of measure with regard to box, and box is the lower-level unit of measure with regard to pallet. Conversely, pallet is the higher-level unit of measure with regard to box, and so on.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder remainingVolumeAfterNesting(@Nullable BigDecimal remainingVolumeAfterNesting)
Original property name from the Odata EDM: RemainingVolumeAfterNesting
For example, if you place a cup on another cup, the volume of the first cup remains the same. However, since part of the second cup disappears into the first cup, the volume of the second cup is reduced.This data element describes the remaining volume of the first cup as a percentage of the 'normal' volume.
public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder maximumStackingFactor(@Nullable Short maximumStackingFactor)
Original property name from the Odata EDM: MaximumStackingFactor
how many pieces of a material, or how many crates can be placed on top of each other. The factor is quantity-dependent.public ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder capacityUsage(@Nullable BigDecimal capacityUsage)
Original property name from the Odata EDM: CapacityUsage
public ProductUnitsOfMeasure build()
Copyright © 2019 SAP SE. All rights reserved.