![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| DataQuantity () | |
| DataQuantity (int id, String quantity, String unit, String description) | |
| boolean | equals (Object o) |
| int | hashCode () |
| int | getId () |
| void | setId (int id) |
| String | getQuantity () |
| void | setQuantity (String quantity) |
| String | getUnit () |
| void | setUnit (String unit) |
| String | getDescription () |
| void | setDescription (String description) |
Class implements data quantity according to ODIM radar data information model.
|
inline |
Default constructor.
|
inline |
Constructor.
| id | Quantity ID |
| quantity | Quantity identifier |
| unit | Unit |
| description | Description |
|
inline |
Compares quantity with another object.
| o | Object to compare with |
|
inline |
Gets quantity description.
|
inline |
Gets quantity ID.
|
inline |
Gets quantity identifier.
|
inline |
Gets quantity unit.
|
inline |
Creates quantity identifier hash code.
|
inline |
Sets quantity description.
| description | Quantity description to set |
|
inline |
Sets quantity ID
| id | Quantity ID |
|
inline |
Sets quantity identifier.
| quantity | Quantity identifier to set |
|
inline |
Sets quantity unit.
| unit | Quantity unit to set |