![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| ProductParameter () | |
| ProductParameter (int id, String parameter, String description) | |
| boolean | equals (Object o) |
| int | hashCode () |
| int | getId () |
| void | setId (int id) |
| String | getParameter () |
| void | setParameter (String parameter) |
| String | getDescription () |
| void | setDescription (String description) |
Class implements product parameter according to ODIM radar data information model.
|
inline |
Default constructor.
|
inline |
|
inline |
Compares product parameter with another object.
| o | Object to compare with |
|
inline |
Gets product parameter description.
|
inline |
Gets product parameter ID.
|
inline |
Gets product parameter identifier.
|
inline |
Creates product parameter identifier hash code.
|
inline |
Sets product parameter description.
| description | Product parameter description to set |
|
inline |
Sets product parameter ID
| id | Product parameter ID |
|
inline |
Sets product parameter identifier.
| parameter | Product parameter identifier to set |