public class NegativeInvoiceApprovalLimit extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
NegativeInvoiceApprovalLimit()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
String |
getAccountNumber() |
Chart |
getChartOfAccounts() |
String |
getChartOfAccountsCode() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getNegativeInvoiceApprovalLimitAmount() |
Integer |
getNegativeInvoiceApprovalLimitIdentifier() |
Organization |
getOrganization() |
String |
getOrganizationCode() |
boolean |
isActive() |
void |
setAccount(Account account)
Deprecated.
|
void |
setAccountNumber(String accountNumber) |
void |
setActive(boolean active) |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setNegativeInvoiceApprovalLimitAmount(org.kuali.rice.core.api.util.type.KualiDecimal negativeInvoiceApprovalLimitAmount) |
void |
setNegativeInvoiceApprovalLimitIdentifier(Integer negativeInvoiceApprovalLimitIdentifier) |
void |
setOrganization(Organization organization)
Deprecated.
|
void |
setOrganizationCode(String organizationCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, 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, setVersionNumber
public NegativeInvoiceApprovalLimit()
public Account getAccount()
public void setAccount(Account account)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getNegativeInvoiceApprovalLimitAmount()
public void setNegativeInvoiceApprovalLimitAmount(org.kuali.rice.core.api.util.type.KualiDecimal negativeInvoiceApprovalLimitAmount)
public Integer getNegativeInvoiceApprovalLimitIdentifier()
public void setNegativeInvoiceApprovalLimitIdentifier(Integer negativeInvoiceApprovalLimitIdentifier)
public Organization getOrganization()
public void setOrganization(Organization organization)
public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
BusinessObjectBase.toString()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.