public class InstrumentConfiguration extends AbstractInMemoryIdGen
| Modifier and Type | Field and Description |
|---|---|
protected ComponentList |
componentList
The param tree.
|
protected int |
id
The id.
|
protected String |
name
The name.
|
protected ParamTree |
paramTree |
protected int |
softwareId
The software id.
|
static String |
TABLE_NAME |
| Constructor and Description |
|---|
InstrumentConfiguration(int id,
String name,
int softwareId)
Instantiates a new instrument configuration.
|
InstrumentConfiguration(int id,
String name,
int softwareId,
ParamTree paramTree,
ComponentList comp)
Instantiates a new instrument configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentList |
getComponentList()
Gets the param tree.
|
int |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
ParamTree |
getParamTree() |
int |
getSoftwareId()
Gets the software id.
|
generateNewIdpublic static final String TABLE_NAME
protected int id
protected String name
protected int softwareId
protected ParamTree paramTree
protected ComponentList componentList
public InstrumentConfiguration(int id,
String name,
int softwareId,
ParamTree paramTree,
ComponentList comp)
id - the idname - the namesoftwareId - the software idparamTree - the param treepublic InstrumentConfiguration(int id,
String name,
int softwareId)
id - the idname - the namesoftwareId - the software idpublic int getId()
public String getName()
public int getSoftwareId()
public ParamTree getParamTree()
public ComponentList getComponentList()
Copyright © 2019. All rights reserved.