edu.sampleu.kew.krad.form
Class IngesterForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by edu.sampleu.kew.krad.form.IngesterForm
All Implemented Interfaces:
Serializable, ViewModel

public class IngesterForm
extends UifFormBase

This is a description of what this class does - Venkat don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
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, previousView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
IngesterForm()
           
 
Method Summary
 List<org.springframework.web.multipart.MultipartFile> getFiles()
           
 void setFiles(List<org.springframework.web.multipart.MultipartFile> files)
           
 
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, getPreviousView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPreviousView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, 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

IngesterForm

public IngesterForm()
Method Detail

getFiles

public List<org.springframework.web.multipart.MultipartFile> getFiles()
Returns:
the files

setFiles

public void setFiles(List<org.springframework.web.multipart.MultipartFile> files)
Parameters:
files - the files to set


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