|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.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.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AwardAccount()
Default constructor. |
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()
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.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 org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Constructor Detail |
---|
public AwardAccount()
Method Detail |
---|
public Long getProposalNumber()
CGProjectDirector
getProposalNumber
in interface ContractsAndGrantsAccountAwardInformation
getProposalNumber
in interface CGProjectDirector
org.kuali.kfs.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.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()
CGProjectDirector
getPrincipalId
in interface ContractsAndGrantsAccountAwardInformation
getPrincipalId
in interface CGProjectDirector
org.kuali.kfs.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.kfs.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.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()
CGProjectDirector
getProjectDirector
in interface CGProjectDirector
org.kuali.kfs.integration.businessobject.cg.ContractsAndGrantsAccountAwardInformation#getProjectDirector()
@Deprecated public void setProjectDirector(org.kuali.rice.kim.bo.Person projectDirector)
setProjectDirector
in interface CGProjectDirector
projectDirector
- The projectDirector to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Award getAward()
org.kuali.kfs.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.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |