org.jasig.schedassist.portlet.webflow
Class CancelAppointmentFormBackingObject
java.lang.Object
org.jasig.schedassist.portlet.webflow.CancelAppointmentFormBackingObject
- All Implemented Interfaces:
- Serializable
public class CancelAppointmentFormBackingObject
- extends Object
- implements Serializable
Form backing object for the cancel-appointment flow.
- Version:
- $Id: CancelAppointmentFormBackingObject.java 2345 2010-08-06 20:14:41Z 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 |
CancelAppointmentFormBackingObject
public CancelAppointmentFormBackingObject(AvailableBlock targetBlock)
- Parameters:
targetBlock -
getTargetBlock
public AvailableBlock getTargetBlock()
- Returns:
- the 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
Copyright © 2012 Jasig. All Rights Reserved.