com.dlsc.flexgantt.model.calendar
Class WeekendCalendarEntry

java.lang.Object
  extended by com.dlsc.flexgantt.model.calendar.AbstractCalendarEntry
      extended by com.dlsc.flexgantt.model.calendar.WeekendCalendarEntry
All Implemented Interfaces:
ICalendarEntry, java.lang.Comparable<AbstractCalendarEntry>

public class WeekendCalendarEntry
extends AbstractCalendarEntry

A calendar entry implementation for weekends.

Since:
1.0
Author:
Dirk Lemmermann

Constructor Summary
WeekendCalendarEntry()
          Constructs a new weekend calendar entry.
WeekendCalendarEntry(ITimeSpan span)
          Constructs a new weekend calendar entry.
 
Method Summary
 
Methods inherited from class com.dlsc.flexgantt.model.calendar.AbstractCalendarEntry
compareTo, getTimeSpan, setTimeSpan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeekendCalendarEntry

public WeekendCalendarEntry(ITimeSpan span)
Constructs a new weekend calendar entry.

Parameters:
span - the entry's time span
Since:
1.0

WeekendCalendarEntry

public WeekendCalendarEntry()
Constructs a new weekend calendar entry. The entry will have an undefined time span.

Since:
1.0
See Also:
TimeSpan.UNDEFINED