|
||||||||||
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.AwardOrganization
public class AwardOrganization
This class represents an association between an award and an organization. It's like a reference to the organization from the award. This way an award can maintain a collection of these references instead of owning organizations directly.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AwardOrganization()
Default no-args constructor. |
Method Summary | |
---|---|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
Organization |
getOrganization()
Gets the organization attribute. |
String |
getOrganizationCode()
Gets the organizationCode attribute. |
Long |
getProposalNumber()
Gets the proposalNumber attribute. |
boolean |
isActive()
|
boolean |
isAwardPrimaryOrganizationIndicator()
Gets the awardPrimaryOrganizationIndicator attribute. |
boolean |
isPrimary()
|
void |
setActive(boolean active)
|
void |
setAwardPrimaryOrganizationIndicator(boolean awardPrimaryOrganizationIndicator)
Sets the awardPrimaryOrganizationIndicator attribute. |
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 |
setOrganization(Organization organization)
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 |
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute. |
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 |
Constructor Detail |
---|
public AwardOrganization()
Method Detail |
---|
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public Long getProposalNumber()
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public boolean isAwardPrimaryOrganizationIndicator()
public void setAwardPrimaryOrganizationIndicator(boolean awardPrimaryOrganizationIndicator)
awardPrimaryOrganizationIndicator
- The awardPrimaryOrganizationIndicator to set.public Chart getChartOfAccounts()
@Deprecated public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public Organization getOrganization()
@Deprecated public void setOrganization(Organization organization)
organization
- The organization to set.public boolean isPrimary()
isPrimary
in interface Primaryable
Primaryable.isPrimary()
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)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |