org.kuali.rice.krad.web.form
Class MaintenanceForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krad.web.form.DocumentFormBase
org.kuali.rice.krad.web.form.MaintenanceForm
- All Implemented Interfaces:
- Serializable
public class MaintenanceForm
- extends DocumentFormBase
Form class for MaintenanceView
screens
- 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 |
Methods inherited from class org.kuali.rice.krad.web.form.DocumentFormBase |
getAnnotation, getCommand, getDefaultDocumentTypeName, getDocId, getDocTypeName, getDocumentCreateDate, getDocumentInitiatorNetworkId, getWorkflowDocument, instantiateDocument, setAnnotation, setCommand, setDocId, setDocTypeName, setDocument |
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
dataObjectClassName
protected String dataObjectClassName
maintenanceAction
protected String maintenanceAction
MaintenanceForm
public MaintenanceForm()
getDocument
public MaintenanceDocument getDocument()
- Overrides:
getDocument
in class DocumentFormBase
getDataObjectClassName
public String getDataObjectClassName()
setDataObjectClassName
public void setDataObjectClassName(String dataObjectClassName)
getMaintenanceAction
public String getMaintenanceAction()
setMaintenanceAction
public void setMaintenanceAction(String maintenanceAction)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.