public class AwardAccount extends Object implements ContractsAndGrantsAccountAwardInformation
Constructor and Description |
---|
AwardAccount() |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isActive() |
void |
prepareForWorkflow() |
void |
refresh() |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setActive(boolean active) |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute.
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.
|
public AwardAccount()
public Long getProposalNumber()
ContractsAndGrantsAccountAwardInformation
getProposalNumber
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProposalNumber()
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public String getChartOfAccountsCode()
ContractsAndGrantsAccountAwardInformation
getChartOfAccountsCode
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
ContractsAndGrantsAccountAwardInformation
getAccountNumber
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getPrincipalId()
ContractsAndGrantsAccountAwardInformation
getPrincipalId
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
Inactivatable.isActive()
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
MutableInactivatable.setActive(boolean)
public String getProjectDirectorName()
ContractsAndGrantsAccountAwardInformation
getProjectDirectorName
in interface ContractsAndGrantsAccountAwardInformation
ContractsAndGrantsAccountAwardInformation.getProjectDirectorName()
public Account getAccount()
ContractsAndGrantsAccountAwardInformation
getAccount
in interface ContractsAndGrantsAccountAwardInformation
public Chart getChartOfAccounts()
ContractsAndGrantsAccountAwardInformation
getChartOfAccounts
in interface ContractsAndGrantsAccountAwardInformation
public void prepareForWorkflow()
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.