| 310 | } |
| 311 | |
| 312 | void Hd4Block::Department(const std::string& department) { |
| 313 | SetCommonProperty(*this, "department", department); |
| 314 | } |
| 315 | |
| 316 | std::string Hd4Block::Department() const { |
| 317 | return GetCommonProperty<std::string>(*this, "department"); |
nothing calls this directly
no test coverage detected