public class Proposal extends Object implements ContractAndGrantsProposal
AWARD_CODE, PROPOSAL_CODE| Constructor and Description | 
|---|
| Proposal() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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()Gets the grantNumber attribute. | 
| 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.core.api.util.type.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.core.api.util.type.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.core.api.util.type.KualiDecimal | getProposalTotalAmount()Gets the proposalTotalAmount attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getProposalTotalProjectAmount()Gets the proposalTotalProjectAmount attribute. | 
| boolean | isActive()Gets the active attribute. | 
| void | prepareForWorkflow() | 
| void | refresh() | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setAgencyNumber(String agencyNumber)Sets the agencyNumber attribute. | 
| void | setCfdaNumber(String cfdaNumber)Sets the cfdaNumber attribute. | 
| void | setFederalPassThroughAgencyNumber(String federalPassThroughAgencyNumber)Sets the federalPassThroughAgencyNumber attribute. | 
| void | setGrantNumber(String grantNumber)Sets the grantNumber attribute. | 
| void | setOldProposalNumber(String oldProposalNumber)Sets the oldProposalNumber attribute. | 
| void | setProposalAwardTypeCode(String proposalAwardTypeCode)Sets the proposalAwardTypeCode attribute. | 
| void | setProposalBeginningDate(Date proposalBeginningDate)Sets the proposalBeginningDate attribute. | 
| void | setProposalClosingDate(Date proposalClosingDate)Sets the proposalClosingDate attribute. | 
| void | setProposalDirectCostAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalDirectCostAmount)Sets the proposalDirectCostAmount attribute. | 
| void | setProposalDueDate(Date proposalDueDate)Sets the proposalDueDate attribute. | 
| void | setProposalEndingDate(Date proposalEndingDate)Sets the proposalEndingDate attribute. | 
| void | setProposalFederalPassThroughIndicator(boolean proposalFederalPassThroughIndicator)Sets the proposalFederalPassThroughIndicator attribute. | 
| void | setProposalFellowName(String proposalFellowName)Sets the proposalFellowName attribute. | 
| void | setProposalIndirectCostAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalIndirectCostAmount)Sets the proposalIndirectCostAmount attribute. | 
| void | setProposalLastUpdateDate(Timestamp proposalLastUpdateDate)Sets the proposalLastUpdateDate attribute. | 
| void | setProposalNumber(Long proposalNumber)Sets the proposalNumber attribute. | 
| void | setProposalProjectTitle(String proposalProjectTitle)Sets the proposalProjectTitle attribute. | 
| void | setProposalPurposeCode(String proposalPurposeCode)Sets the proposalPurposeCode attribute. | 
| void | setProposalRejectedDate(Date proposalRejectedDate)Sets the proposalRejectedDate attribute. | 
| void | setProposalStatusCode(String proposalStatusCode)Sets the proposalStatusCode attribute. | 
| void | setProposalSubmissionDate(Date proposalSubmissionDate)Sets the proposalSubmissionDate attribute. | 
| void | setProposalTotalProjectAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalTotalProjectAmount)Sets the proposalTotalProjectAmount attribute. | 
public Proposal()
public Long getProposalNumber()
getProposalNumber in interface ContractAndGrantsProposalpublic void setProposalNumber(Long proposalNumber)
proposalNumber - The proposalNumber to set.public Date getProposalBeginningDate()
getProposalBeginningDate in interface ContractAndGrantsProposalpublic void setProposalBeginningDate(Date proposalBeginningDate)
proposalBeginningDate - The proposalBeginningDate to set.public Date getProposalEndingDate()
getProposalEndingDate in interface ContractAndGrantsProposalpublic void setProposalEndingDate(Date proposalEndingDate)
proposalEndingDate - The proposalEndingDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProposalTotalAmount()
getProposalTotalAmount in interface ContractAndGrantsProposalpublic org.kuali.rice.core.api.util.type.KualiDecimal getProposalDirectCostAmount()
getProposalDirectCostAmount in interface ContractAndGrantsProposalpublic void setProposalDirectCostAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalDirectCostAmount)
proposalDirectCostAmount - The proposalDirectCostAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProposalIndirectCostAmount()
getProposalIndirectCostAmount in interface ContractAndGrantsProposalpublic void setProposalIndirectCostAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalIndirectCostAmount)
proposalIndirectCostAmount - The proposalIndirectCostAmount to set.public Date getProposalRejectedDate()
getProposalRejectedDate in interface ContractAndGrantsProposalpublic void setProposalRejectedDate(Date proposalRejectedDate)
proposalRejectedDate - The proposalRejectedDate to set.public Timestamp getProposalLastUpdateDate()
getProposalLastUpdateDate in interface ContractAndGrantsProposalpublic void setProposalLastUpdateDate(Timestamp proposalLastUpdateDate)
proposalLastUpdateDate - The proposalLastUpdateDate to set.public Date getProposalDueDate()
getProposalDueDate in interface ContractAndGrantsProposalpublic void setProposalDueDate(Date proposalDueDate)
proposalDueDate - The proposalDueDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProposalTotalProjectAmount()
getProposalTotalProjectAmount in interface ContractAndGrantsProposalpublic void setProposalTotalProjectAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalTotalProjectAmount)
proposalTotalProjectAmount - The proposalTotalProjectAmount to set.public Date getProposalSubmissionDate()
getProposalSubmissionDate in interface ContractAndGrantsProposalpublic void setProposalSubmissionDate(Date proposalSubmissionDate)
proposalSubmissionDate - The proposalSubmissionDate to set.public boolean getProposalFederalPassThroughIndicator()
getProposalFederalPassThroughIndicator in interface ContractAndGrantsProposalpublic void setProposalFederalPassThroughIndicator(boolean proposalFederalPassThroughIndicator)
proposalFederalPassThroughIndicator - The proposalFederalPassThroughIndicator to set.public String getOldProposalNumber()
getOldProposalNumber in interface ContractAndGrantsProposalpublic void setOldProposalNumber(String oldProposalNumber)
oldProposalNumber - The oldProposalNumber to set.public String getGrantNumber()
getGrantNumber in interface ContractAndGrantsProposalpublic void setGrantNumber(String grantNumber)
grantNumber - The grantNumber to set.public Date getProposalClosingDate()
getProposalClosingDate in interface ContractAndGrantsProposalpublic void setProposalClosingDate(Date proposalClosingDate)
proposalClosingDate - The proposalClosingDate to set.public String getProposalAwardTypeCode()
getProposalAwardTypeCode in interface ContractAndGrantsProposalpublic void setProposalAwardTypeCode(String proposalAwardTypeCode)
proposalAwardTypeCode - The proposalAwardTypeCode to set.public String getAgencyNumber()
getAgencyNumber in interface ContractAndGrantsProposalpublic void setAgencyNumber(String agencyNumber)
agencyNumber - The agencyNumber to set.public String getProposalStatusCode()
getProposalStatusCode in interface ContractAndGrantsProposalpublic void setProposalStatusCode(String proposalStatusCode)
proposalStatusCode - The proposalStatusCode to set.public String getFederalPassThroughAgencyNumber()
getFederalPassThroughAgencyNumber in interface ContractAndGrantsProposalpublic void setFederalPassThroughAgencyNumber(String federalPassThroughAgencyNumber)
federalPassThroughAgencyNumber - The federalPassThroughAgencyNumber to set.public String getCfdaNumber()
getCfdaNumber in interface ContractAndGrantsProposalpublic void setCfdaNumber(String cfdaNumber)
cfdaNumber - The cfdaNumber to set.public String getProposalFellowName()
getProposalFellowName in interface ContractAndGrantsProposalpublic void setProposalFellowName(String proposalFellowName)
proposalFellowName - The proposalFellowName to set.public String getProposalPurposeCode()
getProposalPurposeCode in interface ContractAndGrantsProposalpublic void setProposalPurposeCode(String proposalPurposeCode)
proposalPurposeCode - The proposalPurposeCode to set.public String getProposalProjectTitle()
getProposalProjectTitle in interface ContractAndGrantsProposalpublic void setProposalProjectTitle(String proposalProjectTitle)
proposalProjectTitle - The proposalProjectTitle to set.public boolean isActive()
isActive in interface ContractAndGrantsProposalpublic void setActive(boolean active)
active - The active to set.public void prepareForWorkflow()
public void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectpublic ContractsAndGrantsAward getAward()
ContractAndGrantsProposalgetAward in interface ContractAndGrantsProposalCopyright © 2004–2015 The Kuali Foundation. All rights reserved.