Get the long name of this piece of equipment @return the verbose name
()
| 3027 | * @return the verbose name |
| 3028 | */ |
| 3029 | public String longName() |
| 3030 | { |
| 3031 | return toString(true); |
| 3032 | } |
| 3033 | |
| 3034 | /** |
| 3035 | * Is the PC qualified to use this equipment |
no test coverage detected