edu.iris.dmc.timeseries.model
Class Record
java.lang.Object
edu.iris.dmc.timeseries.model.Record
public class Record
- extends Object
Constructor Summary |
Record(Timestamp startTime,
Timestamp endTime,
float sampleRate,
int numberOfSamples,
int[] location)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Record
public Record(Timestamp startTime,
Timestamp endTime,
float sampleRate,
int numberOfSamples,
int[] location)
getExpectedNextSampleTime
public Timestamp getExpectedNextSampleTime()
getStartTime
public Timestamp getStartTime()
setStartTime
public void setStartTime(Timestamp startTime)
getEndTime
public Timestamp getEndTime()
setEndTime
public void setEndTime(Timestamp endTime)
getLocation
public int[] getLocation()
setLocation
public void setLocation(int[] location)
getSampleRate
public float getSampleRate()
setSampleRate
public void setSampleRate(float sampleRate)
getNumberOfSamples
public int getNumberOfSamples()
setNumberOfSamples
public void setNumberOfSamples(int numberOfSamples)
Copyright © 2013. All Rights Reserved.