Package listening

Class ThingHeard

All Implemented Interfaces:
Comparable, PamDetection, AcousticDataUnit

public class ThingHeard extends PamDataUnit implements PamDetection
  • Constructor Details

    • ThingHeard

      public ThingHeard(long timeMilliseconds, int speciesIndex, SpeciesItem speciesItem, int volume, String comment)
  • Method Details

    • 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 String getComment()
    • setComment

      public void setComment(String comment)