public class AccountDelegateGlobalDetail extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetailBase
| Constructor and Description |
|---|
AccountDelegateGlobalDetail()
Default constructor.
|
AccountDelegateGlobalDetail(AccountDelegateModelDetail model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.kuali.rice.kim.api.identity.Person |
getAccountDelegate() |
boolean |
getAccountDelegatePrimaryRoutingIndicator()
Gets the accountDelegatePrimaryRoutingIndicator attribute.
|
Date |
getAccountDelegateStartDate()
Gets the accountDelegateStartDate attribute.
|
String |
getAccountDelegateUniversalId()
Gets the accountDelegateUniversalId attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getApprovalFromThisAmount()
Gets the approvalFromThisAmount attribute.
|
org.kuali.rice.core.api.util.type.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.api.identity.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.core.api.util.type.KualiDecimal approvalFromThisAmount)
Sets the approvalFromThisAmount attribute.
|
void |
setApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalToThisAmount)
Sets the approvalToThisAmount attribute.
|
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute.
|
getDocumentNumber, setDocumentNumberafterDelete, 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 AccountDelegateGlobalDetail()
public AccountDelegateGlobalDetail(AccountDelegateModelDetail model)
public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
public String getAccountDelegateUniversalId()
public void setAccountDelegateUniversalId(String accountDelegateUniversalId)
accountDelegateUniversalId - The accountDelegateUniversalId to set.public String getFinancialDocumentTypeCode()
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
financialDocumentTypeCode - The financialDocumentTypeCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getApprovalFromThisAmount()
public void setApprovalFromThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalFromThisAmount)
approvalFromThisAmount - The approvalFromThisAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getApprovalToThisAmount()
public void setApprovalToThisAmount(org.kuali.rice.core.api.util.type.KualiDecimal approvalToThisAmount)
approvalToThisAmount - The approvalToThisAmount to set.public boolean getAccountDelegatePrimaryRoutingIndicator()
public void setAccountDelegatePrimaryRoutingIndicator(boolean accountDelegatePrimaryRoutingIndicator)
accountDelegatePrimaryRoutingIndicator - The accountDelegatePrimaryRoutingIndicator to set.public Date getAccountDelegateStartDate()
public void setAccountDelegateStartDate(Date accountDelegateStartDate)
accountDelegateStartDate - The accountDelegateStartDate to set.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 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.