org.lsst.ccs.localdb.statusdb.model
Class StatDesc
java.lang.Object
org.lsst.ccs.localdb.statusdb.model.StatDesc
@Entity
public class StatDesc
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatDesc
public StatDesc()
getId
public long getId()
- Returns:
- the id
setId
public void setId(long id)
- Parameters:
id - the id to set
getRawDescr
public DataDesc getRawDescr()
- Returns:
- the rawDescr
setRawDescr
public void setRawDescr(DataDesc rawDescr)
- Parameters:
rawDescr - the rawDescr to set
getTimeBinWidth
public long getTimeBinWidth()
- Returns:
- the timeBinWidth
setTimeBinWidth
public void setTimeBinWidth(long timeBinWidth)
- Parameters:
timeBinWidth - the timeBinWidth to set
getPreservationDelay
public long getPreservationDelay()
- Returns:
- the preservationDelay
setPreservationDelay
public void setPreservationDelay(long preservationDelay)
- Parameters:
preservationDelay - the preservationDelay to set
Copyright © 2013 LSST. All Rights Reserved.