Gets the parent of the Equipment object @return The parent
()
| 1516 | * @return The parent |
| 1517 | */ |
| 1518 | public Equipment getParent() |
| 1519 | { |
| 1520 | return d_parent; |
| 1521 | } |
| 1522 | |
| 1523 | /** |
| 1524 | * Gets the parentName of the Equipment object |
no outgoing calls
no test coverage detected