org.kuali.kfs.coa.businessobject
Class AccountDelegateGlobalDetail

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

public class AccountDelegateGlobalDetail
extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountDelegateGlobalDetail()
          Default constructor.
AccountDelegateGlobalDetail(AccountDelegateModelDetail model)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.kuali.rice.kim.bo.Person getAccountDelegate()
           
 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.
 String getFinancialDocumentTypeCode()
          Gets the financialDocumentTypeCode attribute.
 org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
          Gets the financialSystemDocumentTypeCode attribute.
 int hashCode()
           
 void setAccountDelegate(org.kuali.rice.kim.bo.Person accountDelegate)
          Deprecated.  
 void setAccountDelegatePrimaryRoutingIndicator(boolean accountDelegatePrimaryRoutingIndicator)
          Deprecated.  
 void setAccountDelegateStartDate(Date accountDelegateStartDate)
          Sets the accountDelegateStartDate attribute.
 void setAccountDelegateUniversalId(String accountDelegateUniversalId)
          Sets the accountDelegateUniversalId attribute.
 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 setFinancialDocumentTypeCode(String financialDocumentTypeCode)
          Sets the financialDocumentTypeCode attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
getDocumentNumber, setDocumentNumber
 
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

AccountDelegateGlobalDetail

public AccountDelegateGlobalDetail()
Default constructor.


AccountDelegateGlobalDetail

public AccountDelegateGlobalDetail(AccountDelegateModelDetail model)
Method Detail

getFinancialSystemDocumentTypeCode

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

Returns:
Returns the financialSystemDocumentTypeCode.

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.

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.

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 accountDelegatePrimaryRoutingIndicator)
Deprecated. 

Sets the accountDelegatePrimaryRoutingIndicator attribute.

Parameters:
accountDelegatePrimaryRoutingIndicator - 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.

getAccountDelegate

public org.kuali.rice.kim.bo.Person getAccountDelegate()

setAccountDelegate

public void setAccountDelegate(org.kuali.rice.kim.bo.Person accountDelegate)
Deprecated. 

Parameters:
accountDelegate - The accountDelegate to set.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

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.