(String id)
| 1787 | /// |
| 1788 | /// - `id`: UIID unique identifier for component type |
| 1789 | public void setUIID(String id) { |
| 1790 | setUIIDFinal(id); |
| 1791 | } |
| 1792 | |
| 1793 | /// This method is the implementation of setUIID and is defined |
| 1794 | /// as final to allow invocation from constructors. |
no test coverage detected