org.kuali.ole.myaccount.renewal.form
Class OleMyAccountForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.ole.myaccount.renewal.form.OleMyAccountForm
- All Implemented Interfaces:
- Serializable, org.kuali.rice.krad.uif.view.ViewModel
public class OleMyAccountForm
- extends org.kuali.rice.krad.web.form.UifFormBase
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
- See Also:
- Serialized Form
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 |
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 |
OleMyAccountForm
public OleMyAccountForm()
getMyAccProxyFirstName
public String getMyAccProxyFirstName()
setMyAccProxyFirstName
public void setMyAccProxyFirstName(String myAccProxyFirstName)
getMyAccProxyLastName
public String getMyAccProxyLastName()
setMyAccProxyLastName
public void setMyAccProxyLastName(String myAccProxyLastName)
getMyAccProxyBarcode
public String getMyAccProxyBarcode()
setMyAccProxyBarcode
public void setMyAccProxyBarcode(String myAccProxyBarcode)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
isShowReturnMyAccount
public boolean isShowReturnMyAccount()
setShowReturnMyAccount
public void setShowReturnMyAccount(boolean showReturnMyAccount)
getBarcode
public String getBarcode()
setBarcode
public void setBarcode(String barcode)
getOlePatronDocument
public OlePatronDocument getOlePatronDocument()
setOlePatronDocument
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
isValidPatronFlag
public boolean isValidPatronFlag()
setValidPatronFlag
public void setValidPatronFlag(boolean validPatronFlag)
getPatronPassword
public String getPatronPassword()
setPatronPassword
public void setPatronPassword(String patronPassword)
getItem
public String getItem()
setItem
public void setItem(String item)
getInformation
public String getInformation()
setInformation
public void setInformation(String information)
getPreferredAddress
public String getPreferredAddress()
setPreferredAddress
public void setPreferredAddress(String preferredAddress)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPhoneNumber
public String getPhoneNumber()
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
getBorrowerTypeId
public String getBorrowerTypeId()
setBorrowerTypeId
public void setBorrowerTypeId(String borrowerTypeId)
getPatronId
public String getPatronId()
setPatronId
public void setPatronId(String patronId)
getPatronName
public String getPatronName()
setPatronName
public void setPatronName(String patronName)
getBorrowerType
public String getBorrowerType()
setBorrowerType
public void setBorrowerType(String borrowerType)
getPatronBarcode
public String getPatronBarcode()
setPatronBarcode
public void setPatronBarcode(String patronBarcode)
getExistingLoanList
public List<OleRenewalLoanDocument> getExistingLoanList()
setExistingLoanList
public void setExistingLoanList(List<OleRenewalLoanDocument> existingLoanList)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.