public class ProposalOrganization extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements Primaryable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Proposal
and an .Constructor and Description |
---|
ProposalOrganization()
Default 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()
Gets the active attribute.
|
boolean |
isPrimary() |
boolean |
isProposalPrimaryOrganizationIndicator() |
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setOrganization(Organization organization)
Deprecated.
|
void |
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute.
|
void |
setProposalPrimaryOrganizationIndicator(boolean proposalPrimaryOrganizationIndicator) |
String |
toString()
This can be displayed by Proposal.xml lookup results.
|
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 ProposalOrganization()
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 isProposalPrimaryOrganizationIndicator()
public boolean isPrimary()
isPrimary
in interface Primaryable
Primaryable.isPrimary()
public void setProposalPrimaryOrganizationIndicator(boolean proposalPrimaryOrganizationIndicator)
proposalPrimaryOrganizationIndicator
- The proposalPrimaryOrganizationIndicator to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- true if the instance is active, false otherwisepublic Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String toString()
toString
in interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
in class org.kuali.rice.krad.bo.BusinessObjectBase
Object.toString()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.