beakedWhaleProtocol
Class BeakedDataUnit

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by beakedWhaleProtocol.BeakedDataUnit
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>

public class BeakedDataUnit
extends PamDataUnit


Field Summary
private  BeakedLocationData beakedLocationData
           
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
BeakedDataUnit(long timeMilliseconds, BeakedLocationData beakedLocationData)
           
 
Method Summary
 java.lang.String getBeakedComment()
           
 LatLong getBeakedLatLong()
           
 BeakedLocationData getBeakedLocationData()
           
 java.lang.String getLocationName()
           
 int getLocationSource()
           
 void setBeakedLocationData(BeakedLocationData beakedLocationData)
           
 
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

beakedLocationData

private BeakedLocationData beakedLocationData
Constructor Detail

BeakedDataUnit

public BeakedDataUnit(long timeMilliseconds,
                      BeakedLocationData beakedLocationData)
Method Detail

getBeakedLatLong

public LatLong getBeakedLatLong()

getBeakedComment

public java.lang.String getBeakedComment()

getLocationSource

public int getLocationSource()

getLocationName

public java.lang.String getLocationName()

getBeakedLocationData

public BeakedLocationData getBeakedLocationData()

setBeakedLocationData

public void setBeakedLocationData(BeakedLocationData beakedLocationData)