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