org.kuali.ole.ingest.form
Class OleLocationForm

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

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

OleLocationForm is the Form class for Location Document

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
OleLocationForm()
           
 
Method Summary
 org.springframework.web.multipart.MultipartFile getLocationFile()
          Gets the locationFile attribute.
 String getMessage()
          Gets the locationFile attribute.
 String getOleLocationSummaryId()
          Gets the oleLocationSummaryId attribute.
 void setLocationFile(org.springframework.web.multipart.MultipartFile locationFile)
          Sets the locationFile attribute value.
 void setMessage(String message)
          Sets the message attribute value.
 void setOleLocationSummaryId(String oleLocationSummaryId)
          Sets the oleLocationSummaryId attribute value.
 
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

OleLocationForm

public OleLocationForm()
Method Detail

getLocationFile

public org.springframework.web.multipart.MultipartFile getLocationFile()
Gets the locationFile attribute.

Returns:
returns the locationFile.

setLocationFile

public void setLocationFile(org.springframework.web.multipart.MultipartFile locationFile)
Sets the locationFile attribute value.

Parameters:
locationFile - The locationFile to set.

getMessage

public String getMessage()
Gets the locationFile attribute.

Returns:
returns the locationFile.

setMessage

public void setMessage(String message)
Sets the message attribute value.

Parameters:
message - The message to set.

getOleLocationSummaryId

public String getOleLocationSummaryId()
Gets the oleLocationSummaryId attribute.

Returns:
returns the oleLocationSummaryId.

setOleLocationSummaryId

public void setOleLocationSummaryId(String oleLocationSummaryId)
Sets the oleLocationSummaryId attribute value.

Parameters:
oleLocationSummaryId - The oleLocationSummaryId to set.


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