|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeModel
This interface must be supported if another calculation of time intervals is desired
Note: a implementing class must support a constructor without parameters
Method Summary | |
---|---|
long |
getInterval(java.util.Date start,
java.util.Date end)
calculates the time interval |
java.lang.String |
getModelName()
returns the Name of the Model for HTML purpose |
Method Detail |
---|
long getInterval(java.util.Date start, java.util.Date end)
start
- the start date of the intervalend
- the end date of the interval
java.lang.String getModelName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |