Set the parent of this item. @param parent The parent item.
(ItemGroup parent)
| 246 | * @param parent The parent item. |
| 247 | */ |
| 248 | public void setParent(ItemGroup parent) { |
| 249 | this.parent = parent; |
| 250 | } |
| 251 | |
| 252 | |
| 253 | /** |
no outgoing calls
no test coverage detected