@Entity public class DataDesc extends Object implements Serializable
| Constructor and Description |
|---|
DataDesc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataPath |
getDataPath() |
String |
getDataType() |
long |
getId() |
int |
hashCode() |
void |
setDataPath(DataPath dataPath) |
void |
setDataType(String dataType) |
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 © 2018 LSST. All rights reserved.