Set Automatic @param arg sets the isAutomatic property of the Equipment
(final boolean arg)
| 597 | * @param arg sets the isAutomatic property of the Equipment |
| 598 | */ |
| 599 | public void setAutomatic(final boolean arg) |
| 600 | { |
| 601 | automatic = arg; |
| 602 | } |
| 603 | |
| 604 | /** |
| 605 | * Gets the baseItemName attribute of the Equipment object |
no outgoing calls
no test coverage detected