|
||||||||||
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.ole.patron.merge.form.OlePatronMergeForm
public class OlePatronMergeForm
Created with IntelliJ IDEA. User: ? Date: 10/11/12 Time: 12:28 PM To change this template use File | Settings | File Templates.
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 | |
---|---|
OlePatronMergeForm()
|
Method Summary | |
---|---|
String |
getBarcode()
|
String |
getFirstName()
|
String |
getLastName()
|
List<OlePatronMergeDocument> |
getPatronList()
|
OlePatronMergeDocument |
getPatronMergeDocument()
|
String |
getPatronType()
|
boolean |
isCheckDyingPatron()
|
boolean |
isCheckSurvivor()
|
void |
setBarcode(String barcode)
|
void |
setCheckDyingPatron(boolean checkDyingPatron)
|
void |
setCheckSurvivor(boolean checkSurvivor)
|
void |
setFirstName(String firstName)
|
void |
setLastName(String lastName)
|
void |
setPatronList(List<OlePatronMergeDocument> patronList)
|
void |
setPatronMergeDocument(OlePatronMergeDocument patronMergeDocument)
|
void |
setPatronType(String patronType)
|
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 OlePatronMergeForm()
Method Detail |
---|
public boolean isCheckSurvivor()
public void setCheckSurvivor(boolean checkSurvivor)
public boolean isCheckDyingPatron()
public void setCheckDyingPatron(boolean checkDyingPatron)
public String getBarcode()
public void setBarcode(String barcode)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getPatronType()
public void setPatronType(String patronType)
public List<OlePatronMergeDocument> getPatronList()
public void setPatronList(List<OlePatronMergeDocument> patronList)
public OlePatronMergeDocument getPatronMergeDocument()
public void setPatronMergeDocument(OlePatronMergeDocument patronMergeDocument)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |