org.kuali.rice.krms.dto
Class AgendaEditor
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krms.dto.AgendaEditor
- All Implemented Interfaces:
- Serializable, Inactivatable, Identifiable, Versioned, ViewModel, AgendaDefinitionContract
- Direct Known Subclasses:
- EnrolAgendaEditor
public class AgendaEditor
- extends UifFormBase
- implements AgendaDefinitionContract, Serializable
Created with IntelliJ IDEA.
User: danie
Date: 3/7/13
Time: 4:27 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgendaEditor
public AgendaEditor()
AgendaEditor
public AgendaEditor(AgendaDefinition definition)
getId
public String getId()
- Specified by:
getId
in interface Identifiable
setId
public void setId(String id)
getName
public String getName()
- Specified by:
getName
in interface AgendaDefinitionContract
setName
public void setName(String name)
getTypeId
public String getTypeId()
- Specified by:
getTypeId
in interface AgendaDefinitionContract
setTypeId
public void setTypeId(String typeId)
getContextId
public String getContextId()
- Specified by:
getContextId
in interface AgendaDefinitionContract
setContextId
public void setContextId(String contextId)
isActive
public boolean isActive()
- Specified by:
isActive
in interface Inactivatable
setActive
public void setActive(boolean active)
getFirstItemId
public String getFirstItemId()
- Specified by:
getFirstItemId
in interface AgendaDefinitionContract
setFirstItemId
public void setFirstItemId(String firstItemId)
getAttributes
public Map<String,String> getAttributes()
- Specified by:
getAttributes
in interface AgendaDefinitionContract
setAttributes
public void setAttributes(Map<String,String> attributes)
getVersionNumber
public Long getVersionNumber()
- Specified by:
getVersionNumber
in interface Versioned
setVersionNumber
public void setVersionNumber(Long versionNumber)
getRuleEditors
public List<RuleEditor> getRuleEditors()
setRuleEditors
public void setRuleEditors(List<RuleEditor> ruleEditors)
getCourseName
public String getCourseName()
setCourseName
public void setCourseName(String courseName)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.