Package edu.sc.seis.sod.hibernate
Class RecordSectionItem
java.lang.Object
edu.sc.seis.sod.hibernate.RecordSectionItem
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
for hibernateRecordSectionItem
(String orientationId, String recordSectionId, edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.IfNetwork.Channel channel, float sToN, boolean inBest) -
Method Summary
Modifier and TypeMethodDescriptionedu.iris.Fissures.IfNetwork.Channel
long
getDbid()
float
event to station distance in degrees.edu.sc.seis.fissuresUtil.cache.CacheEvent
getEvent()
float
getsToN()
boolean
isInBest()
protected void
setChannel
(edu.iris.Fissures.IfNetwork.Channel channel) protected void
setDbid
(long dbid) void
setDegrees
(float degrees) protected void
setEvent
(edu.sc.seis.fissuresUtil.cache.CacheEvent event) void
setInBest
(boolean inBest) protected void
setOrientationId
(String orientationId) protected void
setRecordSectionId
(String recordSectionId) protected void
setsToN
(float sToN)
-
Field Details
-
dbid
protected long dbid -
event
protected edu.sc.seis.fissuresUtil.cache.CacheEvent event -
channel
protected edu.iris.Fissures.IfNetwork.Channel channel -
recordSectionId
-
orientationId
-
inBest
protected boolean inBest -
sToN
protected float sToN -
degrees
protected float degrees
-
-
Constructor Details
-
RecordSectionItem
-
RecordSectionItem
protected RecordSectionItem()for hibernate
-
-
Method Details
-
getDbid
public long getDbid() -
setDbid
protected void setDbid(long dbid) -
getEvent
public edu.sc.seis.fissuresUtil.cache.CacheEvent getEvent() -
setEvent
protected void setEvent(edu.sc.seis.fissuresUtil.cache.CacheEvent event) -
getChannel
public edu.iris.Fissures.IfNetwork.Channel getChannel() -
setChannel
protected void setChannel(edu.iris.Fissures.IfNetwork.Channel channel) -
getRecordSectionId
-
setRecordSectionId
-
getOrientationId
-
setOrientationId
-
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)
-