public class AccountDelegateModelDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
| AccountDelegateModelDetail()Default constructor. | 
| AccountDelegateModelDetail(AccountDelegateGlobalDetail delegateGlobalDetail) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.kim.api.identity.Person | getAccountDelegate()Gets the accountDelegate attribute. | 
| String | getAccountDelegateModelName()Gets the accountDelegateModelName attribute. | 
| boolean | getAccountDelegatePrimaryRoutingIndicator()Gets the accountDelegatePrimaryRoutingIndicator attribute. | 
| Date | getAccountDelegateStartDate()Gets the accountDelegateStartDate attribute. | 
| String | getAccountDelegateUniversalId()Gets the accountDelegateUniversalId attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getApprovalFromThisAmount()Gets the approvalFromThisAmount attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getApprovalToThisAmount()Gets the approvalToThisAmount attribute. | 
| Chart | getChartOfAccounts()Gets the chartOfAccounts attribute. | 
| String | getChartOfAccountsCode()Gets the chartOfAccountsCode attribute. | 
| String | getFinancialDocumentTypeCode()Gets the financialDocumentTypeCode attribute. | 
| org.kuali.rice.kew.doctype.bo.DocumentTypeEBO | getFinancialSystemDocumentTypeCode()Gets the financialSystemDocumentTypeCode attribute. | 
| String | getOrganizationCode()Gets the organizationCode attribute. | 
| boolean | isActive()Gets the active attribute. | 
| void | setAccountDelegate(org.kuali.rice.kim.api.identity.Person accountDelegate)Sets the accountDelegate attribute value. | 
| void | setAccountDelegateModelName(String organizationRoutingModelName)Sets the accountDelegateModelName attribute. | 
| void | setAccountDelegatePrimaryRoutingIndicator(boolean accountDelegatePrimaryRoutingCode)Sets the accountDelegatePrimaryRoutingIndicator attribute. | 
| void | setAccountDelegateStartDate(Date accountDelegateStartDate)Sets the accountDelegateStartDate attribute. | 
| void | setAccountDelegateUniversalId(String accountDelegateUniversalId)Sets the accountDelegateUniversalId attribute. | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setApprovalFromThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalFromThisAmount)Sets the approvalFromThisAmount attribute. | 
| void | setApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalToThisAmount)Sets the approvalToThisAmount attribute. | 
| void | setChartOfAccounts(Chart chartOfAccounts)Deprecated.   | 
| void | setChartOfAccountsCode(String chartOfAccountsCode)Sets the chartOfAccountsCode attribute. | 
| void | setFinancialDocumentTypeCode(String financialDocumentTypeCode)Sets the financialDocumentTypeCode attribute. | 
| 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, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic AccountDelegateModelDetail()
public AccountDelegateModelDetail(AccountDelegateGlobalDetail delegateGlobalDetail)
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 String getAccountDelegateUniversalId()
public void setAccountDelegateUniversalId(String accountDelegateUniversalId)
accountDelegateUniversalId - The accountDelegateUniversalId to set.public org.kuali.rice.kim.api.identity.Person getAccountDelegate()
public void setAccountDelegate(org.kuali.rice.kim.api.identity.Person accountDelegate)
accountDelegate - The accountDelegate to set.public String getFinancialDocumentTypeCode()
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
financialDocumentTypeCode - The financialDocumentTypeCode to set.public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
public org.kuali.rice.core.api.util.type.KualiDecimal getApprovalFromThisAmount()
public void setApprovalFromThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalFromThisAmount)
approvalFromThisAmount - The approvalFromThisAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getApprovalToThisAmount()
public void setApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalToThisAmount)
approvalToThisAmount - The approvalToThisAmount to set.public boolean getAccountDelegatePrimaryRoutingIndicator()
public void setAccountDelegatePrimaryRoutingIndicator(boolean accountDelegatePrimaryRoutingCode)
accountDelegatePrimaryRoutingCode - The accountDelegatePrimaryRoutingIndicator to set.public Date getAccountDelegateStartDate()
public void setAccountDelegateStartDate(Date accountDelegateStartDate)
accountDelegateStartDate - The accountDelegateStartDate to set.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.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()Copyright © 2004–2014 The Kuali Foundation. All rights reserved.