org.jasig.portlet.calendar.mvc
Class JsonCalendarEvent

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

public class JsonCalendarEvent
extends Object
implements Comparable<JsonCalendarEvent>

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

Constructor Summary
JsonCalendarEvent(net.fortuna.ical4j.model.component.VEvent event, Date date, TimeZone tz)
           
 
Method Summary
 int compareTo(JsonCalendarEvent event)
           
 boolean equals(Object o)
           
 String getDateEndTime()
           
 String getDateStartTime()
           
 Date getDayEnd()
           
 Date getDayStart()
           
 String getDescription()
           
 String getEndDate()
           
 String getEndTime()
           
 String getLocation()
           
 String getStartDate()
           
 String getStartTime()
           
 String getSummary()
           
 boolean isAllDay()
           
 boolean isMultiDay()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonCalendarEvent

public JsonCalendarEvent(net.fortuna.ical4j.model.component.VEvent event,
                         Date date,
                         TimeZone tz)
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 Date getDayStart()

getDayEnd

public Date getDayEnd()

compareTo

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

equals

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


Copyright © 2011 Jasig. All Rights Reserved.