Modifier and Type | Method and Description |
---|---|
Proposal |
Award.getProposal()
Gets the proposal attribute.
|
Proposal |
ProposalResearchRisk.getProposal()
Gets the
Proposal . |
Modifier and Type | Method and Description |
---|---|
void |
Award.populateFromProposal(Proposal proposal)
This method takes all the applicable attributes from the associated proposal object and sets those attributes into their
corresponding award attributes.
|
void |
Award.setProposal(Proposal proposal)
Deprecated.
Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial
creation of the object and should not be changed.
|
void |
ProposalResearchRisk.setProposal(Proposal proposal)
Sets the
Proposal . |
Constructor and Description |
---|
Award(Proposal proposal)
Constructs an Award.
|
Modifier and Type | Method and Description |
---|---|
Collection<Proposal> |
ProposalDao.getProposalsToClose(ProposalAwardCloseDocument c)
Gets a
Collection of Proposal instances which have not yet been closed. |
Modifier and Type | Method and Description |
---|---|
Collection<Proposal> |
ProposalDaoOjb.getProposalsToClose(ProposalAwardCloseDocument close) |
Modifier and Type | Method and Description |
---|---|
Proposal |
ProposalMaintainableImpl.getProposal()
Gets the
Proposal |
Constructor and Description |
---|
ProposalMaintainableImpl(Proposal proposal)
Constructs a new ProposalMaintainableImpl from an existing
Proposal . |
Modifier and Type | Field and Description |
---|---|
protected Proposal |
ProposalRule.newProposalCopy |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.