org.jasig.schedassist.web.security.delegate
Class DelegateAccountSearchFormBackingObject

java.lang.Object
  extended by org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
All Implemented Interfaces:
Serializable

public class DelegateAccountSearchFormBackingObject
extends Object
implements Serializable

Form backing object used to search for IDelegateCalendarAccounts.

Version:
$Id: DelegateAccountSearchFormBackingObject.java 1966 2010-04-20 17:44:20Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Constructor Summary
DelegateAccountSearchFormBackingObject()
           
 
Method Summary
 String getDelegateName()
           
 String getSearchText()
           
 boolean isReturnForAutocomplete()
           
 void setDelegateName(String delegateName)
           
 void setReturnForAutocomplete(boolean returnForAutocomplete)
           
 void setSearchText(String searchText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateAccountSearchFormBackingObject

public DelegateAccountSearchFormBackingObject()
Method Detail

getSearchText

public String getSearchText()
Returns:
the searchText

setSearchText

public void setSearchText(String searchText)
Parameters:
searchText - the searchText to set

getDelegateName

public String getDelegateName()
Returns:
the delegateName

setDelegateName

public void setDelegateName(String delegateName)
Parameters:
delegateName - the delegateName to set

isReturnForAutocomplete

public boolean isReturnForAutocomplete()
Returns:
the returnForAutocomplete

setReturnForAutocomplete

public void setReturnForAutocomplete(boolean returnForAutocomplete)
Parameters:
returnForAutocomplete - the returnForAutocomplete to set


Copyright © 2011 Jasig. All Rights Reserved.