Sets the parent attribute of the Equipment object @param parent The new parent value
(final Equipment parent)
| 1506 | * The new parent value |
| 1507 | */ |
| 1508 | public void setParent(final Equipment parent) |
| 1509 | { |
| 1510 | d_parent = parent; |
| 1511 | } |
| 1512 | |
| 1513 | /** |
| 1514 | * Gets the parent of the Equipment object |
no outgoing calls
no test coverage detected