Set the name (sets keyname also) @param aString The new name
(final String aString)
| 1339 | */ |
| 1340 | |
| 1341 | @Override |
| 1342 | public void setName(final String aString) |
| 1343 | { |
| 1344 | super.setName(aString); |
| 1345 | setDirty(true); |
| 1346 | } |
| 1347 | |
| 1348 | /** |
| 1349 | * Sets the modifiedName attribute of the Equipment object |