
@Entity public class PlotData extends Object implements Serializable
| Constructor and Description |
|---|
PlotData() |
| Modifier and Type | Method and Description |
|---|---|
DataDesc |
getDescr() |
long |
getId() |
String |
getPlotData() |
long |
getTstamp() |
void |
setDescr(DataDesc descr) |
void |
setId(long id) |
void |
setPlotData(String plotData) |
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 String getPlotData()
public void setPlotData(String plotData)
plotData - the plotData to setCopyright © 2016 LSST. All rights reserved.