org.kuali.rice.krms.dto
Class AgendaEditor

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by 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

Field Summary
 
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
 
Constructor Summary
AgendaEditor()
           
AgendaEditor(AgendaDefinition definition)
           
 
Method Summary
 Map<String,String> getAttributes()
           
 String getContextId()
           
 String getCourseName()
           
 String getFirstItemId()
           
 String getId()
           
 String getName()
           
 List<RuleEditor> getRuleEditors()
           
 String getTypeId()
           
 Long getVersionNumber()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setAttributes(Map<String,String> attributes)
           
 void setContextId(String contextId)
           
 void setCourseName(String courseName)
           
 void setFirstItemId(String firstItemId)
           
 void setId(String id)
           
 void setName(String name)
           
 void setRuleEditors(List<RuleEditor> ruleEditors)
           
 void setTypeId(String typeId)
           
 void setVersionNumber(Long versionNumber)
           
 
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
 

Constructor Detail

AgendaEditor

public AgendaEditor()

AgendaEditor

public AgendaEditor(AgendaDefinition definition)
Method Detail

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.