Class Interval

java.lang.Object
org.ff4j.web.bean.Interval

public class Interval extends Object
Interval to look
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • Interval

      public Interval()
    • Interval

      public Interval(long start, long end)
  • Method Details

    • getStartTime

      public long getStartTime()
      Getter accessor for attribute 'startTime'.
      Returns:
      current value of 'startTime'
    • setStartTime

      public void setStartTime(long startTime)
      Setter accessor for attribute 'startTime'.
      Parameters:
      startTime - new value for 'startTime '
    • getEndTime

      public long getEndTime()
      Getter accessor for attribute 'endTime'.
      Returns:
      current value of 'endTime'
    • setEndTime

      public void setEndTime(long endTime)
      Setter accessor for attribute 'endTime'.
      Parameters:
      endTime - new value for 'endTime '