|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is an utility interface for handling date ranges.
Copyright (c) SAP 2003
| Method Summary | |
int |
getDuration()
Returns the duration of the date range |
java.util.Date |
getEndDateTime()
Returns the End date and time |
java.util.Date |
getStartDateTime()
Returns the start date and time |
void |
setDuration(int duration)
Sets the duration of the date range (sets the endDateTime as startDateTime + duration) |
void |
setEndDateTime(java.util.Date endDateTime)
Sets the end date and time |
void |
setStartDateTime(java.util.Date startDateTime)
Sets the start date and time |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public int getDuration()
public java.util.Date getEndDateTime()
public java.util.Date getStartDateTime()
public void setDuration(int duration)
duration - (in minutes)public void setEndDateTime(java.util.Date endDateTime)
Date - end date timepublic void setStartDateTime(java.util.Date startDateTime)
Date - start date time
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||