Class RecordingPeriod

java.lang.Object
tethys.deployment.RecordingPeriod

public class RecordingPeriod extends Object
  • Constructor Details Link icon

    • RecordingPeriod Link icon

      public RecordingPeriod(long recordStart, long recordStop)
  • Method Details Link icon

    • getRecordStart Link icon

      public long getRecordStart()
    • setRecordStart Link icon

      public void setRecordStart(long recordStart)
    • getRecordStop Link icon

      public long getRecordStop()
    • setRecordStop Link icon

      public void setRecordStop(long recordStop)
    • getDuration Link icon

      public long getDuration()
    • getMatchedTethysDeployment Link icon

      public PDeployment getMatchedTethysDeployment()
    • setMatchedTethysDeployment Link icon

      public void setMatchedTethysDeployment(PDeployment closestDeployment)
    • isSelected Link icon

      public boolean isSelected()
      Returns:
      the selected
    • setSelected Link icon

      public void setSelected(boolean selected)
      Parameters:
      selected - the selected to set
    • toggleSelected Link icon

      public boolean toggleSelected()
      toggle the selected state
      Returns:
      the new state
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object