Class RefQuantity
java.lang.Object
com.technia.dsx.threedspace.mfg.item.RefQuantity
Represents a reference quantity specification for manufacturing items.
Contains the magnitude type, input value, and input unit for reference quantity specifications.
- Since:
- 2025-05-12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInputUnit(String inputUnit) voidsetInputValue(Double inputValue) voidsetMagnitude(String magnitude)
-
Constructor Details
-
RefQuantity
public RefQuantity()
-
-
Method Details
-
getMagnitude
-
setMagnitude
-
getInputValue
-
setInputValue
-
getInputUnit
-
setInputUnit
-