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

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

public class HolidayCalendarForm
extends UifFormBase

This class is the formClass for HolidayCalendar views

Author:
Kuali Student Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
HolidayCalendarForm()
           
 
Method Summary
 String getAdminOrgName()
           
 String getHcId()
           
 HolidayCalendarInfo getHolidayCalendarInfo()
           
 List<HolidayWrapper> getHolidays()
           
 Date getNewCalendarEndDate()
           
 String getNewCalendarName()
           
 Date getNewCalendarStartDate()
           
 String getOrgHcId()
           
 String getStateName()
           
 String getUpdateTimeString()
           
 boolean isNewCalendar()
           
 boolean isOfficialCalendar()
           
 boolean isOfficialUI()
           
 void setAdminOrgName(String adminOrgName)
           
 void setHcId(String hcId)
           
 void setHolidayCalendarInfo(HolidayCalendarInfo holidayCalendarInfo)
           
 void setHolidays(List<HolidayWrapper> holidays)
           
 void setNewCalendar(boolean newCalendar)
           
 void setNewCalendarEndDate(Date newCalendarEndDate)
           
 void setNewCalendarName(String newCalendarName)
           
 void setNewCalendarStartDate(Date newCalendarStartDate)
           
 void setOfficialCalendar(boolean officialCalendar)
           
 void setOrgHcId(String orgHcId)
           
 void setStateName(String stateName)
           
 
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, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, 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

HolidayCalendarForm

public HolidayCalendarForm()
Method Detail

getHolidayCalendarInfo

public HolidayCalendarInfo getHolidayCalendarInfo()

setHolidayCalendarInfo

public void setHolidayCalendarInfo(HolidayCalendarInfo holidayCalendarInfo)

getHolidays

public List<HolidayWrapper> getHolidays()

setHolidays

public void setHolidays(List<HolidayWrapper> holidays)

getStateName

public String getStateName()

setStateName

public void setStateName(String stateName)

getAdminOrgName

public String getAdminOrgName()

setAdminOrgName

public void setAdminOrgName(String adminOrgName)

getNewCalendarName

public String getNewCalendarName()

setNewCalendarName

public void setNewCalendarName(String newCalendarName)

getNewCalendarStartDate

public Date getNewCalendarStartDate()

setNewCalendarStartDate

public void setNewCalendarStartDate(Date newCalendarStartDate)

getNewCalendarEndDate

public Date getNewCalendarEndDate()

setNewCalendarEndDate

public void setNewCalendarEndDate(Date newCalendarEndDate)

getHcId

public String getHcId()

setHcId

public void setHcId(String hcId)

getOrgHcId

public String getOrgHcId()

setOrgHcId

public void setOrgHcId(String orgHcId)

isNewCalendar

public boolean isNewCalendar()

setNewCalendar

public void setNewCalendar(boolean newCalendar)

isOfficialCalendar

public boolean isOfficialCalendar()

setOfficialCalendar

public void setOfficialCalendar(boolean officialCalendar)

getUpdateTimeString

public String getUpdateTimeString()

isOfficialUI

public boolean isOfficialUI()


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