|
||||||||||
| 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.AccountDelegateModelDetail
public class AccountDelegateModelDetail
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
AccountDelegateModelDetail()
Default constructor. |
|
AccountDelegateModelDetail(AccountDelegateGlobalDetail delegateGlobalDetail)
|
|
| Method Summary | |
|---|---|
org.kuali.rice.kim.bo.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.kns.util.KualiDecimal |
getApprovalFromThisAmount()
Gets the approvalFromThisAmount attribute. |
org.kuali.rice.kns.util.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.bo.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.kns.util.KualiDecimal approvalFromThisAmount)
Sets the approvalFromThisAmount attribute. |
void |
setApprovalToThisAmount(org.kuali.rice.kns.util.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()
|
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow |
| Constructor Detail |
|---|
public AccountDelegateModelDetail()
public AccountDelegateModelDetail(AccountDelegateGlobalDetail delegateGlobalDetail)
| Method Detail |
|---|
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.bo.Person getAccountDelegate()
public void setAccountDelegate(org.kuali.rice.kim.bo.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.kns.util.KualiDecimal getApprovalFromThisAmount()
public void setApprovalFromThisAmount(org.kuali.rice.kns.util.KualiDecimal approvalFromThisAmount)
approvalFromThisAmount - The approvalFromThisAmount to set.public org.kuali.rice.kns.util.KualiDecimal getApprovalToThisAmount()
public void setApprovalToThisAmount(org.kuali.rice.kns.util.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.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - The active to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts - The chartOfAccounts to set.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 | |||||||||