public ModifyObject ( IPersistenceLocation location, String name, String newName, String newDesc ) : void | ||
location | IPersistenceLocation | The location of the object being modified. |
name | String | The old name of the object being modified. |
newName | String | The new name of the object being modified. |
newDesc | String | The new description of the object being modified. |
return | void |