org.lsst.ccs.localdb.statusdb.model
Class StatData
java.lang.Object
org.lsst.ccs.localdb.statusdb.model.StatData
@Entity
public class StatData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatData
public StatData()
StatData
public StatData(StatDesc d)
StatData
public StatData(StatDesc d,
RawData x)
getSum
public double getSum()
setSum
public void setSum(double s)
getRMS
public double getRMS()
accumulate
public void accumulate(RawData x)
getId
public long getId()
- Returns:
- the id
setId
public void setId(long id)
- Parameters:
id - the id to set
getDescr
public StatDesc getDescr()
- Returns:
- the descr
setDescr
public void setDescr(StatDesc descr)
- Parameters:
descr - the descr to set
getTstampFirst
public long getTstampFirst()
- Returns:
- the tstampFirst
setTstampFirst
public void setTstampFirst(long tstampFirst)
- Parameters:
tstampFirst - the tstampFirst to set
getTstampLast
public long getTstampLast()
- Returns:
- the tstampLast
setTstampLast
public void setTstampLast(long tstampLast)
- Parameters:
tstampLast - the tstampLast to set
getData
public double getData()
- Returns:
- the data
setData
public void setData(double data)
- Parameters:
data - the data to set
getSum2
public double getSum2()
- Returns:
- the sum2
setSum2
public void setSum2(double sum2)
- Parameters:
sum2 - the sum2 to set
getN
public int getN()
- Returns:
- the n
setN
public void setN(int n)
- Parameters:
n - the n to set
Copyright © 2013 LSST. All Rights Reserved.