Sets the ID number of this Data. @param id the ID number
(int id)
| 310 | * @param id the ID number |
| 311 | */ |
| 312 | @Override |
| 313 | public void setID(int id) { |
| 314 | datasetID = id; |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * Returns a unique identifier for this Data. |
no outgoing calls
no test coverage detected