| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.coa.businessobject.AccountDelegate
public class AccountDelegate
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase | 
|---|
extension, versionNumber | 
| Constructor Summary | |
|---|---|
AccountDelegate()
Default no-arg constructor.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 Account | 
getAccount()
Gets the account attribute.  | 
 org.kuali.rice.kim.bo.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.kns.util.KualiDecimal | 
getFinDocApprovalFromThisAmt()
Gets the finDocApprovalFromThisAmt attribute.  | 
 org.kuali.rice.kns.util.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.bo.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.kns.util.KualiDecimal finDocApprovalFromThisAmt)
Sets the finDocApprovalFromThisAmt attribute.  | 
 void | 
setFinDocApprovalToThisAmount(org.kuali.rice.kns.util.KualiDecimal finDocApprovalToThisAmount)
Sets the finDocApprovalToThisAmount attribute.  | 
protected  LinkedHashMap | 
toStringMapper()
 | 
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase | 
|---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes | 
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase | 
|---|
prepareForWorkflow, toString, toStringBuilder | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject | 
|---|
prepareForWorkflow | 
| Constructor Detail | 
|---|
public AccountDelegate()
| Method Detail | 
|---|
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.kns.util.KualiDecimal getFinDocApprovalFromThisAmt()
public void setFinDocApprovalFromThisAmt(org.kuali.rice.kns.util.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.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - The active to set.public Date getAccountDelegateStartDate()
public void setAccountDelegateStartDate(Date accountDelegateStartDate)
accountDelegateStartDate - The accountDelegateStartDate to set.public org.kuali.rice.kns.util.KualiDecimal getFinDocApprovalToThisAmount()
public void setFinDocApprovalToThisAmount(org.kuali.rice.kns.util.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.bo.Person getAccountDelegate()
public void setAccountDelegate(org.kuali.rice.kim.bo.Person accountDelegate)
accountDelegate - The accountDelegate to set.public String getAccountDelegateViewer()
public Chart getChart()
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()protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||