public class AwardOrganization extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements Primaryable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
AwardOrganization()
Default no-args constructor.
|
Modifier and Type | Method and Description |
---|---|
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_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
public AwardOrganization()
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.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)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.