edu.sc.seis.sod.hibernate
Class RecordSectionItem
java.lang.Object
edu.sc.seis.sod.hibernate.RecordSectionItem
public class RecordSectionItem
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RecordSectionItem
public RecordSectionItem(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event,
Channel channel,
float sToN,
boolean inBest)
RecordSectionItem
protected RecordSectionItem()
- for hibernate
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)