|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.integration.cg.businessobject.Award
public class Award
Defines a financial award object.
Constructor Summary | |
---|---|
Award()
Default no-args constructor. |
Method Summary | |
---|---|
String |
getAwardInquiryTitle()
|
ContractAndGrantsProposal |
getProposal()
|
Long |
getProposalNumber()
Gets the proposalNumber attribute. |
void |
prepareForWorkflow()
|
void |
refresh()
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Award()
Method Detail |
---|
public Long getProposalNumber()
getProposalNumber
in interface ContractsAndGrantsAward
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public String getAwardInquiryTitle()
getAwardInquiryTitle
in interface ContractsAndGrantsAward
public ContractAndGrantsProposal getProposal()
getProposal
in interface ContractsAndGrantsAward
public void prepareForWorkflow()
prepareForWorkflow
in interface org.kuali.rice.kns.bo.BusinessObject
public void refresh()
refresh
in interface org.kuali.rice.kns.bo.BusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |