Package hec.model

Class TimeWindow

java.lang.Object
hec.model.TimeWindow
All Implemented Interfaces:
Serializable

public class TimeWindow extends Object implements Serializable
See Also:
  • Constructor Details

    • TimeWindow

      public TimeWindow()
    • TimeWindow

      public TimeWindow(String start, String stop, String lookback)
  • Method Details

    • setStart

      public void setStart(String start)
    • getStart

      public String getStart()
    • setStop

      public void setStop(String stop)
    • getStop

      public String getStop()
    • setLookback

      public void setLookback(String lookback)
    • getLookback

      public String getLookback()