Package org.kuali.coeus.common.api.org
Interface OrganizationIndirectcostContract
-
public interface OrganizationIndirectcostContract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleTwoDecimalgetApplicableIndirectcostRate()DategetEndDate()StringgetFederalApprovingAgency()StringgetFederalApprovingAgencyName()StringgetIdcComment()IntegergetIdcNumber()IntegergetIdcRateTypeCode()StringgetOrganizationId()DategetRequestedDate()StringgetRestrictedRatePolicy()DategetStartDate()StringgetTrainingRatePolicy()
-
-
-
Method Detail
-
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()
-
-