org.kuali.student.enrollment.class1.hold.form
Class HoldIssueInfoSearchForm

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

public class HoldIssueInfoSearchForm
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
HoldIssueInfoSearchForm()
           
 
Method Summary
 void clearValues()
           
 String getDescr()
           
 List<HoldIssueInfo> getHoldIssueInfo()
           
 String getId()
           
 String getName()
           
 String getOrganizationId()
           
 String getOrgName()
           
 String getStateKey()
           
 String getTypeKey()
           
 void setDescr(String descr)
           
 void setHoldIssueInfo(List<HoldIssueInfo> holdIssueInfo)
           
 void setId(String id)
           
 void setName(String name)
           
 void setOrganizationId(String organizationId)
           
 void setOrgName(String orgName)
           
 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

HoldIssueInfoSearchForm

public HoldIssueInfoSearchForm()
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)

getOrganizationId

public String getOrganizationId()

setOrganizationId

public void setOrganizationId(String organizationId)

getHoldIssueInfo

public List<HoldIssueInfo> getHoldIssueInfo()

setHoldIssueInfo

public void setHoldIssueInfo(List<HoldIssueInfo> holdIssueInfo)

getOrgName

public String getOrgName()

setOrgName

public void setOrgName(String orgName)

clearValues

public void clearValues()


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