org.jasig.portlet.calendar
Class CalendarSet<T extends CalendarConfiguration>

java.lang.Object
  extended by org.jasig.portlet.calendar.CalendarSet<T>

public class CalendarSet<T extends CalendarConfiguration>
extends Object

CalendarSet represents a collection of calendar configurations.

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

Constructor Summary
CalendarSet()
           
 
Method Summary
 Set<T> getConfigurations()
           
 void setConfigurations(Set<T> configurations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSet

public CalendarSet()
Method Detail

getConfigurations

public Set<T> getConfigurations()

setConfigurations

public void setConfigurations(Set<T> configurations)


Copyright © 2012 Jasig. All Rights Reserved.