
@Entity public class ConfigurationParameter extends Object implements Serializable, PathObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
descriptionStr
possible details.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationParameter() |
|
ConfigurationParameter(String agentName,
ParameterPath path,
String typeName,
String description,
String simpleName,
String category,
int level) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName() |
String |
getCategory() |
String |
getDescriptionStr() |
long |
getId() |
int |
getLevel() |
ParameterPath |
getParameterPath() |
ParameterPath |
getPath() |
String |
getSimpleName() |
String |
getTypeName() |
void |
setAgentName(String agentName) |
protected void |
setId(long id) |
void |
setTypeName(String typeName) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareToprotected String descriptionStr
public long getId()
protected void setId(long id)
public String getAgentName()
public void setAgentName(String agentName)
public ParameterPath getParameterPath()
public String getDescriptionStr()
public String getSimpleName()
public String getCategory()
public int getLevel()
public ParameterPath getPath()
getPath in interface PathObjectpublic String getTypeName()
public void setTypeName(String typeName)
Copyright © 2018 LSST. All rights reserved.