| 25 | void setIsBam(bool isBam) { _isBam = isBam; } |
| 26 | void setKeyList(RecordKeyVector *keyList) { _keyList = keyList; } |
| 27 | void setColumn(int col) { _column = col; } |
| 28 | void setNullValue(const string & nullVal) { _nullVal = nullVal; } |
| 29 | const string &getNullValue() const { return _nullVal; } |
| 30 | void setDelimStr(const string &delimStr) { _delimStr = delimStr; } |