@return id field, caller responsibility to split on ";" for multiple ids
()
| 174 | * @return id field, caller responsibility to split on ";" for multiple ids |
| 175 | */ |
| 176 | public String getId() { |
| 177 | return mId == null ? MISSING : mId; |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Sets the variant ID |
no outgoing calls