Class Duration

Object
com.liferay.portal.kernel.cal.Duration
All Implemented Interfaces:
Serializable, Cloneable

public class Duration extends Object implements Cloneable, Serializable
Author:
Jonathan Lennox
See Also:
  • Constructor Details

    • Duration

      public Duration()
      Constructor Duration
    • Duration

      public Duration(int weeks)
      Constructor Duration
    • Duration

      public Duration(int hours, int minutes, int seconds)
      Constructor Duration
    • Duration

      public Duration(int days, int hours, int minutes, int seconds)
      Constructor Duration
  • Method Details

    • clear

      public void clear()
      Method clear
    • clone

      public Object clone()
      Method clone
      Overrides:
      clone in class Object
      Returns:
      Object
    • getDays

      public int getDays()
      Method getDays
      Returns:
      int
    • getHours

      public int getHours()
      Method getHours
      Returns:
      int
    • getInterval

      public long getInterval()
      Method getInterval
      Returns:
      long
    • getMinutes

      public int getMinutes()
      Method getMinutes
      Returns:
      int
    • getSeconds

      public int getSeconds()
      Method getSeconds
      Returns:
      int
    • getWeeks

      public int getWeeks()
      Method getWeeks
      Returns:
      int
    • setDays

      public void setDays(int d)
      Method setDays
    • setHours

      public void setHours(int h)
      Method setHours
    • setInterval

      public void setInterval(long millis)
      Method setInterval
    • setMinutes

      public void setMinutes(int m)
      Method setMinutes
    • setSeconds

      public void setSeconds(int s)
      Method setSeconds
    • setWeeks

      public void setWeeks(int w)
      Method setWeeks
    • toString

      public String toString()
      Method toString
      Overrides:
      toString in class Object
      Returns:
      String
    • checkNonWeeksOkay

      protected void checkNonWeeksOkay(int f)
      Method checkNonWeeksOkay
    • checkWeeksOkay

      protected void checkWeeksOkay(int f)
      Method checkWeeksOkay
    • normalize

      protected void normalize()
      Method normalize