|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.data.TimeAllocation
An arbitrary period of time.
This class is used in generating Gantt charts.
Constructor Summary | |
TimeAllocation(java.util.Date start,
java.util.Date end)
Creates a new time allocation. |
Method Summary | |
java.util.Date |
getEnd()
Returns the end date/time. |
java.util.Date |
getStart()
Returns the start date/time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeAllocation(java.util.Date start, java.util.Date end)
start
- the start date/time.end
- the end date/time.Method Detail |
public java.util.Date getStart()
public java.util.Date getEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |