
@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 category,
String finalValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAgentName() |
String |
getCategory() |
String |
getDescriptionStr() |
String |
getFinalValue()
NULL if non final.
|
long |
getId() |
ParameterPath |
getParameterPath() |
ParameterPath |
getPath() |
String |
getType() |
int |
hashCode() |
boolean |
isFinal() |
void |
setAgentName(String agentName) |
void |
setFinalValue(String finalValue) |
protected void |
setId(long id) |
void |
setType(String type) |
String |
toString() |
clone, finalize, getClass, 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 boolean isFinal()
public void setFinalValue(String finalValue)
public String getFinalValue()
public String getCategory()
public ParameterPath getPath()
getPath in interface PathObjectpublic String getType()
public void setType(String type)
Copyright © 2018 LSST. All rights reserved.