| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalPersonDegree |
ProposalPerson.getProposalPersonDegree(int index)
Gets index i from the degrees list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPersonDegree> |
ProposalPerson.getProposalPersonDegrees()
Gets the value of degrees
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalPerson.addDegree(ProposalPersonDegree d)
Adds a new degree to the collection in the person
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalPerson.setProposalPersonDegrees(List<ProposalPersonDegree> argDegrees)
Sets the value of degrees
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPersonDegree> |
ProposalDevelopmentForm.getNewProposalPersonDegree()
Gets the value of newProposalPersonDegree
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewProposalPersonDegree(List<ProposalPersonDegree> argDegree)
Sets the value of newProposalPersonDegree
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.