1 package org.kuali.coeus.propdev.api.attachment; 2 3 public interface NarrativeUserRightsContract { 4 Integer getModuleNumber(); 5 String getProposalNumber(); 6 String getUserId(); 7 String getAccessType(); 8 }