@Entity public class Description extends Object implements Serializable
ConfigurationParameter for this agent.
| Modifier | Constructor and Description |
|---|---|
protected |
Description() |
|
Description(AgentDesc agentDesc) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationParameter |
fetch(String pathString)
Looks for a parameter description that matches the given path string
|
AgentDesc |
getAgentDesc() |
Map<ParameterPath,ConfigurationParameter> |
getConfigurationParameters() |
long |
getId()
the technical id: zero if the object is not yet registered in database
|
void |
setAgentDesc(AgentDesc agentDesc) |
String |
toString() |
protected Description()
public Description(AgentDesc agentDesc)
agentDesc - the corresponding agent descriptionpublic long getId()
public Map<ParameterPath,ConfigurationParameter> getConfigurationParameters()
public AgentDesc getAgentDesc()
public void setAgentDesc(AgentDesc agentDesc)
public ConfigurationParameter fetch(String pathString)
pathString - Copyright © 2018 LSST. All rights reserved.