|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.util.cal.Duration
com.liferay.portal.kernel.cal
.
public class Duration
Constructor Summary | |
---|---|
Duration()
Deprecated. Constructor Duration |
|
Duration(int w)
Deprecated. Constructor Duration |
|
Duration(int h,
int m,
int s)
Deprecated. Constructor Duration |
|
Duration(int d,
int h,
int m,
int s)
Deprecated. Constructor Duration |
Method Summary | |
---|---|
protected void |
checkNonWeeksOkay(int f)
Deprecated. Method checkNonWeeksOkay |
protected void |
checkWeeksOkay(int f)
Deprecated. Method checkWeeksOkay |
void |
clear()
Deprecated. Method clear |
Object |
clone()
Deprecated. Method clone |
int |
getDays()
Deprecated. Method getDays |
int |
getHours()
Deprecated. Method getHours |
long |
getInterval()
Deprecated. Method getInterval |
int |
getMinutes()
Deprecated. Method getMinutes |
int |
getSeconds()
Deprecated. Method getSeconds |
int |
getWeeks()
Deprecated. Method getWeeks |
protected void |
normalize()
Deprecated. Method normalize |
void |
setDays(int d)
Deprecated. Method setDays |
void |
setHours(int h)
Deprecated. Method setHours |
void |
setInterval(long millis)
Deprecated. Method setInterval |
void |
setMinutes(int m)
Deprecated. Method setMinutes |
void |
setSeconds(int s)
Deprecated. Method setSeconds |
void |
setWeeks(int w)
Deprecated. Method setWeeks |
String |
toString()
Deprecated. Method toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Duration()
public Duration(int d, int h, int m, int s)
public Duration(int h, int m, int s)
public Duration(int w)
Method Detail |
---|
public void clear()
public int getWeeks()
public void setWeeks(int w)
public int getDays()
public void setDays(int d)
public int getHours()
public void setHours(int h)
public int getMinutes()
public void setMinutes(int m)
public int getSeconds()
public void setSeconds(int s)
public long getInterval()
public void setInterval(long millis)
protected void normalize()
protected void checkWeeksOkay(int f)
protected void checkNonWeeksOkay(int f)
public Object clone()
clone
in class Object
public String toString()
toString
in class Object
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |