|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nutiteq.components.DurationTime
public class DurationTime
Generic duration object containing days, hours, minutes and seconds.
| Constructor Summary | |
|---|---|
DurationTime()
|
|
DurationTime(int days,
int hours,
int minutes,
int seconds)
|
|
| Method Summary | |
|---|---|
int |
getDays()
|
int |
getHours()
|
int |
getMinutes()
|
int |
getSeconds()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DurationTime(int days,
int hours,
int minutes,
int seconds)
public DurationTime()
| Method Detail |
|---|
public int getDays()
public int getHours()
public int getMinutes()
public int getSeconds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||