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

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
private  List<org.springframework.web.multipart.MultipartFile> files
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, attachmentFile, defaultsApplied, focusId, formKey, formPostUrl, homeLocation, hubFormKey, hubLocation, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, previousView, renderFullView, returnFormKey, returnLocation, 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, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getHomeLocation, getHubFormKey, getHubLocation, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPreviousView, getReturnFormKey, getReturnLocation, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setHomeLocation, setHubFormKey, setHubLocation, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPreviousView, setRenderFullView, setReturnFormKey, setReturnLocation, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

files

private List<org.springframework.web.multipart.MultipartFile> files
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.