
@Embeddable public class ParameterBase extends Object implements Serializable, PathObject
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterBase() |
|
ParameterBase(String componentName,
String codeName,
String parameterName,
String type,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
special equals: works with all PathObjects
|
String |
getCodeName() |
String |
getComponentName() |
String |
getDefaultValue() |
String |
getParameterName() |
ParameterPath |
getPath() |
String |
getTypeName() |
int |
hashCode() |
void |
setDefaultValue(String defaultValue) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic String getComponentName()
public String getCodeName()
public String getParameterName()
public String getTypeName()
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public ParameterPath getPath()
getPath in interface PathObjectpublic boolean equals(Object o)
Copyright © 2016 LSST. All rights reserved.