public class AwardAccount extends Object implements ContractsAndGrantsBillingAwardAccount, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
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.
|
Date |
getCurrentLastBilledDate()
Gets the currentLastBilledDate attribute.
|
Date |
getPreviousLastBilledDate()
Gets the previousLastBilledDate attribute.
|
String |
getPrincipalId()
Gets the principalId attribute.
|
org.kuali.rice.kim.api.identity.Person |
getProjectDirector() |
String |
getProjectDirectorName()
Gets the name of the project director for the associated award.
|
Long |
getProposalNumber()
Gets the proposalNumber attribute.
|
boolean |
isActive() |
boolean |
isFinalBilledIndicator()
Gets the finalBilledIndicator attribute.
|
void |
refresh() |
void |
setAccount(Account account) |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setActive(boolean active) |
void |
setChartOfAccounts(Chart chartOfAccounts) |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setCurrentLastBilledDate(Date currentLastBilledDate)
Sets the currentLastBilledDate attribute value.
|
void |
setFinalBilledIndicator(boolean finalBilledIndicator)
Sets the finalBilledIndicator attribute value.
|
void |
setPreviousLastBilledDate(Date previousLastBilledDate)
Sets the previousLastBilledDate attribute value.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute.
|
void |
setProjectDirector(org.kuali.rice.kim.api.identity.Person projectDirector) |
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.
|
public AwardAccount()
public boolean isFinalBilledIndicator()
isFinalBilledIndicator
in interface ContractsAndGrantsBillingAwardAccount
public void setFinalBilledIndicator(boolean finalBilledIndicator)
finalBilledIndicator
- The finalBilledIndicator to set.public Date getCurrentLastBilledDate()
getCurrentLastBilledDate
in interface ContractsAndGrantsBillingAwardAccount
public void setCurrentLastBilledDate(Date currentLastBilledDate)
currentLastBilledDate
- The currentLastBilledDate to set.public Date getPreviousLastBilledDate()
getPreviousLastBilledDate
in interface ContractsAndGrantsBillingAwardAccount
public void setPreviousLastBilledDate(Date previousLastBilledDate)
previousLastBilledDate
- The previousLastBilledDate to set.public Long getProposalNumber()
ContractsAndGrantsAccountAwardInformation
getProposalNumber
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.kfs.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.kfs.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.kfs.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.kfs.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 org.kuali.rice.kim.api.identity.Person getProjectDirector()
public void setProjectDirector(org.kuali.rice.kim.api.identity.Person projectDirector)
public String getProjectDirectorName()
ContractsAndGrantsAccountAwardInformation
getProjectDirectorName
in interface ContractsAndGrantsAccountAwardInformation
ContractsAndGrantsAccountAwardInformation.getProjectDirectorName()
public void setAccount(Account account)
public Account getAccount()
ContractsAndGrantsAccountAwardInformation
getAccount
in interface ContractsAndGrantsAccountAwardInformation
public void setChartOfAccounts(Chart chartOfAccounts)
public Chart getChartOfAccounts()
ContractsAndGrantsAccountAwardInformation
getChartOfAccounts
in interface ContractsAndGrantsAccountAwardInformation
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.