Package org.kuali.coeus.propdev.api.s2s
Interface S2sAppSubmissionContract
-
- All Superinterfaces:
NumberedProposal
public interface S2sAppSubmissionContract extends NumberedProposal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAgencyTrackingId()StringgetComments()StringgetGgTrackingId()DategetLastModifiedDate()DategetLastNotifiedDate()DategetReceivedDate()S2sApplicationContractgetS2sApplication()StringgetStatus()IntegergetSubmissionNumber()-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
-
-
-
Method Detail
-
getSubmissionNumber
Integer getSubmissionNumber()
-
getAgencyTrackingId
String getAgencyTrackingId()
-
getComments
String getComments()
-
getGgTrackingId
String getGgTrackingId()
-
getLastModifiedDate
Date getLastModifiedDate()
-
getLastNotifiedDate
Date getLastNotifiedDate()
-
getReceivedDate
Date getReceivedDate()
-
getStatus
String getStatus()
-
getS2sApplication
S2sApplicationContract getS2sApplication()
-
-