at.ac.tuwien.cs.ztimeview.time
Interface Interval

All Superinterfaces:
Timed
All Known Subinterfaces:
ActivePlanningInterval
All Known Implementing Classes:
PlanningTask, PTimeLayer, Task, TimeInterval

public interface Interval
extends Timed

Interface for objects representing an interval

Version:
0.1 created: 2003-03-18 last change: 2003-03-18
Author:
Wolfgang Aigner

Method Summary
 java.util.Date getEnd()
          Get the end of the interval
 java.util.Date getStart()
          Get the start of the interval
 void setEnd(java.util.Date end)
          Set the end of the interval
 void setStart(java.util.Date start)
          Set the start of the interval
 

Method Detail

setStart

public void setStart(java.util.Date start)
Set the start of the interval

Parameters:
start - beginning of interval

getStart

public java.util.Date getStart()
Get the start of the interval

Returns:
beginning of interval

setEnd

public void setEnd(java.util.Date end)
Set the end of the interval

Parameters:
end - end of interval

getEnd

public java.util.Date getEnd()
Get the end of the interval

Returns:
end of interval


Copyright © 2004 by Vienna University of Technology.