|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.web.form.UifFormBase org.kuali.student.enrollment.class1.hold.form.HoldIssueInfoSearchForm
public class HoldIssueInfoSearchForm
This class //TODO ...
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 |
---|
public HoldIssueInfoSearchForm()
Method Detail |
---|
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getTypeKey()
public void setTypeKey(String typeKey)
public String getStateKey()
public void setStateKey(String stateKey)
public String getDescr()
public void setDescr(String descr)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public List<HoldIssueInfo> getHoldIssueInfo()
public void setHoldIssueInfo(List<HoldIssueInfo> holdIssueInfo)
public String getOrgName()
public void setOrgName(String orgName)
public void clearValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |