Interface ProposalUnitCreditSplitContract
-
- All Superinterfaces:
NumberedProposal,ProposalPersonLink
public interface ProposalUnitCreditSplitContract extends ProposalPersonLink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleTwoDecimalgetCredit()InvestigatorCreditTypeContractgetInvestigatorCreditType()StringgetUnitNumber()-
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
-
getUnitNumber
String getUnitNumber()
-
getCredit
ScaleTwoDecimal getCredit()
-
getInvestigatorCreditType
InvestigatorCreditTypeContract getInvestigatorCreditType()
-
-