| 193 | |
| 194 | ObjectID GetID() const { return id; } |
| 195 | void SetID(const int _id) { |
| 196 | id = _id; |
| 197 | sp.SetObjectID(_id); |
| 198 | } |
| 199 | std::string GetName() const { return name; } |
| 200 | void SetName(const std::string& _name) { name = _name; } |
| 201 |
no test coverage detected