View Javadoc
1   package org.kuali.coeus.propdev.api.attachment;
2   
3   
4   import org.kuali.coeus.sys.api.model.KcFile;
5   
6   public interface NarrativeAttachmentContract extends KcFile {
7       Integer getModuleNumber();
8       String getProposalNumber();
9   }