|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.web.form.UifFormBase
org.kuali.ole.myaccount.renewal.form.OleMyAccountRequestForm
public class OleMyAccountRequestForm
The OleLoanForm is the form class that defines all the loan fields required for a loan processing using getters and setters and is involved in passing the data to the UI layer
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
actionParameters, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Constructor Summary | |
---|---|
OleMyAccountRequestForm()
|
Method Summary | |
---|---|
List<OleDeliverRequestBo> |
getOleDeliverRequestBos()
|
OlePatronDocument |
getOlePatronDocument()
|
String |
getOlePatronId()
|
String |
getRequestMessage()
|
void |
setOleDeliverRequestBos(List<OleDeliverRequestBo> oleDeliverRequestBos)
|
void |
setOlePatronDocument(OlePatronDocument olePatronDocument)
|
void |
setOlePatronId(String olePatronId)
|
void |
setRequestMessage(String requestMessage)
|
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isSkipViewInit, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, 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 OleMyAccountRequestForm()
Method Detail |
---|
public String getOlePatronId()
public void setOlePatronId(String olePatronId)
public OlePatronDocument getOlePatronDocument()
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
public String getRequestMessage()
public void setRequestMessage(String requestMessage)
public List<OleDeliverRequestBo> getOleDeliverRequestBos()
public void setOleDeliverRequestBos(List<OleDeliverRequestBo> oleDeliverRequestBos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |