|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.external.kc.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()
Default constructor. |
|
AwardAccount(ContractsAndGrantsAwardAccount awardAccountDTO,
String accountNumber,
String chartOfAccountsCode,
String cfdaNumber)
|
|
| Method Summary | |
|---|---|
Account |
getAccount()
Gets the account attribute. |
String |
getAccountNumber()
Gets the accountNumber attribute. |
Award |
getAward()
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
org.kuali.rice.kim.bo.Person |
getProjectDirector()
|
String |
getProjectDirectorName()
Gets the name of the project director for the associated award. |
Long |
getProposalNumber()
Gets the proposalNumber attribute. |
boolean |
isActive()
|
boolean |
isFederalSponsor()
|
boolean |
isNewCollectionRecord()
|
void |
prepareForWorkflow()
|
void |
refresh()
|
void |
setAccount(Account account)
Deprecated. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute. |
void |
setActive(boolean active)
|
void |
setAward(Award award)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setFederalSponsor(boolean federalSponsor)
|
void |
setNewCollectionRecord(boolean newCollectionRecord)
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute. |
void |
setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
Deprecated. Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial creation of the object and should not be changed. |
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute. |
protected LinkedHashMap |
toStringMapper()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AwardAccount()
public AwardAccount(ContractsAndGrantsAwardAccount awardAccountDTO,
String accountNumber,
String chartOfAccountsCode,
String cfdaNumber)
| Method Detail |
|---|
public Long getProposalNumber()
ContractsAndGrantsAccountAwardInformation
getProposalNumber in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProposalNumber()public void setProposalNumber(Long proposalNumber)
proposalNumber - The proposalNumber to set.public String getChartOfAccountsCode()
ContractsAndGrantsAccountAwardInformation
getChartOfAccountsCode in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getChartOfAccountsCode()public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getAccountNumber()
ContractsAndGrantsAccountAwardInformation
getAccountNumber in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getAccountNumber()public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public String getPrincipalId()
ContractsAndGrantsAccountAwardInformation
getPrincipalId in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getPrincipalId()public void setPrincipalId(String principalId)
principalId - The principalId to set.public Account getAccount()
ContractsAndGrantsAccountAwardInformation
getAccount in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getAccount()@Deprecated public void setAccount(Account account)
account - The account to set.public Chart getChartOfAccounts()
ContractsAndGrantsAccountAwardInformation
getChartOfAccounts in interface ContractsAndGrantsAccountAwardInformationorg.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getChartOfAccounts()@Deprecated public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts - The chartOfAccounts to set.public org.kuali.rice.kim.bo.Person getProjectDirector()
org.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProjectDirector()@Deprecated public void setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
projectDirector - The projectDirector to set.protected LinkedHashMap toStringMapper()
BusinessObjectBase.toStringMapper()public Award getAward()
public void setAward(Award award)
public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.setActive(boolean)public String getProjectDirectorName()
ContractsAndGrantsAccountAwardInformation
getProjectDirectorName in interface ContractsAndGrantsAccountAwardInformationContractsAndGrantsAccountAwardInformation.getProjectDirectorName()public void prepareForWorkflow()
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObjectpublic void refresh()
refresh in interface org.kuali.rice.kns.bo.BusinessObjectpublic boolean isNewCollectionRecord()
public void setNewCollectionRecord(boolean newCollectionRecord)
public boolean isFederalSponsor()
public void setFederalSponsor(boolean federalSponsor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||