edu.iris.dmc.timeseries.model
Class Record

java.lang.Object
  extended by edu.iris.dmc.timeseries.model.Record

public class Record
extends Object


Constructor Summary
Record(Timestamp startTime, Timestamp endTime, float sampleRate, int numberOfSamples, int[] location)
           
 
Method Summary
 Timestamp getEndTime()
           
 Timestamp getExpectedNextSampleTime()
           
 int[] getLocation()
           
 int getNumberOfSamples()
           
 float getSampleRate()
           
 Timestamp getStartTime()
           
 void setEndTime(Timestamp endTime)
           
 void setLocation(int[] location)
           
 void setNumberOfSamples(int numberOfSamples)
           
 void setSampleRate(float sampleRate)
           
 void setStartTime(Timestamp startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record(Timestamp startTime,
              Timestamp endTime,
              float sampleRate,
              int numberOfSamples,
              int[] location)
Method Detail

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.