public class RecordSectionItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
RecordSectionItem()
for hibernate
|
|
RecordSectionItem(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event,
Channel channel,
float sToN,
boolean inBest) |
Modifier and Type | Method and Description |
---|---|
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) |
protected long dbid
protected CacheEvent event
protected Channel channel
protected java.lang.String recordSectionId
protected java.lang.String orientationId
protected boolean inBest
protected float sToN
protected float degrees
public RecordSectionItem(java.lang.String orientationId, java.lang.String recordSectionId, CacheEvent event, Channel channel, float sToN, boolean inBest)
protected RecordSectionItem()
public long getDbid()
protected void setDbid(long dbid)
public CacheEvent getEvent()
protected void setEvent(CacheEvent event)
public Channel getChannel()
protected void setChannel(Channel channel)
public java.lang.String getRecordSectionId()
protected void setRecordSectionId(java.lang.String recordSectionId)
public java.lang.String getOrientationId()
protected void setOrientationId(java.lang.String orientationId)
public boolean isInBest()
public void setInBest(boolean inBest)
public float getsToN()
protected void setsToN(float sToN)
public float getDegrees()
public void setDegrees(float degrees)