Interface ProposalPersonDegreeContract
-
- All Superinterfaces:
NumberedProposal,ProposalPersonLink
public interface ProposalPersonDegreeContract extends ProposalPersonLink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDegree()IntegergetDegreeSequenceNumber()DegreeTypeContractgetDegreeType()StringgetFieldOfStudy()StringgetGraduationYear()StringgetSchool()StringgetSchoolId()StringgetSchoolIdCode()StringgetSpecialization()-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
Methods inherited from interface org.kuali.coeus.propdev.api.person.ProposalPersonLink
getProposalPersonNumber
-
-
-
-
Method Detail
-
getDegreeSequenceNumber
Integer getDegreeSequenceNumber()
-
getGraduationYear
String getGraduationYear()
-
getDegree
String getDegree()
-
getFieldOfStudy
String getFieldOfStudy()
-
getSpecialization
String getSpecialization()
-
getSchool
String getSchool()
-
getSchoolIdCode
String getSchoolIdCode()
-
getSchoolId
String getSchoolId()
-
getDegreeType
DegreeTypeContract getDegreeType()
-
-