* Add a property to this thing. * * @param {Object} property Property to add
(property: Property)
| 305 | * @param {Object} property Property to add |
| 306 | */ |
| 307 | addProperty(property: Property): void { |
| 308 | property.setHrefPrefix(this.hrefPrefix); |
| 309 | this.properties[property.getName()] = property; |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Remove a property from this thing. |
no test coverage detected