|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.util.cal.Duration
Duration
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 w)
public Duration(int h, int m, int s)
public Duration(int d, int h, int m, int s)
Method Detail |
---|
public void clear()
public Object clone()
clone
in class Object
public int getDays()
public int getHours()
public long getInterval()
public int getMinutes()
public int getSeconds()
public int getWeeks()
public void setDays(int d)
public void setHours(int h)
public void setInterval(long millis)
public void setMinutes(int m)
public void setSeconds(int s)
public void setWeeks(int w)
public String toString()
toString
in class Object
protected void checkNonWeeksOkay(int f)
protected void checkWeeksOkay(int f)
protected void normalize()
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |