org.lsst.ccs.localdb.statusdb.model
Class RawData
java.lang.Object
org.lsst.ccs.localdb.statusdb.model.RawData
- All Implemented Interfaces:
- Serializable
@Entity
public class RawData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawData
public RawData()
getId
public long getId()
- Returns:
- the id
setId
public void setId(long id)
- Parameters:
id - the id to set
getDescr
public DataDesc getDescr()
- Returns:
- the descr
setDescr
public void setDescr(DataDesc descr)
- Parameters:
descr - the descr to set
getTstamp
public long getTstamp()
- Returns:
- the tstamp
setTstamp
public void setTstamp(long tstamp)
- Parameters:
tstamp - the tstamp to set
getDoubleData
public Double getDoubleData()
- Returns:
- the doubleData
setDoubleData
public void setDoubleData(Double doubleData)
- Parameters:
doubleData - the doubleData to set
getStringData
public String getStringData()
- Returns:
- the stringData
setStringData
public void setStringData(String stringData)
- Parameters:
stringData - the stringData to set
Copyright © 2013 LSST. All Rights Reserved.