org.kuali.ole.patron.merge.form
Class OlePatronMergeForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.ole.patron.merge.form.OlePatronMergeForm
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.uif.view.ViewModel

public class OlePatronMergeForm
extends org.kuali.rice.krad.web.form.UifFormBase

Created with IntelliJ IDEA. User: ? Date: 10/11/12 Time: 12:28 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

OlePatronMergeForm

public OlePatronMergeForm()
Method Detail

isCheckSurvivor

public boolean isCheckSurvivor()

setCheckSurvivor

public void setCheckSurvivor(boolean checkSurvivor)

isCheckDyingPatron

public boolean isCheckDyingPatron()

setCheckDyingPatron

public void setCheckDyingPatron(boolean checkDyingPatron)

getBarcode

public String getBarcode()

setBarcode

public void setBarcode(String barcode)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getPatronType

public String getPatronType()

setPatronType

public void setPatronType(String patronType)

getPatronList

public List<OlePatronMergeDocument> getPatronList()

setPatronList

public void setPatronList(List<OlePatronMergeDocument> patronList)

getPatronMergeDocument

public OlePatronMergeDocument getPatronMergeDocument()

setPatronMergeDocument

public void setPatronMergeDocument(OlePatronMergeDocument patronMergeDocument)


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