org.jasig.schedassist.portlet.webflow
Class CancelAppointmentFormBackingObject

java.lang.Object
  extended by 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

Constructor Summary
CancelAppointmentFormBackingObject(AvailableBlock targetBlock)
           
 
Method Summary
 String getReason()
           
 AvailableBlock getTargetBlock()
           
 boolean isConfirmCancel()
           
 boolean isMultipleVisitors()
           
 void setConfirmCancel(boolean confirmCancel)
           
 void setReason(String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelAppointmentFormBackingObject

public CancelAppointmentFormBackingObject(AvailableBlock targetBlock)
Parameters:
targetBlock -
Method Detail

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.