org.kuali.kfs.integration.cg
Interface ContractsAndGrantsAccountAwardInformation

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, org.kuali.rice.kns.bo.Inactivateable, Serializable
All Known Implementing Classes:
AwardAccount, AwardAccount, AwardAccount

public interface ContractsAndGrantsAccountAwardInformation
extends org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.ExternalizableBusinessObject

Information about an award associated with an account.


Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 String getProjectDirectorName()
          Gets the name of the project director for the associated award.
 Long getProposalNumber()
          Gets the proposalNumber attribute.
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getProposalNumber

Long getProposalNumber()
Gets the proposalNumber attribute.

Returns:
Returns the proposalNumber

getChartOfAccountsCode

String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

getAccountNumber

String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

getPrincipalId

String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

getAccount

Account getAccount()
Gets the account attribute.

Returns:
Returns the account

getChartOfAccounts

Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

getProjectDirectorName

String getProjectDirectorName()
Gets the name of the project director for the associated award.

Returns:
the name of the project director


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