| java.lang.Object com.liferay.util.cal.Duration
Duration | public Duration()(Code) | | Constructor Duration
|
Duration | public Duration(int d, int h, int m, int s)(Code) | | Constructor Duration
Parameters: d - Parameters: h - Parameters: m - Parameters: s - |
Duration | public Duration(int h, int m, int s)(Code) | | Constructor Duration
Parameters: h - Parameters: m - Parameters: s - |
Duration | public Duration(int w)(Code) | | Constructor Duration
Parameters: w - |
checkNonWeeksOkay | protected void checkNonWeeksOkay(int f)(Code) | | Method checkNonWeeksOkay
Parameters: f - |
checkWeeksOkay | protected void checkWeeksOkay(int f)(Code) | | Method checkWeeksOkay
Parameters: f - |
clear | public void clear()(Code) | | Method clear
|
getDays | public int getDays()(Code) | | Method getDays
int |
getHours | public int getHours()(Code) | | Method getHours
int |
getInterval | public long getInterval()(Code) | | Method getInterval
long |
getMinutes | public int getMinutes()(Code) | | Method getMinutes
int |
getSeconds | public int getSeconds()(Code) | | Method getSeconds
int |
getWeeks | public int getWeeks()(Code) | | Method getWeeks
int |
normalize | protected void normalize()(Code) | | Method normalize
|
setDays | public void setDays(int d)(Code) | | Method setDays
Parameters: d - |
setHours | public void setHours(int h)(Code) | | Method setHours
Parameters: h - |
setInterval | public void setInterval(long millis)(Code) | | Method setInterval
Parameters: millis - |
setMinutes | public void setMinutes(int m)(Code) | | Method setMinutes
Parameters: m - |
setSeconds | public void setSeconds(int s)(Code) | | Method setSeconds
Parameters: s - |
setWeeks | public void setWeeks(int w)(Code) | | Method setWeeks
Parameters: w - |
toString | public String toString()(Code) | | Method toString
String |
|
|