edu.sampleu.kew.krad.form
Class IngesterForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
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
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 |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
files
private List<org.springframework.web.multipart.MultipartFile> files
IngesterForm
public IngesterForm()
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.