org.jasig.schedassist.web.visitor
Class CancelAppointmentFormBackingObject
java.lang.Object
org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
public class CancelAppointmentFormBackingObject
- extends Object
Form backing object for CancelAppointmentFormController.
- Version:
- $Id: CancelAppointmentFormBackingObject.java 1713 2010-02-15 16:23:42Z 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 |
CancelAppointmentFormBackingObject
public CancelAppointmentFormBackingObject(AvailableBlock targetBlock)
- Parameters:
targetBlock -
isMultipleVisitors
public boolean isMultipleVisitors()
- Returns:
- true if the
AvailableBlock that this instance targets has visitorLimit greater than 1
isConfirmCancel
public boolean isConfirmCancel()
- Returns:
- the confirmCancel
setConfirmCancel
public void setConfirmCancel(boolean confirmCancel)
- Parameters:
confirmCancel - the confirmCancel to set
getReason
public String getReason()
- Returns:
- the reason
setReason
public void setReason(String reason)
- Parameters:
reason - the reason to set
getTargetBlock
public AvailableBlock getTargetBlock()
- Returns:
- the targetBlock
Copyright © 2012 Jasig. All Rights Reserved.