org.kuali.ole.editor.form
Class MarcEditorForm

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

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

MarcEditorForm is the form class for Marc Editor

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
MarcEditorForm()
          Default Constructor.
 
Method Summary
 List<MarcEditorControlField> getControlFields()
          Gets the controlFields attribute.
 List<MarcEditorDataField> getDataFields()
          Gets the dataFields attribute.
 String getLeader()
          Gets the leader attribute.
 String getMessage()
          Gets the message attribute.
 String getUuid()
          Gets the uuid attribute.
 void setControlFields(List<MarcEditorControlField> controlFields)
          Sets the controlFields attribute value.
 void setDataFields(List<MarcEditorDataField> dataFields)
          Sets the dataFields attribute value.
 void setLeader(String leader)
          Sets the leader attribute value.
 void setMessage(String message)
          Sets the message attribute value.
 void setUuid(String uuid)
          Sets the uuid 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

MarcEditorForm

public MarcEditorForm()
Default Constructor. The default behaviour of this object.

Method Detail

getLeader

public String getLeader()
Gets the leader attribute.

Returns:
Returns leader.

setLeader

public void setLeader(String leader)
Sets the leader attribute value.

Parameters:
leader - The leader to set.

getDataFields

public List<MarcEditorDataField> getDataFields()
Gets the dataFields attribute.

Returns:
Returns dataFields.

setDataFields

public void setDataFields(List<MarcEditorDataField> dataFields)
Sets the dataFields attribute value.

Parameters:
dataFields - The dataFields to set.

getControlFields

public List<MarcEditorControlField> getControlFields()
Gets the controlFields attribute.

Returns:
Returns controlFields.

setControlFields

public void setControlFields(List<MarcEditorControlField> controlFields)
Sets the controlFields attribute value.

Parameters:
controlFields - The controlFields to set.

getMessage

public String getMessage()
Gets the message attribute.

Returns:
Returns message.

setMessage

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

Parameters:
message - The message to set.

getUuid

public String getUuid()
Gets the uuid attribute.

Returns:
Returns uuid.

setUuid

public void setUuid(String uuid)
Sets the uuid attribute value.

Parameters:
uuid - The uuid to set.


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