Returns the Equipment as a String @return the Equipment as a String
()
| 3446 | * @return the Equipment as a String |
| 3447 | */ |
| 3448 | @Override |
| 3449 | public String toString() |
| 3450 | { |
| 3451 | return toString(true); |
| 3452 | } |
| 3453 | |
| 3454 | /** |
| 3455 | * Returns a String representation of the Equipment |
no test coverage detected