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