org.jasig.schedassist.model
Class AbstractScheduleVisitor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScheduleVisitor
public AbstractScheduleVisitor(ICalendarAccount calendarAccount)
- Parameters:
calendarAccount -
getCalendarAccount
public ICalendarAccount getCalendarAccount()
- Specified by:
getCalendarAccount in interface IScheduleVisitor
- Returns:
- the
ICalendarAccount for this visitor
Copyright © 2011 Jasig. All Rights Reserved.