org.jasig.schedassist.web.admin
Class VisibleScheduleDebugFormBackingObject
java.lang.Object
org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
public class VisibleScheduleDebugFormBackingObject
- extends Object
Form backing object for VisibleScheduleDebugFormController; made up
of 2 AccountLookupFormBackingObjects, 1 for the owner, and 1 for the visitor.
- Version:
- $Id: VisibleScheduleDebugFormBackingObject.java 2978 2011-01-25 19:20:51Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisibleScheduleDebugFormBackingObject
public VisibleScheduleDebugFormBackingObject()
getVisitorLookup
public AccountLookupFormBackingObject getVisitorLookup()
- Returns:
- the visitorLookup
setVisitorLookup
public void setVisitorLookup(AccountLookupFormBackingObject visitorLookup)
- Parameters:
visitorLookup - the visitorLookup to set
getOwnerLookup
public AccountLookupFormBackingObject getOwnerLookup()
- Returns:
- the ownerLookup
setOwnerLookup
public void setOwnerLookup(AccountLookupFormBackingObject ownerLookup)
- Parameters:
ownerLookup - the ownerLookup to set
getScheduleOwner
public IScheduleOwner getScheduleOwner()
- Returns:
- the scheduleOwner
setScheduleOwner
public void setScheduleOwner(IScheduleOwner scheduleOwner)
- Parameters:
scheduleOwner - the scheduleOwner to set
getScheduleVisitor
public IScheduleVisitor getScheduleVisitor()
- Returns:
- the scheduleVisitor
setScheduleVisitor
public void setScheduleVisitor(IScheduleVisitor scheduleVisitor)
- Parameters:
scheduleVisitor - the scheduleVisitor to set
Copyright © 2011 Jasig. All Rights Reserved.