de.jaret.util.date
Class Event

java.lang.Object
  extended by de.jaret.util.misc.PropertyObservableBase
      extended by de.jaret.util.date.IntervalImpl
          extended by 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

Field Summary
 
Fields inherited from class de.jaret.util.date.IntervalImpl
_begin, _end
 
Fields inherited from class de.jaret.util.misc.PropertyObservableBase
_propertyChangeSupport
 
Fields inherited from interface de.jaret.util.date.Interval
PROP_BEGIN, PROP_END
 
Constructor Summary
Event(JaretDate date)
           
 
Method Summary
 void setBegin(JaretDate begin)
          Set the begin timestamp of the interval.
 void setEnd(JaretDate end)
          Set the end timestamp of the interval.
 
Methods inherited from class de.jaret.util.date.IntervalImpl
contains, contains, containsNonIncluding, containsStatic, getBegin, getEnd, getSeconds, intersect, intersectNonIncluding, intersects, propertyChange, toString
 
Methods inherited from class de.jaret.util.misc.PropertyObservableBase
addPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jaret.util.misc.PropertyObservable
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

Event

public Event(JaretDate date)
Method Detail

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.