org.kuali.kfs.integration.cg.businessobject
Class Award

java.lang.Object
  extended by org.kuali.kfs.integration.cg.businessobject.Award
All Implemented Interfaces:
Serializable, ContractsAndGrantsAward, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject

public class Award
extends Object
implements ContractsAndGrantsAward

Defines a financial award object.

See Also:
Serialized Form

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

Award

public Award()
Default no-args constructor.

Method Detail

getProposalNumber

public Long getProposalNumber()
Gets the proposalNumber attribute.

Specified by:
getProposalNumber in interface ContractsAndGrantsAward
Returns:
Returns the proposalNumber

setProposalNumber

public void setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.

Parameters:
proposalNumber - The proposalNumber to set.

getAwardInquiryTitle

public String getAwardInquiryTitle()
Specified by:
getAwardInquiryTitle in interface ContractsAndGrantsAward
Returns:
a String to represent this field on the inquiry

getProposal

public ContractAndGrantsProposal getProposal()
Specified by:
getProposal in interface ContractsAndGrantsAward

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObject

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject


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