| 125 | void setLineageStartDate(const uint64_t date); |
| 126 | |
| 127 | void setLineageIdentifiers(const std::vector<utils::Identifier>& lineage_Identifiers) { |
| 128 | lineage_Identifiers_ = lineage_Identifiers; |
| 129 | } |
| 130 | /** |
| 131 | * Obtains an attribute if it exists. If it does the value is |
| 132 | * copied into value |
no outgoing calls
no test coverage detected