public class DublinEditorForm extends org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
Constructor and Description |
---|
DublinEditorForm()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBibStatus() |
String |
getCreatedBy() |
Date |
getCreatedDate() |
List<DublinEditorField> |
getDublinFieldList()
Gets the dublinFieldList attribute.
|
List<DublinEditorField> |
getExistingDublinFieldList()
Gets the existingDublinFieldList attribute.
|
String |
getMessage()
Gets the message attribute.
|
String |
getUpdatedBy() |
Date |
getUpdatedDate() |
String |
getUuid()
Gets the uuid attribute.
|
void |
setBibStatus(String bibStatus) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setDublinFieldList(List<DublinEditorField> dublinFieldList)
Sets the dublinFieldList attribute value.
|
void |
setExistingDublinFieldList(List<DublinEditorField> existingDublinFieldList)
Sets the existingDublinFieldList attribute value.
|
void |
setMessage(String message)
Sets the message attribute value.
|
void |
setUpdatedBy(String updatedBy) |
void |
setUpdatedDate(Date updatedDate) |
void |
setUuid(String uuid)
Sets the uuid attribute value.
|
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
public DublinEditorForm()
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
public String getBibStatus()
public void setBibStatus(String bibStatus)
public List<DublinEditorField> getDublinFieldList()
public void setDublinFieldList(List<DublinEditorField> dublinFieldList)
dublinFieldList
- The dublinFieldList to set.public List<DublinEditorField> getExistingDublinFieldList()
public void setExistingDublinFieldList(List<DublinEditorField> existingDublinFieldList)
existingDublinFieldList
- The existingDublinFieldList.public String getMessage()
public void setMessage(String message)
message
- The message to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.