public class Run extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected String |
name
The name.
|
protected Date |
startTimestamp
The location.
|
static String |
TABLE_NAME |
id, paramTree
Constructor and Description |
---|
Run(int id,
String name,
Date startTimestamp)
Instantiates a new source file.
|
Run(int id,
String name,
Date startTimestamp,
ParamTree paramTree)
Instantiates a new source file.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
Date |
getStartTimestamp()
Gets the location.
|
getCVParams, getId, getParamTree, getUserParam, getUserParams, getUserTexts, hasParamTree, loadParamTree, setParamTree
generateNewId
public static final String TABLE_NAME
protected String name
protected Date startTimestamp
Copyright © 2019. All rights reserved.