edu.sampleu.demo.kitchensink
Class TrainingApplicationForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
edu.sampleu.demo.kitchensink.TrainingApplicationForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class TrainingApplicationForm
- extends UifFormBase
- 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, 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, 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, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrainingApplicationForm
public TrainingApplicationForm()
getTerm
public String getTerm()
setTerm
public void setTerm(String term)
getCollege
public String getCollege()
setCollege
public void setCollege(String college)
getCampus
public String getCampus()
setCampus
public void setCampus(String campus)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getGender
public String getGender()
setGender
public void setGender(String gender)
getDob
public Date getDob()
setDob
public void setDob(Date dob)
isEmailList
public boolean isEmailList()
getEthnicity
public List<String> getEthnicity()
setEthnicity
public void setEthnicity(List<String> ethnicity)
getOtherEthnicity
public String getOtherEthnicity()
setOtherEthnicity
public void setOtherEthnicity(String otherEthnicity)
setEmailList
public void setEmailList(boolean emailList)
getAddress1
public String getAddress1()
setAddress1
public void setAddress1(String address1)
getAddress2
public String getAddress2()
setAddress2
public void setAddress2(String address2)
getCity
public String getCity()
setCity
public void setCity(String city)
getState
public String getState()
- Description copied from interface:
ViewModel
- Gets the state. This is the default location for state on KRAD forms.
- Specified by:
getState
in interface ViewModel
- Overrides:
getState
in class UifFormBase
- Returns:
- the state
- See Also:
ViewModel.getState()
setState
public void setState(String state)
- Description copied from interface:
ViewModel
- Set the state
- Specified by:
setState
in interface ViewModel
- Overrides:
setState
in class UifFormBase
- See Also:
ViewModel.setState(String)
getZip
public String getZip()
setZip
public void setZip(String zip)
getReferences
public List<TrainingApplicationReference> getReferences()
setReferences
public void setReferences(List<TrainingApplicationReference> references)
getPreviousEducation
public List<TrainingApplicationPreviousEducation> getPreviousEducation()
setPreviousEducation
public void setPreviousEducation(List<TrainingApplicationPreviousEducation> previousEducation)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.