org.jasig.schedassist.model
Class AbstractScheduleVisitor

java.lang.Object
  extended by org.jasig.schedassist.model.AbstractScheduleVisitor
All Implemented Interfaces:
Serializable, IScheduleVisitor

public abstract class AbstractScheduleVisitor
extends Object
implements IScheduleVisitor

Abstract IScheduleVisitor implementation. All ICalendarAccount methods are implemented by delegating to the internal ICalendarAccount required by the sole constructor.

Version:
$Id: AbstractScheduleVisitor.java 1898 2010-04-14 21:07:32Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Constructor Summary
AbstractScheduleVisitor(ICalendarAccount calendarAccount)
           
 
Method Summary
 ICalendarAccount getCalendarAccount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScheduleVisitor

public AbstractScheduleVisitor(ICalendarAccount calendarAccount)
Parameters:
calendarAccount -
Method Detail

getCalendarAccount

public ICalendarAccount getCalendarAccount()
Specified by:
getCalendarAccount in interface IScheduleVisitor
Returns:
the ICalendarAccount for this visitor


Copyright © 2011 Jasig. All Rights Reserved.