org.kuali.student.enrollment.class1.check.form
Class CheckInfoForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.student.enrollment.class1.check.form.CheckInfoForm
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.uif.view.ViewModel

public class CheckInfoForm
extends org.kuali.rice.krad.web.form.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
CheckInfoForm()
           
 
Method Summary
 String getAgendaId()
           
 CheckInfo getCheckInfo()
           
 List<CheckInfo> getCheckInfoList()
           
 String getChildProcessKey()
           
 String getDescr()
           
 String getEventcalendar()
           
 String getHoldIssueId()
           
 String getHoldName()
           
 String getId()
           
 String getLeftComparisonAgendaId()
           
 String getMilestoneTypeKey()
           
 String getName()
           
 String getProcessName()
           
 String getRightComparisonAgendaId()
           
 String getRightComparisonValue()
           
 String getStateKey()
           
 String getTypeKey()
           
 void setAgendaId(String agendaId)
           
 void setCheckInfo(CheckInfo chechInfo)
           
 void setCheckInfoList(List<CheckInfo> checkInfoList)
           
 void setChildProcessKey(String childProcessKey)
           
 void setDescr(String descr)
           
 void setEventcalendar(String eventcalendar)
           
 void setHoldIssueId(String holdIssueId)
           
 void setHoldName(String holdName)
           
 void setId(String id)
           
 void setLeftComparisonAgendaId(String leftComparisonAgendaId)
           
 void setMilestoneTypeKey(String milestoneTypeKey)
           
 void setName(String name)
           
 void setProcessName(String processName)
           
 void setRightComparisonAgendaId(String rightComparisonAgendaId)
           
 void setRightComparisonValue(String rightComparisonValue)
           
 void setStateKey(String stateKey)
           
 void setTypeKey(String typeKey)
           
 
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

CheckInfoForm

public CheckInfoForm()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getTypeKey

public String getTypeKey()

setTypeKey

public void setTypeKey(String typeKey)

getStateKey

public String getStateKey()

setStateKey

public void setStateKey(String stateKey)

getDescr

public String getDescr()

setDescr

public void setDescr(String descr)

getRightComparisonValue

public String getRightComparisonValue()

setRightComparisonValue

public void setRightComparisonValue(String rightComparisonValue)

getAgendaId

public String getAgendaId()

setAgendaId

public void setAgendaId(String agendaId)

getCheckInfo

public CheckInfo getCheckInfo()

setCheckInfo

public void setCheckInfo(CheckInfo chechInfo)

getChildProcessKey

public String getChildProcessKey()

setChildProcessKey

public void setChildProcessKey(String childProcessKey)

getHoldIssueId

public String getHoldIssueId()

setHoldIssueId

public void setHoldIssueId(String holdIssueId)

getLeftComparisonAgendaId

public String getLeftComparisonAgendaId()

setLeftComparisonAgendaId

public void setLeftComparisonAgendaId(String leftComparisonAgendaId)

getMilestoneTypeKey

public String getMilestoneTypeKey()

setMilestoneTypeKey

public void setMilestoneTypeKey(String milestoneTypeKey)

getRightComparisonAgendaId

public String getRightComparisonAgendaId()

setRightComparisonAgendaId

public void setRightComparisonAgendaId(String rightComparisonAgendaId)

getCheckInfoList

public List<CheckInfo> getCheckInfoList()

setCheckInfoList

public void setCheckInfoList(List<CheckInfo> checkInfoList)

getHoldName

public String getHoldName()

setHoldName

public void setHoldName(String holdName)

getEventcalendar

public String getEventcalendar()

setEventcalendar

public void setEventcalendar(String eventcalendar)

getProcessName

public String getProcessName()

setProcessName

public void setProcessName(String processName)


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