@Entity public class StatDesc extends Object
| Constructor and Description |
|---|
StatDesc() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
long |
getPreservationDelay() |
DataDesc |
getRawDescr() |
long |
getTimeBinWidth() |
void |
setId(long id) |
void |
setPreservationDelay(long preservationDelay) |
void |
setRawDescr(DataDesc rawDescr) |
void |
setTimeBinWidth(long timeBinWidth) |
public long getId()
public void setId(long id)
id - the id to setpublic DataDesc getRawDescr()
public void setRawDescr(DataDesc rawDescr)
rawDescr - the rawDescr to setpublic long getTimeBinWidth()
public void setTimeBinWidth(long timeBinWidth)
timeBinWidth - the timeBinWidth to setpublic long getPreservationDelay()
public void setPreservationDelay(long preservationDelay)
preservationDelay - the preservationDelay to setCopyright © 2014 LSST. All Rights Reserved.