public class AwardAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements CGProjectDirector, org.kuali.rice.core.api.mo.common.active.MutableInactivatable, ContractsAndGrantsAccountAwardInformation
Modifier and Type | Field and Description |
---|---|
protected Account |
account |
protected String |
accountNumber |
protected boolean |
active |
protected Award |
award |
protected Chart |
chartOfAccounts |
protected String |
chartOfAccountsCode |
protected String |
principalId |
protected org.kuali.rice.kim.api.identity.Person |
projectDirector |
protected Long |
proposalNumber |
Constructor and Description |
---|
AwardAccount()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.api.identity.Person |
getProjectDirector()
Gets the project director attribute.
|
String |
getProjectDirectorName()
Gets the name of the project director for the associated award.
|
Long |
getProposalNumber()
Gets the proposalNumber attribute.
|
boolean |
isActive() |
void |
setAccount(Account account)
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 |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setActive(boolean active) |
void |
setAward(Award award)
This method sets the associated award to the value provided.
|
void |
setChartOfAccounts(Chart chartOfAccounts)
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 |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute.
|
void |
setProjectDirector(org.kuali.rice.kim.api.identity.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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected Long proposalNumber
protected String chartOfAccountsCode
protected String accountNumber
protected String principalId
protected boolean active
protected Chart chartOfAccounts
protected org.kuali.rice.kim.api.identity.Person projectDirector
public AwardAccount()
public Long getProposalNumber()
CGProjectDirector
getProposalNumber
in interface ContractsAndGrantsAccountAwardInformation
getProposalNumber
in interface CGProjectDirector
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProposalNumber()
public void setProposalNumber(Long proposalNumber)
setProposalNumber
in interface CGProjectDirector
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()
CGProjectDirector
getPrincipalId
in interface ContractsAndGrantsAccountAwardInformation
getPrincipalId
in interface CGProjectDirector
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getPrincipalId()
public void setPrincipalId(String principalId)
setPrincipalId
in interface CGProjectDirector
principalId
- The principalId to set.public Account getAccount()
ContractsAndGrantsAccountAwardInformation
getAccount
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getAccount()
@Deprecated public void setAccount(Account account)
account
- The account to set.public Chart getChartOfAccounts()
ContractsAndGrantsAccountAwardInformation
getChartOfAccounts
in interface ContractsAndGrantsAccountAwardInformation
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getChartOfAccounts()
@Deprecated public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public org.kuali.rice.kim.api.identity.Person getProjectDirector()
CGProjectDirector
getProjectDirector
in interface CGProjectDirector
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProjectDirector()
@Deprecated public void setProjectDirector(org.kuali.rice.kim.api.identity.Person projectDirector)
setProjectDirector
in interface CGProjectDirector
projectDirector
- The projectDirector to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public Award getAward()
org.kuali.ole.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getAward()
public void setAward(Award award)
award
- Value to be assigned to the associated Award object.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()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.