org.jasig.portlet.calendar.mvc
Class CalendarDisplayEvent

java.lang.Object
  extended by org.jasig.portlet.calendar.mvc.CalendarDisplayEvent
All Implemented Interfaces:
Comparable<CalendarDisplayEvent>

public class CalendarDisplayEvent
extends Object
implements Comparable<CalendarDisplayEvent>

Version:
$Revision: 25719 $
Author:
Jen Bourey, jbourey@unicon.net

Constructor Summary
CalendarDisplayEvent(net.fortuna.ical4j.model.component.VEvent event, org.joda.time.Interval eventInterval, org.joda.time.Interval day, org.joda.time.format.DateTimeFormatter df, org.joda.time.format.DateTimeFormatter tf)
           
 
Method Summary
 int compareTo(CalendarDisplayEvent event)
           
 boolean equals(Object o)
           
 String getDateEndTime()
           
 String getDateStartTime()
           
 org.joda.time.DateTime getDayEnd()
           
 org.joda.time.DateTime getDayStart()
           
 String getDescription()
           
 String getEndDate()
           
 String getEndTime()
           
 String getLocation()
           
 String getStartDate()
           
 String getStartTime()
           
 String getSummary()
           
 int hashCode()
           
 boolean isAllDay()
           
 boolean isMultiDay()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarDisplayEvent

public CalendarDisplayEvent(net.fortuna.ical4j.model.component.VEvent event,
                            org.joda.time.Interval eventInterval,
                            org.joda.time.Interval day,
                            org.joda.time.format.DateTimeFormatter df,
                            org.joda.time.format.DateTimeFormatter tf)
Method Detail

getSummary

public String getSummary()

getDescription

public String getDescription()

getLocation

public String getLocation()

getDateStartTime

public String getDateStartTime()

getDateEndTime

public String getDateEndTime()

getStartTime

public String getStartTime()

getEndTime

public String getEndTime()

getStartDate

public String getStartDate()

getEndDate

public String getEndDate()

isAllDay

public boolean isAllDay()

isMultiDay

public boolean isMultiDay()

getDayStart

public org.joda.time.DateTime getDayStart()

getDayEnd

public org.joda.time.DateTime getDayEnd()

compareTo

public int compareTo(CalendarDisplayEvent event)
Specified by:
compareTo in interface Comparable<CalendarDisplayEvent>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.