Return the unique id of the extension. @return String
()
| 87 | * @return String |
| 88 | */ |
| 89 | public String getId() { |
| 90 | return fId; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Adds a attribute and is only used until model creation at plugin system |
no outgoing calls
no test coverage detected