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 ContractAndGrantsProposal
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public Date getProposalBeginningDate()
getProposalBeginningDate
in interface ContractAndGrantsProposal
public void setProposalBeginningDate(Date proposalBeginningDate)
proposalBeginningDate
- The proposalBeginningDate to set.public Date getProposalEndingDate()
getProposalEndingDate
in interface ContractAndGrantsProposal
public void setProposalEndingDate(Date proposalEndingDate)
proposalEndingDate
- The proposalEndingDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProposalTotalAmount()
getProposalTotalAmount
in interface ContractAndGrantsProposal
public org.kuali.rice.core.api.util.type.KualiDecimal getProposalDirectCostAmount()
getProposalDirectCostAmount
in interface ContractAndGrantsProposal
public 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 ContractAndGrantsProposal
public void setProposalIndirectCostAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalIndirectCostAmount)
proposalIndirectCostAmount
- The proposalIndirectCostAmount to set.public Date getProposalRejectedDate()
getProposalRejectedDate
in interface ContractAndGrantsProposal
public void setProposalRejectedDate(Date proposalRejectedDate)
proposalRejectedDate
- The proposalRejectedDate to set.public Timestamp getProposalLastUpdateDate()
getProposalLastUpdateDate
in interface ContractAndGrantsProposal
public void setProposalLastUpdateDate(Timestamp proposalLastUpdateDate)
proposalLastUpdateDate
- The proposalLastUpdateDate to set.public Date getProposalDueDate()
getProposalDueDate
in interface ContractAndGrantsProposal
public void setProposalDueDate(Date proposalDueDate)
proposalDueDate
- The proposalDueDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProposalTotalProjectAmount()
getProposalTotalProjectAmount
in interface ContractAndGrantsProposal
public void setProposalTotalProjectAmount(org.kuali.rice.core.api.util.type.KualiDecimal proposalTotalProjectAmount)
proposalTotalProjectAmount
- The proposalTotalProjectAmount to set.public Date getProposalSubmissionDate()
getProposalSubmissionDate
in interface ContractAndGrantsProposal
public void setProposalSubmissionDate(Date proposalSubmissionDate)
proposalSubmissionDate
- The proposalSubmissionDate to set.public boolean getProposalFederalPassThroughIndicator()
getProposalFederalPassThroughIndicator
in interface ContractAndGrantsProposal
public void setProposalFederalPassThroughIndicator(boolean proposalFederalPassThroughIndicator)
proposalFederalPassThroughIndicator
- The proposalFederalPassThroughIndicator to set.public String getOldProposalNumber()
getOldProposalNumber
in interface ContractAndGrantsProposal
public void setOldProposalNumber(String oldProposalNumber)
oldProposalNumber
- The oldProposalNumber to set.public String getGrantNumber()
getGrantNumber
in interface ContractAndGrantsProposal
public void setGrantNumber(String grantNumber)
grantNumber
- The grantNumber to set.public Date getProposalClosingDate()
getProposalClosingDate
in interface ContractAndGrantsProposal
public void setProposalClosingDate(Date proposalClosingDate)
proposalClosingDate
- The proposalClosingDate to set.public String getProposalAwardTypeCode()
getProposalAwardTypeCode
in interface ContractAndGrantsProposal
public void setProposalAwardTypeCode(String proposalAwardTypeCode)
proposalAwardTypeCode
- The proposalAwardTypeCode to set.public String getAgencyNumber()
getAgencyNumber
in interface ContractAndGrantsProposal
public void setAgencyNumber(String agencyNumber)
agencyNumber
- The agencyNumber to set.public String getProposalStatusCode()
getProposalStatusCode
in interface ContractAndGrantsProposal
public void setProposalStatusCode(String proposalStatusCode)
proposalStatusCode
- The proposalStatusCode to set.public String getFederalPassThroughAgencyNumber()
getFederalPassThroughAgencyNumber
in interface ContractAndGrantsProposal
public void setFederalPassThroughAgencyNumber(String federalPassThroughAgencyNumber)
federalPassThroughAgencyNumber
- The federalPassThroughAgencyNumber to set.public String getCfdaNumber()
getCfdaNumber
in interface ContractAndGrantsProposal
public void setCfdaNumber(String cfdaNumber)
cfdaNumber
- The cfdaNumber to set.public String getProposalFellowName()
getProposalFellowName
in interface ContractAndGrantsProposal
public void setProposalFellowName(String proposalFellowName)
proposalFellowName
- The proposalFellowName to set.public String getProposalPurposeCode()
getProposalPurposeCode
in interface ContractAndGrantsProposal
public void setProposalPurposeCode(String proposalPurposeCode)
proposalPurposeCode
- The proposalPurposeCode to set.public String getProposalProjectTitle()
getProposalProjectTitle
in interface ContractAndGrantsProposal
public void setProposalProjectTitle(String proposalProjectTitle)
proposalProjectTitle
- The proposalProjectTitle to set.public boolean isActive()
isActive
in interface ContractAndGrantsProposal
public void setActive(boolean active)
active
- The active to set.public void prepareForWorkflow()
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
public ContractsAndGrantsAward getAward()
ContractAndGrantsProposal
getAward
in interface ContractAndGrantsProposal
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.