
@Entity public class StatDesc extends Object implements Serializable
| Constructor and Description |
|---|
StatDesc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataDesc |
getDataDesc() |
long |
getId() |
long |
getTimeBinWidth() |
int |
hashCode() |
void |
setDataDesc(DataDesc dataDesc) |
void |
setId(long id) |
void |
setTimeBinWidth(long timeBinWidth) |
public long getId()
public void setId(long id)
id - the id to setpublic DataDesc getDataDesc()
public void setDataDesc(DataDesc dataDesc)
dataDesc - the dataDesc to setpublic long getTimeBinWidth()
public void setTimeBinWidth(long timeBinWidth)
timeBinWidth - the timeBinWidth to setCopyright © 2019 LSST. All rights reserved.