public class AccountDelegateModel extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
AccountDelegateModel()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountDelegateModelDetail> |
getAccountDelegateModelDetails()
Gets the accountDelegateModelDetails attribute.
|
String |
getAccountDelegateModelName()
Gets the accountDelegateModelName attribute.
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
Organization |
getOrganization()
Gets the organization attribute.
|
String |
getOrganizationCode()
Gets the organizationCode attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
linkEditableUserFields() |
void |
setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
Sets the accountDelegateModelDetails attribute value.
|
void |
setAccountDelegateModelName(String organizationRoutingModelName)
Sets the accountDelegateModelName attribute.
|
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.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic AccountDelegateModel()
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 String getAccountDelegateModelName()
public void setAccountDelegateModelName(String organizationRoutingModelName)
accountDelegateModelName - The accountDelegateModelName to set.public 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.public List<AccountDelegateModelDetail> getAccountDelegateModelDetails()
public void setAccountDelegateModelDetails(List<AccountDelegateModelDetail> organizationRoutingModel)
accountDelegateModelDetails - The accountDelegateModelDetails to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public void linkEditableUserFields()
linkEditableUserFields in interface org.kuali.rice.krad.bo.PersistableBusinessObjectlinkEditableUserFields in class org.kuali.rice.krad.bo.PersistableBusinessObjectBasePersistableBusinessObjectBase.linkEditableUserFields()public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.