@Entity public class RawData extends Object implements Serializable
| Constructor and Description |
|---|
RawData() |
| Modifier and Type | Method and Description |
|---|---|
DataDesc |
getDataDesc() |
Double |
getDoubleData() |
long |
getId() |
String |
getStringData() |
long |
getTime() |
void |
setDataDesc(DataDesc dataDesc) |
void |
setDoubleData(Double doubleData) |
void |
setId(long id) |
void |
setStringData(String stringData) |
void |
setTime(long time) |
public long getId()
public void setId(long id)
id - the id to setpublic DataDesc getDataDesc()
public void setDataDesc(DataDesc dataDesc)
dataDesc - the dataDesc to setpublic long getTime()
public void setTime(long time)
time - the time to setpublic Double getDoubleData()
public void setDoubleData(Double doubleData)
doubleData - the doubleData to setpublic String getStringData()
public void setStringData(String stringData)
stringData - the stringData to setCopyright © 2016 LSST. All rights reserved.