public class MzDbHeader extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected int |
creationTimestamp
The creation timestamp.
|
static String |
TABLE_NAME |
protected String |
version
The version.
|
id, paramTree
Constructor and Description |
---|
MzDbHeader(String version,
int creationTimestamp)
Instantiates a new mz db header.
|
MzDbHeader(String version,
int creationTimestamp,
ParamTree paramTree)
Instantiates a new mz db header.
|
Modifier and Type | Method and Description |
---|---|
String |
getVersion() |
getCVParams, getId, getParamTree, getUserParam, getUserParams, getUserTexts, hasParamTree, loadParamTree, setParamTree
generateNewId
public static final String TABLE_NAME
protected String version
protected int creationTimestamp
public MzDbHeader(String version, int creationTimestamp, ParamTree paramTree)
version
- the versioncreationTimestamp
- the creation timestampparamTree
- the param treepublic MzDbHeader(String version, int creationTimestamp)
version
- the versioncreationTimestamp
- the creation timestamppublic String getVersion()
Copyright © 2019. All rights reserved.