Package org.kuali.coeus.common.api.org
Interface OrganizationIndirectcostContract
public interface OrganizationIndirectcostContract
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getIdcNumber
Integer getIdcNumber() -
getOrganizationId
String getOrganizationId() -
getApplicableIndirectcostRate
ScaleTwoDecimal getApplicableIndirectcostRate() -
getEndDate
Date getEndDate() -
getIdcComment
String getIdcComment() -
getIdcRateTypeCode
Integer getIdcRateTypeCode() -
getRequestedDate
Date getRequestedDate() -
getStartDate
Date getStartDate() -
getFederalApprovingAgency
String getFederalApprovingAgency() -
getFederalApprovingAgencyName
String getFederalApprovingAgencyName() -
getRestrictedRatePolicy
String getRestrictedRatePolicy() -
getTrainingRatePolicy
String getTrainingRatePolicy()
-