Package wt.part
Class _Quantity
java.lang.Object
wt.part._Quantity
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
- Direct Known Subclasses:
Quantity
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondoubleThe amount attributes represents the amount portion of the Quantity.getUnit()Supported API: truevoidsetAmount(double amount) The amount attributes represents the amount portion of the Quantity.voidsetUnit(QuantityUnit unit) Supported API: true
-
Field Details
-
AMOUNT
The amount attributes represents the amount portion of the Quantity.Supported API: true
- See Also:
-
UNIT
Supported API: true- See Also:
-
-
Method Details
-
getAmount
public double getAmount()The amount attributes represents the amount portion of the Quantity.Supported API: true
- See Also:
-
setAmount
public void setAmount(double amount) The amount attributes represents the amount portion of the Quantity.Supported API: true
- See Also:
-
getUnit
Supported API: true- See Also:
-
setUnit
Supported API: true- See Also:
-