public class AccountDelegate extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
| AccountDelegate()Default no-arg constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| Account | getAccount()Gets the account attribute. | 
| org.kuali.rice.kim.api.identity.Person | getAccountDelegate() | 
| Date | getAccountDelegateStartDate()Gets the accountDelegateStartDate attribute. | 
| String | getAccountDelegateSystemId()Gets the accountDelegateSystemId attribute. | 
| String | getAccountDelegateViewer()This method (a hack by any other name...) returns a string so that an Account Delegate can have a link to view its own
 inquiry page after a look up | 
| String | getAccountNumber()Gets the accountNumber attribute. | 
| Chart | getChart()Gets the chart 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. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getFinDocApprovalFromThisAmt()Gets the finDocApprovalFromThisAmt attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getFinDocApprovalToThisAmount()Gets the finDocApprovalToThisAmount attribute. | 
| int | hashCode() | 
| boolean | isAccountsDelegatePrmrtIndicator()Gets the accountsDelegatePrmrtIndicator attribute. | 
| boolean | isActive()Gets the active attribute. | 
| void | setAccount(Account account)Deprecated.   | 
| void | setAccountDelegate(org.kuali.rice.kim.api.identity.Person accountDelegate)Sets the accountDelegate attribute value. | 
| void | setAccountDelegateStartDate(Date accountDelegateStartDate)Sets the accountDelegateStartDate attribute. | 
| void | setAccountDelegateSystemId(String accountDelegateSystemId)Sets the accountDelegateSystemId attribute value. | 
| void | setAccountNumber(String accountNumber)Sets the accountNumber attribute value. | 
| void | setAccountsDelegatePrmrtIndicator(boolean accountsDelegatePrmrtIndicator)Deprecated.   | 
| void | setActive(boolean active)Deprecated.   | 
| void | setChart(Chart chart)Sets the chart attribute value. | 
| void | setChartOfAccountsCode(String chartOfAccountsCode)Sets the chartOfAccountsCode attribute value. | 
| void | setFinancialDocumentTypeCode(String financialDocumentTypeCode)Sets the financialDocumentTypeCode attribute. | 
| void | setFinDocApprovalFromThisAmt(org.kuali.rice.core.api.util.type.KualiDecimal finDocApprovalFromThisAmt)Sets the finDocApprovalFromThisAmt attribute. | 
| void | setFinDocApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal finDocApprovalToThisAmount)Sets the finDocApprovalToThisAmount attribute. | 
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 AccountDelegate()
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getFinancialDocumentTypeCode()
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
financialDocumentTypeCode - The financialDocumentTypeCode to set.public String getAccountDelegateSystemId()
public void setAccountDelegateSystemId(String accountDelegateSystemId)
accountDelegateSystemId - The accountDelegateSystemId to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinDocApprovalFromThisAmt()
public void setFinDocApprovalFromThisAmt(org.kuali.rice.core.api.util.type.KualiDecimal finDocApprovalFromThisAmt)
finDocApprovalFromThisAmt - The finDocApprovalFromThisAmt to set.public boolean isAccountsDelegatePrmrtIndicator()
public void setAccountsDelegatePrmrtIndicator(boolean accountsDelegatePrmrtIndicator)
accountsDelegatePrmrtIndicator - The accountsDelegatePrmrtIndicator 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 Date getAccountDelegateStartDate()
public void setAccountDelegateStartDate(Date accountDelegateStartDate)
accountDelegateStartDate - The accountDelegateStartDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinDocApprovalToThisAmount()
public void setFinDocApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal finDocApprovalToThisAmount)
finDocApprovalToThisAmount - The finDocApprovalToThisAmount to set.public Account getAccount()
public void setAccount(Account account)
account - The account to set.public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
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 getAccountDelegateViewer()
public void setChart(Chart chart)
chart - The chart to set.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.