
@Entity public class ConfigurationParameterValue extends Object implements Serializable, PathObject
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationParameterValue() |
|
ConfigurationParameterValue(ConfigurationParameter configurationParameter,
String value,
long tChanged)
create an empty parameter configuration whose value is to be modified
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
ParameterPath |
getPath() |
long |
getTChanged() |
String |
getValue() |
protected void |
setId(long id) |
void |
setTChanged(long tchanged) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareToprotected ConfigurationParameterValue()
public ConfigurationParameterValue(ConfigurationParameter configurationParameter, String value, long tChanged)
configurationParameter - value - tChanged - public String getValue()
public ParameterPath getPath()
getPath in interface PathObjectpublic long getId()
protected void setId(long id)
public long getTChanged()
public void setTChanged(long tchanged)
Copyright © 2020 LSST. All rights reserved.