org.lsst.ccs.localdb.statusdb.model
Class StatDesc

java.lang.Object
  extended by org.lsst.ccs.localdb.statusdb.model.StatDesc

@Entity
public class StatDesc
extends Object


Constructor Summary
StatDesc()
           
 
Method Summary
 long getId()
           
 long getPreservationDelay()
           
 DataDesc getRawDescr()
           
 long getTimeBinWidth()
           
 void setId(long id)
           
 void setPreservationDelay(long preservationDelay)
           
 void setRawDescr(DataDesc rawDescr)
           
 void setTimeBinWidth(long timeBinWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatDesc

public StatDesc()
Method Detail

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.