|
@@ -49,11 +49,11 @@ public:
|
|
|
virtual ~ctkXnatObject();
|
|
|
|
|
|
/// Gets the global ID of the object.
|
|
|
- QString id() const;
|
|
|
+ virtual QString id() const;
|
|
|
|
|
|
/// Sets the ID of the object.
|
|
|
/// @warning You must not change the ID of an existing object
|
|
|
- void setId(const QString& id);
|
|
|
+ virtual void setId(const QString& id);
|
|
|
|
|
|
/// Gets the resource URI of the object that can be used to access it through
|
|
|
/// the REST API.
|