@Entity public class AParameterDescription extends ParameterDescription implements Cloneable
descriptionCOMPARATOR| Constructor and Description |
|---|
AParameterDescription(ParameterBase parameterBase,
String description,
String simpleName,
String constraints,
String category,
int level)
to be used to create a new Actual ParameterDescription from scratch or from another Actual ParameterDescription
(when changing level, or constraints, or simpleName, or description).
|
AParameterDescription(ParameterDescription otherDesc)
Creates a new Object from a ParameterDescription but does not copy the id.
|
| Modifier and Type | Method and Description |
|---|---|
AParameterDescription |
clone() |
long |
getId() |
void |
setDescription(String description)
TODO: no persistence for this for the moment! what for the ghost if modified?
|
protected void |
setId(long id) |
checkValue, equals, getCategory, getCodeName, getComponentName, getConstraints, getDefaultValue, getDescription, getLevel, getParameterBase, getParameterName, getPath, getSimpleName, getTypeName, hashCode, isNotModifiableAtRuntime, isReadOnly, setCategory, setConstraints, setLevel, setNotModifiableAtRuntime, setParameterBase, setSimpleName, toPropertyString, toPropertyString, toStringpublic AParameterDescription(ParameterBase parameterBase, String description, String simpleName, String constraints, String category, int level)
parameterBase - description - simpleName - constraints - level - public AParameterDescription(ParameterDescription otherDesc)
otherDesc - public long getId()
getId in class ParameterDescriptionprotected void setId(long id)
setId in class ParameterDescriptionpublic void setDescription(String description)
TODO: no persistence for this for the moment! what for the ghost if modified?
setDescription in class ParameterDescriptiondescription - public AParameterDescription clone()
Copyright © 2015 LSST. All rights reserved.