|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcaltool.schedule.Duration
public class Duration
Duration is the time length of a scheduled item, in hours and minutes. The miniumn duration value is 1 minute. The maximum is 999 houus.
| Field Summary | |
|---|---|
(package private) int |
hours
Hour component of a duration value, between 0 and 999 |
(package private) int |
minutes
Minute component of a duration value, between 0 and 60*999 |
| Constructor Summary | |
|---|---|
Duration()
Construct an empty duration value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int hours
int minutes
| Constructor Detail |
|---|
public Duration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||