@Entity public class DataDesc extends Object implements Serializable
| Constructor and Description |
|---|
DataDesc() |
| Modifier and Type | Method and Description |
|---|---|
DataPath |
getDataPath() |
String |
getDataType() |
List<StatDesc> |
getDerived() |
long |
getId() |
void |
setDataPath(DataPath dataPath) |
void |
setDataType(String dataType) |
void |
setDerived(List<StatDesc> derived) |
void |
setId(long id) |
public long getId()
public void setId(long id)
id - the id to setpublic DataPath getDataPath()
public void setDataPath(DataPath dataPath)
public String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setCopyright © 2016 LSST. All rights reserved.