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