org.kuali.student.enrollment.class2.acal.form
Class CalendarSearchForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.student.enrollment.class2.acal.form.CalendarSearchForm
All Implemented Interfaces:
Serializable, ViewModel

public class CalendarSearchForm
extends UifFormBase

This class //TODO ...

Author:
Kuali Student Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, renderFullView, requestRedirect, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, state, updateComponentId, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
CalendarSearchForm()
           
 
Method Summary
 List<AcademicCalendarInfo> getAcademicCalendars()
           
 String getCalendarType()
           
 List<HolidayCalendarInfo> getHolidayCalendars()
           
 String getName()
           
 List<TermInfo> getTerms()
           
 String getYear()
           
 void setAcademicCalendars(List<AcademicCalendarInfo> academicCalendars)
           
 void setCalendarType(String calendarType)
           
 void setHolidayCalendars(List<HolidayCalendarInfo> holidayCalendars)
           
 void setName(String name)
           
 void setTerms(List<TermInfo> terms)
           
 void setYear(String year)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isDefaultsApplied, isRenderedInLightBox, isRenderFullView, isRequestRedirect, isSkipViewInit, isValidateDirty, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRenderFullView, setRequestRedirect, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setState, setUpdateComponentId, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSearchForm

public CalendarSearchForm()
Method Detail

getCalendarType

public String getCalendarType()

setCalendarType

public void setCalendarType(String calendarType)

getName

public String getName()

setName

public void setName(String name)

getYear

public String getYear()

setYear

public void setYear(String year)

getHolidayCalendars

public List<HolidayCalendarInfo> getHolidayCalendars()

setHolidayCalendars

public void setHolidayCalendars(List<HolidayCalendarInfo> holidayCalendars)

getAcademicCalendars

public List<AcademicCalendarInfo> getAcademicCalendars()

setAcademicCalendars

public void setAcademicCalendars(List<AcademicCalendarInfo> academicCalendars)

getTerms

public List<TermInfo> getTerms()

setTerms

public void setTerms(List<TermInfo> terms)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.