Package org.kuali.coeus.propdev.api.core
Interface ProposalDevelopmentDocumentContract
-
- All Superinterfaces:
DocumentNumbered
public interface ProposalDevelopmentDocumentContract extends DocumentNumbered
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends CustomAttributeDocValueContract>getCustomDataList()DevelopmentProposalContractgetDevelopmentProposal()booleanisProposalDeleted()-
Methods inherited from interface org.kuali.coeus.sys.api.model.DocumentNumbered
getDocumentNumber
-
-
-
-
Method Detail
-
isProposalDeleted
boolean isProposalDeleted()
-
getDevelopmentProposal
DevelopmentProposalContract getDevelopmentProposal()
-
getCustomDataList
List<? extends CustomAttributeDocValueContract> getCustomDataList()
-
-