1 package org.kuali.coeus.propdev.api.person; 2 3 import java.util.Date; 4 5 public interface ProposalInvestigatorCertificationContract extends ProposalPersonLink { 6 7 Boolean isCertified(); 8 9 Date getDateCertified(); 10 11 Date getDateReceivedByOsp(); 12 }