de.jaret.util.date
Class Event
java.lang.Object
de.jaret.util.misc.PropertyObservableBase
de.jaret.util.date.IntervalImpl
de.jaret.util.date.Event
- All Implemented Interfaces:
- Interval, PropertyObservable, PropertyChangeListener, EventListener
public class Event
- extends IntervalImpl
Extension of the interval implementation forming a single point in time.
- Version:
- $Id: Event.java 562 2007-09-15 14:45:12Z olk $
- Author:
- kliem
Methods inherited from class de.jaret.util.date.IntervalImpl |
contains, contains, containsNonIncluding, containsStatic, getBegin, getEnd, getSeconds, intersect, intersectNonIncluding, intersects, propertyChange, toString |
Event
public Event(JaretDate date)
setBegin
public void setBegin(JaretDate begin)
- Description copied from class:
IntervalImpl
- Set the begin timestamp of the interval.
- Specified by:
setBegin
in interface Interval
- Overrides:
setBegin
in class IntervalImpl
- Parameters:
begin
- the begin timestamp to be set.
setEnd
public void setEnd(JaretDate end)
- Set the end timestamp of the interval.
- Specified by:
setEnd
in interface Interval
- Overrides:
setEnd
in class IntervalImpl
- Parameters:
end
- the end timestamp to be set.
Copyright © 2013. All Rights Reserved.