listening
Class ThingHeard

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by listening.ThingHeard
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>

public class ThingHeard
extends PamDataUnit


Field Summary
private  java.lang.String comment
           
private  int speciesIndex
           
private  SpeciesItem speciesItem
           
private  int volume
           
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
ThingHeard(long timeMilliseconds, int speciesIndex, SpeciesItem speciesItem, int volume, java.lang.String comment)
           
 
Method Summary
 java.lang.String getComment()
           
 int getSpeciesIndex()
           
 SpeciesItem getSpeciesItem()
           
 int getVolume()
           
 void setComment(java.lang.String comment)
           
 void setSpeciesIndex(int speciesIndex)
           
 void setSpeciesItem(SpeciesItem speciesItem)
           
 void setVolume(int volume)
           
 
Methods inherited from class PamguardMVC.PamDataUnit
clearUpdateCount, compareTo, getAbsBlockIndex, getChannelBitmap, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getGpsPosition, getLastUpdateTime, getLocalisation, getOriginLatLong, getPairAngle, getParentDataBlock, getTimeMilliseconds, getUpdateCount, setAbsBlockIndex, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setLastUpdateTime, setLocalisation, setOriginLatLong, setParentDataBlock, setTimeMilliseconds, updateDataUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speciesIndex

private int speciesIndex

speciesItem

private SpeciesItem speciesItem

volume

private int volume

comment

private java.lang.String comment
Constructor Detail

ThingHeard

public ThingHeard(long timeMilliseconds,
                  int speciesIndex,
                  SpeciesItem speciesItem,
                  int volume,
                  java.lang.String comment)
Method Detail

getSpeciesIndex

public int getSpeciesIndex()

setSpeciesIndex

public void setSpeciesIndex(int speciesIndex)

getSpeciesItem

public SpeciesItem getSpeciesItem()

setSpeciesItem

public void setSpeciesItem(SpeciesItem speciesItem)

getVolume

public int getVolume()

setVolume

public void setVolume(int volume)

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String comment)