Gets the unique ID string for this node. @return the ID string
()
| 274 | * @return the ID string |
| 275 | */ |
| 276 | public String getID() { |
| 277 | return String.valueOf(this.hashCode()); |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Sets the name of this node. |
no test coverage detected