edu.sc.seis.sod.hibernate
Class RecordSectionItem

java.lang.Object
  extended by edu.sc.seis.sod.hibernate.RecordSectionItem

public class RecordSectionItem
extends java.lang.Object


Field Summary
protected  Channel channel
           
protected  long dbid
           
protected  float degrees
           
protected  CacheEvent event
           
protected  boolean inBest
           
protected  java.lang.String orientationId
           
protected  java.lang.String recordSectionId
           
protected  float sToN
           
 
Constructor Summary
protected RecordSectionItem()
          for hibernate
  RecordSectionItem(java.lang.String orientationId, java.lang.String recordSectionId, CacheEvent event, Channel channel, float sToN, boolean inBest)
           
 
Method Summary
 Channel getChannel()
           
 long getDbid()
           
 float getDegrees()
          event to station distance in degrees.
 CacheEvent getEvent()
           
 java.lang.String getOrientationId()
           
 java.lang.String getRecordSectionId()
           
 float getsToN()
           
 boolean isInBest()
           
protected  void setChannel(Channel channel)
           
protected  void setDbid(long dbid)
           
 void setDegrees(float degrees)
           
protected  void setEvent(CacheEvent event)
           
 void setInBest(boolean inBest)
           
protected  void setOrientationId(java.lang.String orientationId)
           
protected  void setRecordSectionId(java.lang.String recordSectionId)
           
protected  void setsToN(float sToN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbid

protected long dbid

event

protected CacheEvent event

channel

protected Channel channel

recordSectionId

protected java.lang.String recordSectionId

orientationId

protected java.lang.String orientationId

inBest

protected boolean inBest

sToN

protected float sToN

degrees

protected float degrees
Constructor Detail

RecordSectionItem

public RecordSectionItem(java.lang.String orientationId,
                         java.lang.String recordSectionId,
                         CacheEvent event,
                         Channel channel,
                         float sToN,
                         boolean inBest)

RecordSectionItem

protected RecordSectionItem()
for hibernate

Method Detail

getDbid

public long getDbid()

setDbid

protected void setDbid(long dbid)

getEvent

public CacheEvent getEvent()

setEvent

protected void setEvent(CacheEvent event)

getChannel

public Channel getChannel()

setChannel

protected void setChannel(Channel channel)

getRecordSectionId

public java.lang.String getRecordSectionId()

setRecordSectionId

protected void setRecordSectionId(java.lang.String recordSectionId)

getOrientationId

public java.lang.String getOrientationId()

setOrientationId

protected void setOrientationId(java.lang.String orientationId)

isInBest

public boolean isInBest()

setInBest

public void setInBest(boolean inBest)

getsToN

public float getsToN()

setsToN

protected void setsToN(float sToN)

getDegrees

public float getDegrees()
event to station distance in degrees.


setDegrees

public void setDegrees(float degrees)