|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.integration.cg.businessobject.AwardAccount
public class AwardAccount
This class represents an association between an award and an account. It's like a reference to the account from the award. This way an award can maintain a collection of these references instead of owning accounts directly.
Constructor Summary | |
---|---|
AwardAccount()
|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AwardAccount()
Method Detail |
---|
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.kns.bo.Inactivateable
Inactivateable.isActive()
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
Inactivateable.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()
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 |