@Entity public class RawData extends Object implements Serializable
| Constructor and Description |
|---|
RawData() |
| Modifier and Type | Method and Description |
|---|---|
DataDesc |
getDescr() |
Double |
getDoubleData() |
long |
getId() |
String |
getStringData() |
long |
getTstamp() |
void |
setDescr(DataDesc descr) |
void |
setDoubleData(Double doubleData) |
void |
setId(long id) |
void |
setStringData(String stringData) |
void |
setTstamp(long tstamp) |
public long getId()
public void setId(long id)
id - the id to setpublic DataDesc getDescr()
public void setDescr(DataDesc descr)
descr - the descr to setpublic long getTstamp()
public void setTstamp(long tstamp)
tstamp - the tstamp 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.