org.kuali.kfs.coa.businessobject
Class AccountDelegateModelDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.coa.businessobject.AccountDelegateModelDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class AccountDelegateModelDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

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

AccountDelegateModelDetail

public AccountDelegateModelDetail()
Default constructor.


AccountDelegateModelDetail

public AccountDelegateModelDetail(AccountDelegateGlobalDetail delegateGlobalDetail)
Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.

Parameters:
organizationCode - The organizationCode to set.

getAccountDelegateModelName

public String getAccountDelegateModelName()
Gets the accountDelegateModelName attribute.

Returns:
Returns the accountDelegateModelName

setAccountDelegateModelName

public void setAccountDelegateModelName(String organizationRoutingModelName)
Sets the accountDelegateModelName attribute.

Parameters:
accountDelegateModelName - The accountDelegateModelName to set.

getAccountDelegateUniversalId

public String getAccountDelegateUniversalId()
Gets the accountDelegateUniversalId attribute.

Returns:
Returns the accountDelegateUniversalId

setAccountDelegateUniversalId

public void setAccountDelegateUniversalId(String accountDelegateUniversalId)
Sets the accountDelegateUniversalId attribute.

Parameters:
accountDelegateUniversalId - The accountDelegateUniversalId to set.

getAccountDelegate

public org.kuali.rice.kim.bo.Person getAccountDelegate()
Gets the accountDelegate attribute.

Returns:
Returns the accountDelegate.

setAccountDelegate

public void setAccountDelegate(org.kuali.rice.kim.bo.Person accountDelegate)
Sets the accountDelegate attribute value.

Parameters:
accountDelegate - The accountDelegate to set.

getFinancialDocumentTypeCode

public String getFinancialDocumentTypeCode()
Gets the financialDocumentTypeCode attribute.

Returns:
Returns the financialDocumentTypeCode

setFinancialDocumentTypeCode

public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute.

Parameters:
financialDocumentTypeCode - The financialDocumentTypeCode to set.

getFinancialSystemDocumentTypeCode

public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.

Returns:
Returns the financialSystemDocumentTypeCode.

getApprovalFromThisAmount

public org.kuali.rice.kns.util.KualiDecimal getApprovalFromThisAmount()
Gets the approvalFromThisAmount attribute.

Returns:
Returns the approvalFromThisAmount

setApprovalFromThisAmount

public void setApprovalFromThisAmount(org.kuali.rice.kns.util.KualiDecimal approvalFromThisAmount)
Sets the approvalFromThisAmount attribute.

Parameters:
approvalFromThisAmount - The approvalFromThisAmount to set.

getApprovalToThisAmount

public org.kuali.rice.kns.util.KualiDecimal getApprovalToThisAmount()
Gets the approvalToThisAmount attribute.

Returns:
Returns the approvalToThisAmount

setApprovalToThisAmount

public void setApprovalToThisAmount(org.kuali.rice.kns.util.KualiDecimal approvalToThisAmount)
Sets the approvalToThisAmount attribute.

Parameters:
approvalToThisAmount - The approvalToThisAmount to set.

getAccountDelegatePrimaryRoutingIndicator

public boolean getAccountDelegatePrimaryRoutingIndicator()
Gets the accountDelegatePrimaryRoutingIndicator attribute.

Returns:
Returns the accountDelegatePrimaryRoutingIndicator

setAccountDelegatePrimaryRoutingIndicator

public void setAccountDelegatePrimaryRoutingIndicator(boolean accountDelegatePrimaryRoutingCode)
Sets the accountDelegatePrimaryRoutingIndicator attribute.

Parameters:
accountDelegatePrimaryRoutingCode - The accountDelegatePrimaryRoutingIndicator to set.

getAccountDelegateStartDate

public Date getAccountDelegateStartDate()
Gets the accountDelegateStartDate attribute.

Returns:
Returns the accountDelegateStartDate

setAccountDelegateStartDate

public void setAccountDelegateStartDate(Date accountDelegateStartDate)
Sets the accountDelegateStartDate attribute.

Parameters:
accountDelegateStartDate - The accountDelegateStartDate to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.