Interface ProposalAbstractContract
-
- All Superinterfaces:
NumberedProposal
public interface ProposalAbstractContract extends NumberedProposal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAbstractDetails()AbstractTypeContractgetAbstractType()DategetTimestampDisplay()StringgetUploadUserDisplay()-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
-
-
-
Method Detail
-
getAbstractDetails
String getAbstractDetails()
-
getAbstractType
AbstractTypeContract getAbstractType()
-
getTimestampDisplay
Date getTimestampDisplay()
-
getUploadUserDisplay
String getUploadUserDisplay()
-
-