org.kuali.kfs.integration.cg
Interface ContractAndGrantsProposal

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
Proposal, Proposal, Proposal

public interface ContractAndGrantsProposal
extends org.kuali.rice.kns.bo.ExternalizableBusinessObject


Field Summary
static String AWARD_CODE
           
static String PROPOSAL_CODE
           
 
Method Summary
 String getAgencyNumber()
          Gets the agencyNumber attribute.
 ContractsAndGrantsAward getAward()
          Gets the award awarded to a proposal instance.
 String getCfdaNumber()
          Gets the cfdaNumber attribute.
 String getFederalPassThroughAgencyNumber()
          Gets the federalPassThroughAgencyNumber attribute.
 String getGrantNumber()
           
 String getOldProposalNumber()
          Gets the oldProposalNumber attribute.
 String getProposalAwardTypeCode()
          Gets the proposalAwardTypeCode attribute.
 Date getProposalBeginningDate()
          Gets the proposalBeginningDate attribute.
 Date getProposalClosingDate()
          Gets the proposalClosingDate attribute.
 org.kuali.rice.kns.util.KualiDecimal getProposalDirectCostAmount()
          Gets the proposalDirectCostAmount attribute.
 Date getProposalDueDate()
          Gets the proposalDueDate attribute.
 Date getProposalEndingDate()
          Gets the proposalEndingDate attribute.
 boolean getProposalFederalPassThroughIndicator()
          Gets the proposalFederalPassThroughIndicator attribute.
 String getProposalFellowName()
          Gets the proposalFellowName attribute.
 org.kuali.rice.kns.util.KualiDecimal getProposalIndirectCostAmount()
          Gets the proposalIndirectCostAmount attribute.
 Timestamp getProposalLastUpdateDate()
          Gets the proposalLastUpdateDate attribute.
 Long getProposalNumber()
          Gets the proposalNumber attribute.
 String getProposalProjectTitle()
          Gets the proposalProjectTitle attribute.
 String getProposalPurposeCode()
          Gets the proposalPurposeCode attribute.
 Date getProposalRejectedDate()
          Gets the proposalRejectedDate attribute.
 String getProposalStatusCode()
          Gets the proposalStatusCode attribute.
 Date getProposalSubmissionDate()
          Gets the proposalSubmissionDate attribute.
 org.kuali.rice.kns.util.KualiDecimal getProposalTotalAmount()
          Gets the proposalTotalAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getProposalTotalProjectAmount()
          Gets the proposalTotalProjectAmount attribute.
 boolean isActive()
          Gets the active attribute.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Field Detail

PROPOSAL_CODE

static final String PROPOSAL_CODE
See Also:
Constant Field Values

AWARD_CODE

static final String AWARD_CODE
See Also:
Constant Field Values
Method Detail

getAward

ContractsAndGrantsAward getAward()
Gets the award awarded to a proposal instance.

Returns:
the award corresponding to a proposal instance if the proposal has been awarded.

getProposalNumber

Long getProposalNumber()
Gets the proposalNumber attribute.

Returns:
Returns the proposalNumber

getProposalBeginningDate

Date getProposalBeginningDate()
Gets the proposalBeginningDate attribute.

Returns:
Returns the proposalBeginningDate

getProposalEndingDate

Date getProposalEndingDate()
Gets the proposalEndingDate attribute.

Returns:
Returns the proposalEndingDate

getProposalTotalAmount

org.kuali.rice.kns.util.KualiDecimal getProposalTotalAmount()
Gets the proposalTotalAmount attribute.

Returns:
Returns the proposalTotalAmount

getProposalDirectCostAmount

org.kuali.rice.kns.util.KualiDecimal getProposalDirectCostAmount()
Gets the proposalDirectCostAmount attribute.

Returns:
Returns the proposalDirectCostAmount

getProposalIndirectCostAmount

org.kuali.rice.kns.util.KualiDecimal getProposalIndirectCostAmount()
Gets the proposalIndirectCostAmount attribute.

Returns:
Returns the proposalIndirectCostAmount

getProposalRejectedDate

Date getProposalRejectedDate()
Gets the proposalRejectedDate attribute.

Returns:
Returns the proposalRejectedDate

getProposalLastUpdateDate

Timestamp getProposalLastUpdateDate()
Gets the proposalLastUpdateDate attribute.

Returns:
Returns the proposalLastUpdateDate

getProposalDueDate

Date getProposalDueDate()
Gets the proposalDueDate attribute.

Returns:
Returns the proposalDueDate

getProposalTotalProjectAmount

org.kuali.rice.kns.util.KualiDecimal getProposalTotalProjectAmount()
Gets the proposalTotalProjectAmount attribute.

Returns:
Returns the proposalTotalProjectAmount

getProposalSubmissionDate

Date getProposalSubmissionDate()
Gets the proposalSubmissionDate attribute.

Returns:
Returns the proposalSubmissionDate

getProposalFederalPassThroughIndicator

boolean getProposalFederalPassThroughIndicator()
Gets the proposalFederalPassThroughIndicator attribute.

Returns:
Returns the proposalFederalPassThroughIndicator

getOldProposalNumber

String getOldProposalNumber()
Gets the oldProposalNumber attribute.

Returns:
Returns the oldProposalNumber

getProposalClosingDate

Date getProposalClosingDate()
Gets the proposalClosingDate attribute.

Returns:
Returns the proposalClosingDate

getProposalAwardTypeCode

String getProposalAwardTypeCode()
Gets the proposalAwardTypeCode attribute.

Returns:
Returns the proposalAwardTypeCode

getAgencyNumber

String getAgencyNumber()
Gets the agencyNumber attribute.

Returns:
Returns the agencyNumber

getProposalStatusCode

String getProposalStatusCode()
Gets the proposalStatusCode attribute.

Returns:
Returns the proposalStatusCode

getFederalPassThroughAgencyNumber

String getFederalPassThroughAgencyNumber()
Gets the federalPassThroughAgencyNumber attribute.

Returns:
Returns the federalPassThroughAgencyNumber

getCfdaNumber

String getCfdaNumber()
Gets the cfdaNumber attribute.

Returns:
Returns the cfdaNumber

getProposalFellowName

String getProposalFellowName()
Gets the proposalFellowName attribute.

Returns:
Returns the proposalFellowName

getProposalPurposeCode

String getProposalPurposeCode()
Gets the proposalPurposeCode attribute.

Returns:
Returns the proposalPurposeCode

getProposalProjectTitle

String getProposalProjectTitle()
Gets the proposalProjectTitle attribute.

Returns:
Returns the proposalProjectTitle

isActive

boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

getGrantNumber

String getGrantNumber()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.