org.jasig.schedassist.web.register
Class RemoveAccountFormBackingObject

java.lang.Object
  extended by org.jasig.schedassist.web.register.RemoveAccountFormBackingObject

public class RemoveAccountFormBackingObject
extends Object

Form backing object for RemoveAccountFormController.

Version:
$Id: RemoveAccountFormBackingObject.java 1739 2010-02-16 18:19:23Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
RemoveAccountFormBackingObject()
           
 
Method Summary
 boolean isConfirmed()
           
 void setConfirmed(boolean confirmed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAccountFormBackingObject

public RemoveAccountFormBackingObject()
Method Detail

isConfirmed

public boolean isConfirmed()
Returns:
the confirmed

setConfirmed

public void setConfirmed(boolean confirmed)
Parameters:
confirmed - the confirmed to set


Copyright © 2011 Jasig. All Rights Reserved.