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