edu.sampleu.demo.kitchensink
Class TrainingApplicationForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by edu.sampleu.demo.kitchensink.TrainingApplicationForm
All Implemented Interfaces:
Serializable, ViewModel

public class TrainingApplicationForm
extends UifFormBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class 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, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
TrainingApplicationForm()
           
 
Method Summary
 String getAddress1()
           
 String getAddress2()
           
 String getCampus()
           
 String getCity()
           
 String getCollege()
           
 Date getDob()
           
 String getEmail()
           
 List<String> getEthnicity()
           
 String getFirstName()
           
 String getGender()
           
 String getLastName()
           
 String getOtherEthnicity()
           
 List<TrainingApplicationPreviousEducation> getPreviousEducation()
           
 List<TrainingApplicationReference> getReferences()
           
 String getState()
          Gets the state.
 String getTerm()
           
 String getZip()
           
 boolean isEmailList()
           
 void setAddress1(String address1)
           
 void setAddress2(String address2)
           
 void setCampus(String campus)
           
 void setCity(String city)
           
 void setCollege(String college)
           
 void setDob(Date dob)
           
 void setEmail(String email)
           
 void setEmailList(boolean emailList)
           
 void setEthnicity(List<String> ethnicity)
           
 void setFirstName(String firstName)
           
 void setGender(String gender)
           
 void setLastName(String lastName)
           
 void setOtherEthnicity(String otherEthnicity)
           
 void setPreviousEducation(List<TrainingApplicationPreviousEducation> previousEducation)
           
 void setReferences(List<TrainingApplicationReference> references)
           
 void setState(String state)
          Set the state
 void setTerm(String term)
           
 void setZip(String zip)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
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, 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, 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

TrainingApplicationForm

public TrainingApplicationForm()
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.